summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
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