summaryrefslogtreecommitdiffstats
path: root/tokio-sync
AgeCommit message (Expand)Author
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19sync: add Barrier primitive (#1571)Jon Gjengset
2019-09-19sync: Make Lock more similar to std::sync::Mutex (#1573)Jon Gjengset
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-09-13sync: replace deprecated mem::uninitialized usage with MaybeUninit (#1540)cynecx
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-17sync: fix fuzz_oneshot test by using instrumented `loom::sync::Arc` (#1464)Philip Kannegaard Hayes
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08update (dev dep) env_logger to latest 0.6 (#1390)David Kellum
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07sync: track upstream loom changes (#1407)Carl Lerche
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07sync: track loom changes (#1405)Carl Lerche
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-07-30sync: switch branch of loom dev-dependency to master (#1367)Taiki Endo
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-16Replace (some) uninitialized with MaybeUninit (#1295)Yin Guanhao
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-10chore: bump to newer nightly (#1284)Carl Lerche
2019-07-08Use Sink trait from futures-sink-preview (#1244)Aaron Hill
2019-07-04chore: Update futures-preview to 0.3.0-alpha.17 (#1267)Taiki Endo
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-06-30timer: finish updating timer (#1222)Carl Lerche
2019-06-27sync: change oneshot poll_close to poll_closedSean McArthur
2019-06-27sync: add async APIs to oneshot and mpsc (#1211)Carl Lerche
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26sync: Fix lock test to actually test the inner lock value (#1197)Lucio Franco
2019-06-25sync: Add LockFuture for Lock (#1184)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-05Merge branch 'v0.1.x' into merge-0.1Carl Lerche
2019-06-05Bump `tokio-sync` to 0.1.6 (#1123)Kevin Leimkuhler
2019-06-04sync: Add Sync impl for Lock (#1117)Kevin Leimkuhler
2019-06-03sync: Add Sync impl for Lock (#1116)Kevin Leimkuhler
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-18tokio-sync: Add async mutual exclusion primitive (#964)Jon Gjengset
2019-04-09sync: remove unnecessary imports (#1043)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche