summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-12-27Refactor proc macros, add more knobs (#2022)Artem Vorotnikov
2019-12-25stream: add StreamExt::take_while (#2029)Artem Vorotnikov
2019-12-24chore: move benches to separate crate (#2028)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-24stream: add StreamExt::take (#2025)Artem Vorotnikov
2019-12-23doc: add additional Mutex example (#2019)Stephen Carman
2019-12-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21time: DelayQueue::len() (#1755)Ruben De Smet
2019-12-21sync: impl `Stream` for broadcast::Receiver (#2012)Bhargav
2019-12-21rt: fix spawn_blocking from spawn_blocking (#2006)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-21doc: fix misleading comment in interval.rsfbucek
2019-12-21dns: provide `lookup_host` function (#1870)David Barsky
2019-12-20stream: StreamExt::try_next (#2005)Artem Vorotnikov
2019-12-20stream: filtering utilities (#2001)Artem Vorotnikov
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-19prepare v0.2.6 release (#1995)Carl Lerche
2019-12-19fs: add deprecated fs::File::seek fn (#1991)Carl Lerche
2019-12-18chore: prepare v0.2.5 release (#1984)Carl Lerche
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-18sync: encapsulate TryLockError variants (#1980)Carl Lerche
2019-12-18Improve runtime threading options docsDouman
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-12-18sync: add broadcast channel (#1943)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-17sync: print MutexGuard inner value for debugging (#1961)yim7
2019-12-17rt: fix blocking pool shutdown logic (#1978)Carl Lerche
2019-12-17time: impl Stream for DelayQueue (#1975)Ruben De Smet
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-12-17docs: correct grammar (#1968)Kelly Thomas Kline
2019-12-14Fix typo in sync documentation (#1942)Vlad-Shcherbina
2019-12-14Enable the `full` feature when compiled for the playground (#1960)Jake Goulding
2019-12-13time: stream throttle (#1949)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-11chore: fix the outdated example in README (#1930)nickelc
2019-12-11chore: fix thread_pool benchmarks (#1947)Carl Lerche
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-12-10fix spawn function documentation (#1940)Juan Alvarez
2019-12-09sync::Mutex: Fix typo in documentation (#1934)Danilo Bargen
2019-12-09sync::Mutex: Add note about the absence of poisoning (#1933)Danilo Bargen
2019-12-06chore: prepare v0.2.4 release (#1917)Carl Lerche
2019-12-06sync: fix Mutex when lock future dropped before complete (#1902)Michael P. Jung
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-06prepare v0.2.3 release (#1912)Carl Lerche
2019-12-06doc: fix TcpListener example to compile (#1911)Carl Lerche
2019-12-06Close markdown (#1910)Jeremy Kolb
2019-12-05time: impl From between std / tokio Instants (#1904)Steven Fackler