| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-03 | rustc_ast_pretty: Don't print space after `$` | Noah Lev | -6/+6 | |
| For example, this code: $arg:expr used to be pretty-printed as: $ arg : expr but is now pretty-printed as: $arg : expr | ||||
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -6/+6 | |
| The output is not quite as nice as it used to be, but it does work. | ||||
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -0/+17 | |
| This fixes the overly-complex invariant mentioned in <https://github.com/rust-lang/rust/pull/83237#issuecomment-815346570>, where the macro source can't have any links in it only because the cache hasn't been populated yet. | ||||
| 2020-11-28 | Add test for macro by example syntax in decl macros with only one option | Rune Tynan | -0/+7 | |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -0/+17 | |
| 2020-11-27 | Update decl_macro test, add decl_macro_priv test for --document-private-items | Rune Tynan | -0/+15 | |
