summaryrefslogtreecommitdiffstats
path: root/tokio/src
AgeCommit message (Expand)Author
2020-07-01io: allocate buffer directly on heap (#2634)htrefil
2020-06-25sync: update `oneshot::Receiver::close` doc link (#2630)Gokul
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-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
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-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