summaryrefslogtreecommitdiffstats
path: root/tokio-current-thread
AgeCommit message (Expand)Author
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-22chore: fix Cargo.toml filesCarl Lerche
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-03-01trace: Fix tokio-trace documentation url in the README (#939)Lucio Franco
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19chore: move doc comments inside macro invocations (#901)Andy Russell
2019-02-04docs: replace `Prepends` with `Appends` (#882)wangcong
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-20current-thread: fix shutdown on idle (#763)Carl Lerche
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-17Add some missing future::Executor implementations (#563)Carl Lerche
2018-08-30Use spawn_local to spawn from local Handles (#565)Jon Gjengset
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-24Count in-transit spawned futures to current thread executor as pending (#478)Jon Gjengset
2018-07-24RunError and few more error types implements Error (#501)Michal 'vorner' Vaner
2018-06-21Add a verbose error message for EnterError (#441)Roman
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-12tokio-current-thread crate (#370)jpbriquet