summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Expand)Author
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-18ci: ensure all tests are run for each feature (#1470)Ivan Petkov
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16udp: move tokio-udp into tokio-net (#1459)Carl Lerche
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
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-07chore: enable full CI run (#1399)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-03ci: scope each tests/examples invocation to a specific crate (#1238)Ivan Petkov
2019-06-30timer: finish updating timer (#1222)Carl Lerche
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-25macros: re-export `main` macro from `tokio` (#1198)Carl Lerche
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-05-30Update tokio-trace-core to 0.2 (#1111)Lucio Franco
2019-05-24Fix TCP poll_hup test (#1106)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-30async-await: add `current_thread::Runtime::block_on_async` (#1072)Carl Lerche
2019-04-29ci: fix isRelease condition (#1066)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-03-22ci: skip crates.io dep run when releasing (#995)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche
2018-11-09fix tsan errors (#745)Stjepan Glavina
2018-09-21threadpool: impl Drop for Queue (#649)Stjepan Glavina
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-07-24Fix Weak tsan whitelist (#505)Carl Lerche
2018-07-11New version of crossbeam-deque (#468)Stjepan Glavina
2018-04-28Stop using deprecated bytes APIs (#324)Carl Lerche
2018-04-15Threadpool blocking (#317)Carl Lerche
2018-04-04Add arc::Weak to tsan filter. (#298)Carl Lerche
2018-03-28Provide a timer implementation (#249)Carl Lerche