summaryrefslogtreecommitdiffstats
path: root/tokio-macros
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-11-30macros: #[tokio::main] can be used on non-main (#3199)Ivan Tham
2020-11-26macros: fix outdated documentation (#3180)Rajiv Chauhan
2020-11-20macros: fix rustfmt on 1.48.0 (#3160)Eliza Weisman
2020-10-26macros: prepare tokio-macros 0.3.1 (#3042)Alice Ryhl
2020-10-24docs: remove `max_threads` mentions in tokio-macros (#3038)nickelc
2020-10-15chore: post release Cargo.toml fixes (#2963)Carl Lerche
2020-10-15chore: prepare for v0.3.0 release (#2960)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-05runtime: improve runtime vs #[tokio::main] doc (#2820)Igor Aleksanov
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-07-26macros: document basic_scheduler option (#2697)Alice Ryhl
2020-07-24rt: document how #[tokio::main] is expanded (#2683)xd009642
2020-05-20tokio-macros: warn about renaming the tokio dependency (#2521)Geoff Shannon
2020-05-12macros: disambiguate the built-in #[test] attribute in macro expansion (#2503)Jeb Rosen
2020-04-17Link PRs in CHANGELOG files (#2383)Nikolai Vazquez
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-02-26docs: macros doc(cfg) workarounds (#2225)David Kellum
2020-02-11Fix doc comment spelling in lib.rs (#2233)lord
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-26macros: fix skipping generics on #[tokio::main] (#2177)daxpedda
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-22macros: remove unused attributes (#2147)Carl Lerche
2020-01-21macros: fix `#[tokio::main]` without rt-core (#2139)Carl Lerche
2020-01-07macros: fix breaking changes (#2069)Carl Lerche
2020-01-07chore: prepare tokio-macros v0.2.2 release (#2068)Artem Vorotnikov
2020-01-02macros: do not automatically pull rt-core (#2038)Artem Vorotnikov
2019-12-27Refactor proc macros, add more knobs (#2022)Artem Vorotnikov
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-18chore: prepare v0.2.5 release (#1984)Carl Lerche
2019-12-13macros: inherit visibilityDouman
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-12macros: Use more consistent runtime names (#1628)Jon Gjengset
2019-10-02macros: allow selecting runtime in tokio::test attr (#1620)Jon Gjengset
2019-10-01macros: Allow arguments in non-main functionsDouman
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
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-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon