summaryrefslogtreecommitdiffstats
path: root/tokio-test/src/clock.rs
AgeCommit message (Expand)Author
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20timer: introduce delay function shortcut (#1440)Jakub Beránek
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07Remove git dep and add macro examples (#1404)Lucio Franco
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-06-30timer: finish updating timer (#1222)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-23Introduce `tokio-test` crate (#1030)Lucio Franco