summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-27docs: write sync mod API docs (#2175)Carl Lerche
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-24stream: add StreamExt::timeout() (#2149)Juan Alvarez
2020-01-24sync: impl equality traits for oneshot::RecvError (#2168)Carl Lerche
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24rt: test block_in_place followed by Pending (#2120)Jon Gjengset
2020-01-24fs: add fs::copy (#2079)Dominic
2020-01-24task: add methods for inspecting JoinErrors (#2051)Daniel Fox Franke
2020-01-24docs: typo fix in runtime doc (#2167)wqfish
2020-01-24rt: add feature flag for using `parking_lot` internally (#2164)David Kellum
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-23macros: add pin! macro (#2163)Carl Lerche
2020-01-23future: provide join! macro (#2158)Carl Lerche
2020-01-23Don't export select unless macros is enabled (#2161)John-John Tedro
2020-01-23stream: add `StreamExt::fold()` (#2122)Artem Vorotnikov
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-22sync: fix broadcast bugs (#2135)kalcutter
2020-01-22net: add `ReadHalf::{poll,poll_peak}` (#2151)Kevin Leimkuhler
2020-01-22docs: fix link to website (#2103)Przemysław Bitkowski
2020-01-22Enhance documentation of tokio::task::block_in_place (#2155)gliderkite
2020-01-21docs: fix incorrectly rendered doc tests; tighten phrasing (#2150)David Barsky
2020-01-21chore: prepare v0.2.10 release (#2148)Carl Lerche
2020-01-21sync: derive PartialEq for error enums (#2137)Koki Kato
2020-01-21sync: add std error impl for broadcast errors (#2141)Lucio Franco
2020-01-21io: simplify split check (#2144)Lucio Franco
2020-01-21macros: fix `#[tokio::main]` without rt-core (#2139)Carl Lerche
2020-01-21fix: Prevent undefined behaviour from malicious AsyncRead impl (#2030)Markus Westerlind
2020-01-21chore: do not depend on `loom` on windows (#2146)Carl Lerche
2020-01-20Add a method to test if split streams come from the same stream. (#1762)Maarten de Vries
2020-01-20io: add `BufStream::with_capacity` (#2125)Vitor Enes
2020-01-20Yield now docs (#2129)David Kellum
2020-01-20runtime: add Handle::try_current (#2118)Pierre Krieger
2020-01-17task: Introduce a new pattern for task-local storage (#2126)Lucio Franco
2020-01-16chore: minor fixes (#2121)Artem Vorotnikov
2020-01-14chore: clippy fixes (#2110)Artem Vorotnikov
2020-01-13stream: add `StreamExt::collect()` (#2109)Carl Lerche
2020-01-13io: Drop AsyncBufRead bound on BufStream impl (#2108)John-John Tedro
2020-01-11stream: add `StreamExt::chain` (#2093)Carl Lerche
2020-01-11stream: add stream::once (#2094)Carl Lerche
2020-01-11stream: add `empty()` and `pending()` (#2092)Carl Lerche
2020-01-11stream: add `StreamExt::merge` (#2091)Carl Lerche
2020-01-10sync: impl From<T> and Default for RwLock (#2089)Jake Rawsthorne
2020-01-09stream: add `StreamExt::fuse` (#2085)Carl Lerche
2020-01-09chore: prepare v0.2.9 release (#2084)Carl Lerche
2020-01-09docs: fix runtime creation doc in tokio::runtime (#2073)Aljoscha Krettek
2020-01-09rt: use release ordering in `drop_join_handle_fast` (#2044)Tomasz Miąsko
2020-01-09docs: fix typo and issue reference (#2080)Yoshiya Hinosawa
2020-01-09rt: fix shutdown deadlock in threaded scheduler (#2082)Carl Lerche