summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2020-07-28io: rewrite read_to_end and read_to_string (#2560)Alice Ryhl
2020-07-28macros: silence unreachable_code warning in select! (#2678)Blas Rodriguez Irizar
2020-07-26time: fix resetting expired timers causing panics (#2587)Felix Giese
2020-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-07-22io: add `io::duplex()` as bidirectional reader/writer (#2661)Sean McArthur
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-07-14rt: allow block_on inside block_in_place inside block_on (#2645)bdonlan
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-06-25test: fix new clippy lint (#2631)João Oliveira
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-05-30chore: fix clippy errors (#2571)Mikail Bagishov
2020-05-24io: fix panic in read_line (#2541)Alice Ryhl
2020-05-21fs: add DirBuilder (#2524)Dmitri Shkurski
2020-05-12sync: use intrusive list strategy for broadcast (#2509)Carl Lerche
2020-05-12macros: disambiguate the built-in #[test] attribute in macro expansion (#2503)Jeb Rosen
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-04-29mutex: add `OwnedMutexGuard` for `Arc<Mutex<T>>`s (#2455)Eliza Weisman
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
2020-04-28rt: fix default thread number logic (#2457)Carl Lerche
2020-04-27sync: fix slow receivers in broadcast (#2448)Kevin Leimkuhler
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-23stream: fix panic in Merge and Chain size_hint (#2430)Mikail Bagishov
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
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-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl
2020-04-12io: report error on zero-write in write_int (#2334)shuo
2020-04-04test: add Send/Sync tests for all async fns (#2377)Alice Ryhl
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2020-04-02fs: Copy file permissions (#2354)Kevin Leimkuhler
2020-04-02sync: Add disarm to mpsc::Sender (#2358)Jon Gjengset
2020-04-02rt: fix queue regression (#2362)Carl Lerche
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-26fs: add coop test (#2344)Carl Lerche
2020-03-26rt: add task join coop test (#2345)Carl Lerche
2020-03-26time: fix DelayQueue rewriting delay on insert after Poll::Ready (#2285)Christofer Nolander
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-18sync: Add RwLock::into_inner method (#2321)Daniel Müller
2020-03-06Add foo.txt and bar.txt to .gitignore (#2294)Thomas Whiteway
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-28macros: fix unresolved import in pin! (#2281)Hiro Saito