summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-07-24chore: complete CI migration to Github Actions (#2680)Carl Lerche
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-07-24doc: feature flags in README (#2682)Blas Rodriguez Irizar
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-07-23io: always re-export std::io (#2606)Taiki Endo
2020-07-22doc: fix links to new website (#2674)Alice Ryhl
2020-07-22io: add `io::duplex()` as bidirectional reader/writer (#2661)Sean McArthur
2020-07-21chore: prepare to release 0.2.22 (#2672)Eliza Weisman
2020-07-21sync: support larger number of semaphore permits (#2607)Kornel
2020-07-21doc: update links in README.md and CONTRIBUTING.md (#2609)Alice Ryhl
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-07-20io: Forward poll_write_buf on BufReader (#2654)Markus Westerlind
2020-07-20sync: remove misleading comment (#2666)nicolaiunrein
2020-07-20time: improve Entry field comment (#2671)Blas Rodriguez Irizar
2020-07-20dns: document that strings require the DNS feature (#2663)Alice Ryhl
2020-07-20sync: "which kind of mutex?" section added to doc (#2658)Alice Ryhl
2020-07-16io: add little endian variants for AsyncRead/WriteExt (#1915)Evan Cameron
2020-07-14rt: allow block_on inside block_in_place inside block_on (#2645)bdonlan
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-07-13doc: fix typo from "Rust langague" to "Rust language" (#2656)Antoine Murat
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-07-10fix: Update the docs of "pause" to state that time will still advance (#2647)Markus Westerlind
2020-07-01io: allocate buffer directly on heap (#2634)htrefil
2020-06-25sync: update `oneshot::Receiver::close` doc link (#2630)Gokul
2020-06-25test: fix new clippy lint (#2631)João Oliveira
2020-06-18docs: BufWriter does not flush on drop (#2487)Artem Pyanykh
2020-06-18docs: remove unneeded doc from AsyncReadExt::read_ext() (#2621)Jeb Rosen
2020-06-18sync: channel doc grammar change (#2624)Alice Ryhl
2020-06-17sync: documentation for mpsc channels (#2600)Alice Ryhl
2020-06-16time: add example using `interval` to the time module (#2623)Craig Pastro
2020-06-15doc: fix typo on select macro (#2622)s0lst1ce
2020-06-13sync: allow unsized types in Mutex and RwLock (#2615)Taiki Endo
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-12io: fix unsound pin projection in read_buf and write_buf (#2612)Taiki Endo
2020-06-11net: impl ToSocketAddrs for &[SocketAddr] (#2604)Taiki Endo
2020-06-11docs: fix the link of contributing guide (#2577)johnnydai0
2020-06-10doc: add sleep alias to delay_for (#2589)Alice Ryhl
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-06-02io: fix typo on BufReader (#2569)‏‏Dave
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-05-30chore: fix clippy errors (#2571)Mikail Bagishov
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-29io: update AsyncBufRead documentation (#2564)Geoffry Song
2020-05-28net: add note about into_split's drop (#2567)Mathspy
2020-05-24io: fix panic in read_line (#2541)Alice Ryhl
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