summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
AgeCommit message (Expand)Author
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-02-28chore: prepare v0.2.13 release (#2282)Carl Lerche
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-24fs: add fs::copy (#2079)Dominic
2020-01-24rt: add feature flag for using `parking_lot` internally (#2164)David Kellum
2020-01-21chore: prepare v0.2.10 release (#2148)Carl Lerche
2020-01-21chore: do not depend on `loom` on windows (#2146)Carl Lerche
2020-01-09chore: prepare v0.2.9 release (#2084)Carl Lerche
2020-01-07macros: fix breaking changes (#2069)Carl Lerche
2020-01-07chore: prepare tokio-macros v0.2.2 release (#2068)Artem Vorotnikov
2020-01-07chore: prepare v0.2.7 release (#2065)Carl Lerche
2020-01-02macros: do not automatically pull rt-core (#2038)Artem Vorotnikov
2019-12-27Refactor proc macros, add more knobs (#2022)Artem Vorotnikov
2019-12-24chore: move benches to separate crate (#2028)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-19prepare v0.2.6 release (#1995)Carl Lerche
2019-12-18chore: prepare v0.2.5 release (#1984)Carl Lerche
2019-12-14Enable the `full` feature when compiled for the playground (#1960)Jake Goulding
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-06chore: prepare v0.2.4 release (#1917)Carl Lerche
2019-12-06prepare v0.2.3 release (#1912)Carl Lerche
2019-11-29chore: prepare v0.2.2 release (#1857)Ivan Petkov
2019-11-26prepare v0.2.1 release (#1832)Carl Lerche
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-22docs: annotate io mod with doc_cfg (#1808)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-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
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-02chore: prune dev-dependenciesCarl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-30process: refactor OrphanQueue to use a Mutex instead fo SegQueue (#1712)Sean McArthur
2019-10-29timer: inline CachePadded type (#1706)Sean McArthur
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche