summaryrefslogtreecommitdiffstats
path: root/tokio-timer/src
AgeCommit message (Expand)Author
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-20timer: 32 bit ARM only has 32 bit atomics. (#1581)Jonathan Bastien-Filiatrault
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19timer: delay_for should use tokio_timer::clock::now (#1572)Markus Westerlind
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (...Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-30timer: Rename `sleep` to `delay_for`, reexport from tokio (#1518)Benjamin Saunders
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)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-19Implement FusedStream and FusedFuture for Interval and Delay (#1476)John-John Tedro
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-10timer: use std::sync::atomic::AtomicU64 instead of own AtomicU64 (#1421)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07Migrate threadpool to futures-util (#1403)Lucio Franco
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-20chore: remove unnecessary conversion (#1332)Taiki Endo
2019-07-17timer: change Into to From trait for Elapsed (#1322)Shell Chen
2019-07-16timer: impl Into<std::io::Error> for Elpased (#1321)Shell Chen
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-08timer: fix build (#1275)Carl Lerche
2019-07-08timer: fix Handle::timeout (#1093)Steven Fackler
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-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-21timer: Implement Default for DelayQueue (#1118)Hung-I Wang
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30timer: Replace Handle::deadline with Handle::timeout (#1074)Steven Fackler
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-24tokio-timer: fix DelayQueue bug when inserting shorter delay (#863)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