summaryrefslogtreecommitdiffstats
path: root/tokio-timer/tests
AgeCommit message (Expand)Author
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20timer: introduce delay function shortcut (#1440)Jakub Beránek
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-07-08timer: fix Handle::timeout (#1093)Steven Fackler
2019-06-30timer: finish updating timer (#1222)Carl Lerche
2019-06-26test: get `cargo test --tests` working (#1205)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30timer: Replace Handle::deadline with Handle::timeout (#1074)Steven Fackler
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-04tokio-timer: Fix multi reset DelayQueue bug (#871)Zahari Dichev
2019-01-24chore: move enumerate test to correct location (#867)Carl Lerche
2019-01-24tokio-timer: fix DelayQueue bug when inserting shorter delay (#863)Zahari Dichev
2019-01-24Add enumerate combinator to Stream (#832)Zahari Dichev
2019-01-20timer: Fix DelayQueue delay reset logic (#851)Eliza Weisman
2019-01-06Revert "util: implement stream debounce combinator (#747)" (#834)Carl Lerche
2019-01-05util: implement stream debounce combinator (#747)Moritz Gunz
2018-11-19Implement throttle combinator (#736)Moritz Gunz
2018-09-20fix deprecation warning in test for FutureExt::deadline() (#651)Sven Marnach
2018-09-19tokio-timer: reset timeout after elapsed in stream (#648)RT
2018-08-22Introduce `Timeout` and deprecate `Deadline`. (#558)Carl Lerche
2018-08-20Add DelayQueue implementation to tokio-timer (#550)Carl Lerche
2018-08-20Implement `Default` for `tokio_timer::Handle` (#553)Carl Lerche
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-05-08Fix typos (#348)Julian Tescher
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-28Provide a timer implementation (#249)Carl Lerche