summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-07-01io: fix documents (#1231)Taiki Endo
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-28TcpSocket specialized split (#1217)Yin Guanhao
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-06-27macros: allow configuring runtime used by main macro (#1185)Douman
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: rewrite io_read.rs test to use async/await (#1207)Carl Lerche
2019-06-26tokio: re-export sync::{lock,mpsc} (#1208)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26Update tokio-udp to use std-future (#1199)Yin Guanhao
2019-06-26tokio: add read_exact method (#1202)Bhargav
2019-06-25macros: re-export `main` macro from `tokio` (#1198)Carl Lerche
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-24chore: fix url in docs (#1173)Takanori Ishibashi
2019-06-21runtime: better error message in block_on_all on panics (#1166)Max Bruckner
2019-06-10Make threadpool::Runtime methods take &self (#1140)Steven Fackler
2019-06-10Use ThreadPool's impl of spawn (#1139)yanjhk
2019-06-05Merge branch 'v0.1.x' into merge-0.1Carl Lerche
2019-05-30Bump `tokio` version to v0.1.21. (#1113)Carl Lerche
2019-05-30Update tokio-trace-core to 0.2 (#1111)Lucio Franco
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30async-await: add `current_thread::Runtime::block_on_async` (#1072)Carl Lerche
2019-04-25Fix threadpool dependency (#1061)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-24rt: forward panic_handler to tokio::runtime::Builder (#1055)Ryan Dahl
2019-04-24tokio: Bump min version of tokio-sync (#1054)Igor Gnatenko
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-18tokio-sync: Add async mutual exclusion primitive (#964)Jon Gjengset
2019-04-10async-await: Use Context instead of Waker in poll (#1041)Simon Wollwage
2019-04-09Add example of blocking environment (#1036)Lev Eniseev
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-26chore: add license to tokio (#1006)Son
2019-03-24Fix typo in README.md in examples (#1002)Red Hara
2019-03-22chore: Fix examples not working with `cargo run` (#998)Eliza Weisman
2019-03-22chore: fix Cargo.toml filesCarl Lerche
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche