summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
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
2020-04-12docs: remove duplicate "a listener" (#2395)Max Inden
2020-04-09chore: prepare to release 0.2.17 (#2392)Eliza Weisman
2020-04-09Use logical CPUs instead of physical by default (#2391)Sean McArthur
2020-04-09rt: fix bug in work-stealing queue (#2387)Carl Lerche
2020-04-06doc: Sort methods on mpsc::Sender in doc (#2379)nasa
2020-04-04doc: add error explanation for UnboundedSender::send() (#2372)Vojtech Kral
2020-04-04test: add Send/Sync tests for all async fns (#2377)Alice Ryhl
2020-04-03chore: prepare tokio 0.2.16 releaseEliza Weisman
2020-04-03sync: ensure Mutex, RwLock, and Semaphore futures are Send + Sync (#2375)Eliza Weisman
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2020-04-02Expose time::deplay_queue::Expired::deadline (#2300)MOZGIII
2020-04-02fs: Copy file permissions (#2354)Kevin Leimkuhler
2020-04-02chore: Prepare `0.2.15` release (#2365)Lucio Franco
2020-04-02sync: Add disarm to mpsc::Sender (#2358)Jon Gjengset
2020-04-02rt: fix queue regression (#2362)Carl Lerche
2020-04-01chore: prepare tokio v0.2.14 release (#2356)Carl Lerche
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche