summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
AgeCommit message (Expand)Author
2019-09-13timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (...Taiki Endo
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-19process: move into the tokio-net crate (#1475)Ivan Petkov
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16chore: rename ui-tests -> build-tests (#1460)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-08-02io: remove `util` from default features (#1379)Carl Lerche
2019-07-29Update process to use std::future (#1343)andy finch
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-22chore: bump to newer nightly (#1338)Taiki Endo
2019-07-15tokio: include `async-traits` feature (#1314)Jon Gjengset
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-07-10chore: bump to newer nightly (#1284)Carl Lerche
2019-07-08uds: update to std-future (#1227)Yin Guanhao
2019-07-03signal: migrate to std::futures (#1218)Ivan Petkov
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-27macros: allow configuring runtime used by main macro (#1185)Douman
2019-06-27codec: update to use std-future (#1214)jesskfullwood
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26test: get `cargo test --tests` working (#1205)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-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30async-await: add `current_thread::Runtime::block_on_async` (#1072)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-04-23Introduce `tokio-test` crate (#1030)Lucio Franco
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-18tokio-sync: Add async mutual exclusion primitive (#964)Jon Gjengset
2019-04-16async-await: update to new futures_api (#1049)Taiki Endo
2019-04-10async-await: Use Context instead of Waker in poll (#1041)Simon Wollwage
2019-03-26trace: Allow trace instrumentation to emit log records (#992)Eliza Weisman
2019-03-25trace: Add static level filtering (#987)Son
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01async-await: fix build for latest nightly (#940)Carl Lerche
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche