summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-02-20sync: fixed a small typo in sync docs (#2262)Matt Butcher
2020-02-20sync: Use yield rather than block on read method (#2258)Alice Ryhl
2020-02-18sync: improve RwLock API docs (#2252)Eliza Weisman
2020-02-17Added Ord and Hash as derived traits for tokio::time::Instant (#2239)Tudor Sidea
2020-02-17Add `Mutex::into_inner` method (#2250)Waffle Lapkin
2020-02-14UnixStream::poll_shutdown is not a no-op (#2245)Jon Gjengset
2020-02-14Test some more mpsc behavior with loom (#2246)Jon Gjengset
2020-02-13rt: lazily detect number of CPUs (#2238)Luca Bruno
2020-02-12Avoid race in tcp_accept::no_extra_poll (#2236)Jon Gjengset
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2020-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-02-02stream: add StreamExt::skip_while (#2205)Tore Pettersen
2020-02-01time: Add comment about cancelation of timed out futures (#2206)Daniel Müller
2020-02-01stream: add StreamExt::skip (#2204)Tore Pettersen
2020-01-31stream: provide `StreamMap` utility (#2185)Carl Lerche
2020-01-30sync: fix broadcast link in API docs (#2197)roignpar
2020-01-29sync: reduce memory size of watch::Receiver (#2191)Sean McArthur
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-29rt: read join waker conditionally to avoid data race (#2096)Tomasz Miąsko
2020-01-29macros: correctly feature gate join/try_join (#2196)Carl Lerche
2020-01-29rt: enable task state assertions under loom (#2192)Jon Gjengset
2020-01-28docs: minor fixes to `TcpStream` API docs (#2183)Vitor Enes
2020-01-28docs: fix `stream::pending()` example (#2189)Tore
2020-01-27timer: fix out of bounds error (#2184)Juan Alvarez
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