summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-05io: optimize writing large buffers to windows stdio (#2888)Mikail Bagishov
2020-10-05fs: seal OpenOptionsExt and DirBuilderExt (#2909)Taiki Endo
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-02task: remove deprecated JoinError constructors (#2900)Alice Ryhl
2020-10-02Fix new clippy warning (#2899)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-29Seal FromStream methods with an internal argument (#2894)Sean McArthur
2020-09-29test: fix spelling error in documentation (#2895)Matt Kennedy
2020-09-29stream: add iter and iter_mut methods to StreamMap (#2890)Linus Behrbohm
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-09-28sync: Add `is_closed` method to mpsc senders (#2726)Mikail Bagishov
2020-09-27bench: fix unused_mut lint in benches (#2889)Mikail Bagishov
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-24chore: Use IoSlice's Copy impl to clean up some repetitive code (#2875)bdonlan
2020-09-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-24docs: use #[doc(no_inline)] on re-exports (#2874)Taiki Endo
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-23sync: add `get_mut()` for `Mutex,RwLock` (#2856)Daniel Henry-Mantilla
2020-09-23net: change `UnixListener::poll_accept` to public (#2845)kalcutter
2020-09-23io: move #[cfg(not(loom))] to fix warning (#2864)Alice Ryhl
2020-09-23io: fix stdout and stderr buffering on windows (#2734)Mikail Bagishov
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-09-23chore: remove unused future/pending.rs (#2860)Taiki Endo
2020-09-23ci: deny warnings on '--cfg tokio_unstable' tests (#2859)Taiki Endo
2020-09-22sync: Remove readiness assertion in `watch::Receiver::changed() (#2839)Zahari Dichev
2020-09-21Merge remote-tracking branch 'origin/v0.2.x' into merge-v0.2Carl Lerche
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-21ci: update miri flags (#2851)Alice Ryhl
2020-09-21ci: update nightly and fix all sorts of new failures (#2852)Alice Ryhl
2020-09-19io: fix doc-cfg on AsyncSeekExt (#2846)Taiki Endo
2020-09-19util: remove Slice wrapper (#2847)Taiki Endo
2020-09-19time: remove outdated todo comment (#2848)Taiki Endo
2020-09-18process: fix some docs (#2843)Nylonicious
2020-09-17sync: fix some doc typos (#2838)Nylonicious
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-12sync: add const-constructors for some sync primitives (#2790)mental
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-11sync: write guard to read guard downgrading for sync::RwLock (#2733)Max Heller