summaryrefslogtreecommitdiffstats
path: root/tokio-timer
AgeCommit message (Expand)Author
2019-07-15add #[must_use] to more futures and streams (#1309)Taiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-15chore: update rand dependency to 0.7 (#1302)Taiki Endo
2019-07-08timer: fix build (#1275)Carl Lerche
2019-07-08timer: fix Handle::timeout (#1093)Steven Fackler
2019-07-04chore: Update futures-preview to 0.3.0-alpha.17 (#1267)Taiki Endo
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-06-30timer: finish updating timer (#1222)Carl Lerche
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-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-21timer: Implement Default for DelayQueue (#1118)Hung-I Wang
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...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-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19chore: move doc comments inside macro invocations (#901)Andy Russell
2019-02-04Bump tokio-timer v0.2.10 (#886)Carl Lerche
2019-02-04tokio-timer: Fix multi reset DelayQueue bug (#871)Zahari Dichev
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche
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-13docs: missing links in tokio-timer::delay_queue (#845)Marek Kotewicz
2019-01-12docs: fixed links in tokio-timer (#844)Marek Kotewicz
2019-01-10docs: fixed links to tokio_timer::clock::Now (#842)Marek Kotewicz
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-06Revert "util: implement stream debounce combinator (#747)" (#834)Carl Lerche
2019-01-05util: implement stream debounce combinator (#747)Moritz Gunz
2019-01-02Allow deprecated Error::cause (#818)Taiki Endo
2018-12-17docs: fix warnings for nightly docs (#792)Roman
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-19Implement throttle combinator (#736)Moritz Gunz
2018-11-16chore: bump rand dependency to 0.6 (#753)Alex Gaynor
2018-11-10Bumped crossbeam-utils version (#746)Alex Gaynor
2018-11-09Derive Clone for delay_queue::Key (#730)Benjamin Saunders
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
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-30guide: add a testing section to the contributing guide (#598)Carl Lerche
2018-08-28Fix a few typos in timer docs. (#569)Jason Davies
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-22Introduce `Timeout` and deprecate `Deadline`. (#558)Carl Lerche
2018-08-21timer: Reduce size of `Delay` struct (#554)Carl Lerche
2018-08-20Add DelayQueue implementation to tokio-timer (#550)Carl Lerche