summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-05-21fs: implement OpenOptionsExt for OpenOptions (#2515)Charles Hovine
2020-05-21fs: add DirBuilder (#2524)Dmitri Shkurski
2020-05-21stream: update StreamExt::merge doc (#2520)Alice Ryhl
2020-05-16sync: document maximum number of permits (#2539)ZSL
2020-05-14Clarifying that Handle::current must be called on a thread managed by tokio (...Sunjay Varma
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-05-13chore: prepare v0.2.21 release (#2530)Carl Lerche
2020-05-12sync: use intrusive list strategy for broadcast (#2509)Carl Lerche
2020-05-12chore: change norun to no_run (#2518)Alice Ryhl
2020-05-12macros: disambiguate the built-in #[test] attribute in macro expansion (#2503)Jeb Rosen
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