summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-02-26tcp: Update listener docs (#2276)Akshay Narayan
2020-02-26sync: adds Notify for basic task notification (#2210)Carl Lerche
2020-02-26time: avoid needing to `poll` DelayQueue after insertion (#2217)Thomas Whiteway
2020-02-26docs: macros doc(cfg) workarounds (#2225)David Kellum
2020-02-26Implement Stream for Listener types (#2275)Akshay Narayan
2020-02-25macros: add assignment form to pin! (#2274)Carl Lerche
2020-02-25process: Wake up read and write on `EPOLLERR` (#2218)Kevin Leimkuhler
2020-02-25mpsc: add `Sender::send_timeout` (#2227)Jake
2020-02-22tokio: fix broken contributing guide link (#2267)Thomas
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-11Fix doc comment spelling in lib.rs (#2233)lord
2020-02-11Fixed typos in examples (#2231)Christian Vallentin
2020-02-11Correct link to the guide on tokio.rs (#2229)Wade Mealing
2020-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-02-02stream: add StreamExt::skip_while (#2205)Tore Pettersen
2020-02-01util: add links to tokio-util + example to BytesCodec (#2207)Alice Ryhl
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-30codec: use advance over split_to when data is not needed (#2198)Markus Westerlind
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-29util: add futures-io/tokio::io compatibility layer (#2117)Eliza Weisman
2020-01-29chore: fix typos in ROADMAP.md (#2190)Avery Harnish
2020-01-29chore: improve discoverability of CoC (#2180)Avery Harnish
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-27sync: add mpsc benchmark (#2166)Lucio Franco
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-26macros: fix skipping generics on #[tokio::main] (#2177)daxpedda
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