summaryrefslogtreecommitdiffstats
path: root/tokio-macros/src/entry.rs
AgeCommit message (Expand)Author
2020-11-20macros: fix rustfmt on 1.48.0 (#3160)Eliza Weisman
2020-10-24docs: remove `max_threads` mentions in tokio-macros (#3038)nickelc
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-05-12macros: disambiguate the built-in #[test] attribute in macro expansion (#2503)Jeb Rosen
2020-01-26macros: fix skipping generics on #[tokio::main] (#2177)daxpedda
2020-01-22macros: remove unused attributes (#2147)Carl Lerche
2020-01-21macros: fix `#[tokio::main]` without rt-core (#2139)Carl Lerche