summaryrefslogtreecommitdiffstats
path: root/tokio/src/lib.rs
AgeCommit message (Expand)Author
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-11-01chore: remove dead files (#1718)Carl Lerche
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
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-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-03tokio: re-export future/stream utils (#1387)Carl Lerche
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-03Add missing links in README.md (#1233)Thomas Lacroix
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26Update tokio-udp to use std-future (#1199)Yin Guanhao
2019-06-25macros: re-export `main` macro from `tokio` (#1198)Carl Lerche
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche