summaryrefslogtreecommitdiffstats
path: root/tokio/src/time
AgeCommit message (Expand)Author
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-24stream: add StreamExt::timeout() (#2149)Juan Alvarez
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-25stream: add StreamExt::take_while (#2029)Artem Vorotnikov
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21time: DelayQueue::len() (#1755)Ruben De Smet
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-21doc: fix misleading comment in interval.rsfbucek
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-17time: impl Stream for DelayQueue (#1975)Ruben De Smet
2019-12-13time: stream throttle (#1949)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-05time: impl From between std / tokio Instants (#1904)Steven Fackler
2019-12-04time: Remove `HandlePriv` (#1896)Kevin Leimkuhler
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-26time: reexport Elapsed (#1826)Benjamin Fry
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche