summaryrefslogtreecommitdiffstats
path: root/tokio-timer
AgeCommit message (Expand)Author
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
2018-08-20Implement `Default` for `tokio_timer::Handle` (#553)Carl Lerche
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-23Add Interval::interval shortcut for a better usability (#492)Douman
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-13Fix some broken doc links (#413)Carl Lerche
2018-06-06Bump version to v0.1.7 (#396)Carl Lerche
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-05-11timer: add sleep free function (#347)sbstp