summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
AgeCommit message (Expand)Author
2019-11-16tls: enable test on CI (#1779)Taiki Endo
2019-11-08chore: remove rust-toolchain and add minimum supported version check (#1748)Taiki Endo
2019-11-08chore: update CI config to test on stable (#1747)Taiki Endo
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
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-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)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-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
2019-10-07chore: do not trigger CI on std-future branch (#1635)Taiki Endo
2019-09-27chore: move CI to beta (#1615)Jon Gjengset
2019-09-23macros: add build tests for #[tokio::main] and #[tokio::test] (#1591)Taiki Endo
2019-09-19chore: rm tokio-buf (#1574)Carl Lerche
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