summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-10chore: bump MSRV to 1.45 (#2759)Carl Lerche
2020-08-09io: use stderr in stderr documentation (#2746)Cameron Taggart
2020-08-09sync: typo in impl Semaphore (#2745)Blas Rodriguez Irizar
2020-08-08sync: show correct permits in fmt::Debug (#2750)Blas Rodriguez Irizar
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-08-05process: document remote killing for Child (#2736)Blas Rodriguez Irizar
2020-08-01net: impl ToSocketAddrs for (String, u16) (#2724)南浦月
2020-07-31sync: suspectible -> susceptible (#2732)Max Bruckner
2020-07-31sync: better Debug for Mutex (#2725)Mikail Bagishov
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler
2020-07-28Reset coop budget when blocking in block_on (#2711)Jon Gjengset
2020-07-28io: rewrite read_to_end and read_to_string (#2560)Alice Ryhl
2020-07-28chore: update parking_lot dependency to 0.11.0 (#2676)Jasper
2020-07-28chore: document issue labels (#2708)Alice Ryhl
2020-07-28ci: add information to the rustfmt check, hinting at the necessary fix (#2673)Jeb Rosen
2020-07-28macros: silence unreachable_code warning in select! (#2678)Blas Rodriguez Irizar
2020-07-26time: interval Stream impl requires stream feature (#2695)Alice Ryhl
2020-07-26time: fix incorrect argument name in doc (#2691)Alice Ryhl
2020-07-26macros: document basic_scheduler option (#2697)Alice Ryhl
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-24time: report correct error for timers that exceed max duration (#2023)Nikhil Benesch
2020-07-24chore: add ci job that depends on all tests (#2690)Carl Lerche
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-24rt: document how #[tokio::main] is expanded (#2683)xd009642
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-07-23io: always re-export std::io (#2606)Taiki Endo
2020-07-23udp: Fix `UdpFramed` with regards to `Decode` (#1445)John Doneth
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-21chore: add audit check (#2595)Zephyr Shannon
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-20chore: fix new manual_non_exhaustive clippy lint (#2669)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