summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Expand)Author
2019-12-24chore: move benches to separate crate (#2028)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-19fs: add deprecated fs::File::seek fn (#1991)Carl Lerche
2019-11-29chore: prepare v0.2.2 release (#1857)Ivan Petkov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-22ci: bring back build tests (#1813)Carl Lerche
2019-11-22ci: use -Z avoid-dev-deps in features check instead of --no-dev-deps (#1812)Taiki Endo
2019-11-22ci: generate docs (#1810)Carl Lerche
2019-11-20chore: enable feature flag check on windows (#1798)Taiki Endo
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-08chore: update CI config to test on stable (#1747)Taiki Endo
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-03ci: install minimal profile by default (#1729)Taiki Endo
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-30thread-pool: in-place blocking with new scheduler (#1681)Jon Gjengset
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
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-07timer: test arm on targets with target_has_atomic less than 64 (#1634)Taiki Endo
2019-09-20timer: 32 bit ARM only has 32 bit atomics. (#1581)Jonathan Bastien-Filiatrault
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-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