summaryrefslogtreecommitdiffstats
path: root/tokio-executor
AgeCommit message (Expand)Author
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19executor: fix blocking pool bug re: thread shutdown (#1562)Jonathan Bastien-Filiatrault
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-18chore: fix clippy check failure (#1569)Taiki Endo
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-30executor: shut down idle threads in the blocking pool (#1514)Jarred Nicholls
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-27implement `spawn_with_handle` in tokio_executor (#1492)Jacob Pratt
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20executor: switch from `log` to `tracing` (#1454)Eliza Weisman
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
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-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-13executor, threadpool: forward port fix from #1155 (#1433)Ilya Lakhin
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-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07executor: remove unused dependency (#1406)Carl Lerche
2019-08-07executor: update park implementation (#1402)Lucio Franco
2019-08-02docs: update API documentation for some crates (#1380)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-16Get rid of Enter for with_default (#1315)Jon Gjengset
2019-07-15executor: block thread when needed in block fn (#1303)matthieugras
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-31executor: remove unnecessary APIs from `Enter`. (#1115)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-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)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-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-03executor: fix build (#825)Carl Lerche
2019-01-02Use Crossbeam's Parker/Unparker (#528)Stjepan Glavina
2018-12-28executor: impl Unpark for Arc<Unpark> (#802)Pavel Strakhov
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-18Make `tokio::run` panic if called from inside `tokio::run` (#646)Eliza Weisman
2018-09-17Add some missing future::Executor implementations (#563)Carl Lerche
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche