summaryrefslogtreecommitdiffstats
path: root/tokio-test
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-11-08tokio-test: Update bytes to v0.6 (#3107)Oliver Gould
2020-10-15chore: post release Cargo.toml fixes (#2963)Carl Lerche
2020-10-15chore: prepare for v0.3.0 release (#2960)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-29test: fix spelling error in documentation (#2895)Matt Kennedy
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-08-20test: implement Drop for Mock to panic w/ unconsumed data (#2704)Blas Rodriguez Irizar
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-04-22test: remove unnecessary unsafe code (#2424)Taiki Endo
2020-04-17test: Add `Future` and `Stream` impl for `Spawn`. (#2412)Lucio Franco
2020-04-02test: Added read_error() and write_error() (#2337)Benjamin Halsted
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-22ci: generate docs (#1810)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)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
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-30chore: update futures-preview to 0.3.0-alpha.19 (#1610)Taiki Endo
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-30test: fix assert format args (#1520)Geoff Shannon
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur