summaryrefslogtreecommitdiffstats
path: root/tokio-timer/src/timeout.rs
AgeCommit message (Expand)Author
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-07chore: enable full CI run (#1399)Carl Lerche
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-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-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
2018-12-17docs: fix warnings for nightly docs (#792)Roman
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-22Introduce `Timeout` and deprecate `Deadline`. (#558)Carl Lerche