summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
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
2020-01-09docs: document feature flags (#2081)Lucio Franco
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)Carl Lerche
2020-01-08Fix Seek adapter and AsyncSeek error handling for FileJeb Rosen
2020-01-07doc: fix old notes regarding examples and async/await (#2071)Alice Ryhl
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-07docs: minor tweaks to `StreamExt` API docs (#2066)Carl Lerche
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06Fix basic_scheduler deadlock when waking during drop (#2062)Sean McArthur
2020-01-06task: add ways to run a `LocalSet` from within a rt context (#1971)Eliza Weisman
2020-01-06rt: add a Handle::current() (#2040)Benjamin Fry
2020-01-06rt: share vtable between waker and waker ref (#2045)Tomasz Miąsko
2020-01-06stream: Add StreamExt::any (#2034)Artem Vorotnikov
2020-01-06process: deprecate Child stdio accessors in favor of pub fields (#2014)Ivan Petkov
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2020-01-06tokio: remove documentation stating `Receiver` is clone-able. (#2037)John Van Enk
2020-01-03sync: add RwLock (#1699)João Oliveira