summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Expand)Author
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-29ci: fix isRelease condition (#1066)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-03-22ci: skip crates.io dep run when releasing (#995)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche
2018-11-09fix tsan errors (#745)Stjepan Glavina
2018-09-21threadpool: impl Drop for Queue (#649)Stjepan Glavina
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-07-24Fix Weak tsan whitelist (#505)Carl Lerche
2018-07-11New version of crossbeam-deque (#468)Stjepan Glavina
2018-04-28Stop using deprecated bytes APIs (#324)Carl Lerche
2018-04-15Threadpool blocking (#317)Carl Lerche
2018-04-04Add arc::Weak to tsan filter. (#298)Carl Lerche
2018-03-28Provide a timer implementation (#249)Carl Lerche