summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-05-11tokio: add support for illumos target (#2486)Patrick Mooney
2020-05-11io: add doc warning about concurrently calling poll_read/write_ready (#2439)Boqin Qin
2020-05-11io: add mio::Ready argument to PollEvented (#2419)Danny Browning
2020-05-10stream: fix documentation on filter_map (#2511)Tom Ciborski
2020-05-07docs: fix links in `tokio::sync` (#2491)zeroed
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-05-07rt: add Handle::spawn_blocking method (#2501)Adam C. Foltzer
2020-05-06rt: simplify coop implementation (#2498)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-05-02sync: add CancellationToken (#2263)Matthias Einwag
2020-05-02doc: remove reference to the Sink trait in the MPSC documentation (#2476)zeroed
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-04-30macros: `scoped_thread_local` should be private (#2470)Carl Lerche
2020-04-30io: add get_mut, get_ref and into_inner to Lines (#2450)Hanif Ariffin
2020-04-29mutex: add `OwnedMutexGuard` for `Arc<Mutex<T>>`s (#2455)Eliza Weisman
2020-04-29chore: fix a typo (#2461)Matthijs Brobbel
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
2020-04-29runtime: mem::forget instead of keeping track of dropped state (#2451)John-John Tedro
2020-04-28chore: prepare v0.2.20 release. (#2458)Carl Lerche
2020-04-28rt: fix default thread number logic (#2457)Carl Lerche
2020-04-28net: mention that bind sets SO_REUSEADDR (#2454)Alice Ryhl
2020-04-27sync: fix slow receivers in broadcast (#2448)Kevin Leimkuhler
2020-04-27rt: reduce usage of ManuallyDrop (#2449)John-John Tedro
2020-04-24chore: prepare v0.2.19 release (#2441)Carl Lerche
2020-04-24runtime: improve runtime and handle doc (#2440)Alice Ryhl
2020-04-24task: update doc on spawn_blocking and block_in_place (#2436)Alice Ryhl
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-04-23stream: fix panic in Merge and Chain size_hint (#2430)Mikail Bagishov
2020-04-23task: link to lib.rs in spawn_blocking documentation (#2426)Palash Ahuja
2020-04-22io: fix typo on AsyncWrite doc (#2427)Pythonidea
2020-04-21sync: improve mutex documentation (#2405)João Oliveira
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-20sync: add owned semaphore permit (#2421)Alice Ryhl
2020-04-20io: rewrite stdin documentation (#2420)Alice Ryhl
2020-04-20task: Ensure the visibility modifier is propagated when constructing a task l...Gardner Vickers
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-18doc: mention CPU-bound code lib.rs (#2414)Alice Ryhl
2020-04-17Link PRs in CHANGELOG files (#2383)Nikolai Vazquez
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12chore: prepare to release 0.2.18 (#2399)Alice Ryhl
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-12io: report error on zero-write in write_int (#2334)shuo
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar