summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
2019-09-25io: remove unsafe pin-projections and remove manual Unpin implementations (#1...Taiki Endo
2019-09-24net: fix build-tests for uds (#1589)Taiki Endo
2019-09-23macros: add build tests for #[tokio::main] and #[tokio::test] (#1591)Taiki Endo
2019-09-23macros: fix handling of arguments of #[tokio::main] attribute (#1578)Taiki Endo
2019-09-23chore: update pin-project to 0.4.0-beta.1 (#1586)Taiki Endo
2019-09-22net: use Box::pin instead of Pin::new(Box::new) (#1587)Taiki Endo
2019-09-20timer: 32 bit ARM only has 32 bit atomics. (#1581)Jonathan Bastien-Filiatrault
2019-09-19tokio: add process feature (#1561)Kirill Mironov
2019-09-19Export sync::Barrier from tokio::sync (#1577)Jon Gjengset
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19net: fix build with only process (#1575)Carl Lerche
2019-09-19chore: rm tokio-buf (#1574)Carl Lerche
2019-09-19timer: delay_for should use tokio_timer::clock::now (#1572)Markus Westerlind
2019-09-19Enable buffering both reads and writes (#1558)Jon Gjengset
2019-09-19sync: add Barrier primitive (#1571)Jon Gjengset
2019-09-19executor: fix blocking pool bug re: thread shutdown (#1562)Jonathan Bastien-Filiatrault
2019-09-19sync: Make Lock more similar to std::sync::Mutex (#1573)Jon Gjengset
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-18chore: fix clippy check failure (#1569)Taiki Endo
2019-09-17Update README.md (#1545)yjh
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-09-13timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (...Taiki Endo
2019-09-13sync: replace deprecated mem::uninitialized usage with MaybeUninit (#1540)cynecx
2019-09-13fs: propagate flush for stdout / stderr. (#1528)Jonathan Bastien-Filiatrault
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-09-13chore: add stability note to readme. (#1554)Carl Lerche
2019-09-11tls: fix new temporary lifetime rustc error [E0597] (#1547)Kirill Mironov
2019-09-04tls: Add get_ref and get_mut (#1537)Jon Gjengset
2019-08-31process: omit several future types in favor of async/await (#1526)Ivan Petkov
2019-08-31io: add Send / Sync impls for ReadHalf / WriteHalf (#1525)Carl Lerche
2019-08-31tokio-process: Implement From<StdCommand> for Command (#1513)Fenhl
2019-08-30io: bring back `split` utility (#1521)Carl Lerche
2019-08-30Add platform-specific methods to Command (#1516)Fenhl
2019-08-30test: fix assert format args (#1520)Geoff Shannon
2019-08-30timer: Rename `sleep` to `delay_for`, reexport from tokio (#1518)Benjamin Saunders
2019-08-30tls: bump to v0.3.0-alpha.4 (#1515)Carl Lerche
2019-08-30chore: fix compile error on latest nightly (#1512)kellerkindt
2019-08-30executor: shut down idle threads in the blocking pool (#1514)Jarred Nicholls
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-29Re-add temporarily TcpStream::connect_std (#1508)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-28docs: fix wording in tokio_process::Child documentation (#1502)Jakub Beránek
2019-08-27net: switch from `log` to `tracing` (#1455)Eliza Weisman
2019-08-27tokio: export RunError in tokio::runtime::current_thread (#1487)Ömer Sinan Ağacan
2019-08-27implement `spawn_with_handle` in tokio_executor (#1492)Jacob Pratt
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-27net: rewrite TcpStream::connect with async fn (#1497)Carl Lerche
2019-08-26codec: fix infinite loop in tokio_codec::LinesCodec (#1489)Newton Ni