summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-17test: Add `Future` and `Stream` impl for `Spawn`. (#2412)Lucio Franco
2020-04-17Link PRs in CHANGELOG files (#2383)Nikolai Vazquez
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-04-15chore: link mini-redis in examples (#2407)Carl Lerche
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-13ci: fix FreeBSD CI (#2403)Taiki Endo
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-03doc: Fix readme link (#2370)nasa
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2020-04-02examples: add comment about dependency gotcha (#2355)Alice Ryhl
2020-04-02Expose time::deplay_queue::Expired::deadline (#2300)MOZGIII
2020-04-02fs: Copy file permissions (#2354)Kevin Leimkuhler
2020-04-02test: Added read_error() and write_error() (#2337)Benjamin Halsted
2020-04-02util: documentation example for LengthDelimitedCodec (#2339)Benjamin Halsted
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
2020-03-28sync: fix notified link (#2351)Alice Ryhl
2020-03-27sync: fix possible dangling pointer in semaphore (#2340)Eliza Weisman
2020-03-27sync: broadcast, revert "Keep lock until sender notified" (#2348)kalcutter
2020-03-26fs: add coop test (#2344)Carl Lerche
2020-03-26rt: add task join coop test (#2345)Carl Lerche
2020-03-26timer: fix loom test (#2346)Carl Lerche
2020-03-26timer: improve memory ordering in Inner's increment (#2107)Brian L. Troutwine
2020-03-26time: fix DelayQueue rewriting delay on insert after Poll::Ready (#2285)Christofer Nolander
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-25stream: iter() should yield every so often. (#2343)Carl Lerche
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-03-22io: impl as `RawFd` / `AsRawHandle` for stdio (#2335)MarinPostma
2020-03-20rt: remove `unsafe` from shell runtime. (#2333)Carl Lerche
2020-03-18util: Prepare `0.3.1` release (#2330)Nikhil Benesch