summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
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-27Fix docs links: Redux (#1698)Geoff Shannon
2019-10-26thread-pool: test additional shutdown cases (#1697)Carl Lerche
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-24Make blocking pool non-static and use for thread pool (#1678)Jon Gjengset
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-10-21net: Eagerly bind resources to reactors (#1666)Kevin Leimkuhler
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-21io: `Take` struct re-export to main crate (#1670)madmaxio
2019-10-21runtime: update doc regarding `runtime::run` function helper (#1671)Jonathas Conceição
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-10-16fs: add read_to_string (#1664)Steven Fackler
2019-10-15fs: remove unnecessary trait and lifetime bounds (#1655)Taiki Endo
2019-10-12macros: Use more consistent runtime names (#1628)Jon Gjengset
2019-10-11Remove incorrect FusedFuture impl on Delay (#1652)John-John Tedro
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
2019-10-10sync: fix mem leak in oneshot on task migration (#1648)Carl Lerche
2019-10-09io: add `AsyncBufReadExt::split` (#1642)Eliza Weisman
2019-10-07executor: accurate idle thread tracking for the blocking pool (#1621)Jonathan Bastien-Filiatrault
2019-10-07io: add missing utility functions (#1632)Eliza Weisman
2019-10-07chore: fix a comment typo (#1633)Nick Stott
2019-10-07timer: test arm on targets with target_has_atomic less than 64 (#1634)Taiki Endo
2019-10-07chore: update Cirrus CI config to test on beta (#1636)Taiki Endo
2019-10-07chore: do not trigger CI on std-future branch (#1635)Taiki Endo
2019-10-02tcp: export Incoming type (#1602)Vojtech Kral
2019-10-02macros: allow selecting runtime in tokio::test attr (#1620)Jon Gjengset
2019-10-02chore: annotate prelude re-exports as `doc(no_inline)` (#1601)Jonathan Bastien-Filiatrault
2019-10-01chore: update rust-toolchain to use beta (#1619)Taiki Endo
2019-10-01macros: Allow arguments in non-main functionsDouman
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-30Fix for rust-lang/rust#64477 (#1618)Jon Gjengset
2019-09-30Create BufStream from a BufReader + BufWriter (#1609)Jon Gjengset
2019-09-30chore: update futures-preview to 0.3.0-alpha.19 (#1610)Taiki Endo
2019-09-27chore: move CI to beta (#1615)Jon Gjengset
2019-09-26Make Barrier::wait future Send (#1611)Jon Gjengset
2019-09-27chore: update pin-project to 0.4 (#1603)Taiki Endo
2019-09-26sync: add `spin_loop_hint` to atomic waker (#1608)Carl Lerche
2019-09-25fs: update the doc comment of File::sync_data (#1596)Hung-I Wang
2019-09-25io: add get_*/into_inner methods to BufStream (#1598)Taiki Endo
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
2019-09-25io: remove unsafe pin-projections and remove manual Unpin implementations (#1...Taiki Endo
2019-09-24net: fix build-tests for uds (#1589)Taiki Endo
2019-09-23macros: add build tests for #[tokio::main] and #[tokio::test] (#1591)Taiki Endo
2019-09-23macros: fix handling of arguments of #[tokio::main] attribute (#1578)Taiki Endo