| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Include macro name in 'local ambiguity' error | Aaron Hill | -2/+2 |
| 2021-05-29 | Use correct edition when parsing `:pat` matchers | Aaron Hill | -0/+32 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -7/+7 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -5/+5 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -54/+54 |
| 2021-05-12 | Update stderr | Aaron Hill | -23/+8 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -43/+41 |
| 2021-04-27 | remove pat2021 | mark | -27/+25 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -121/+0 |
| 2021-04-15 | update test | mark | -4/+4 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -15/+15 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+34 |
| 2021-04-15 | Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakis | Dylan DPC | -0/+113 |
| 2021-04-14 | test: add reasonable case | hi-rustin | -2/+2 |
| 2021-04-14 | test: add more cases | hi-rustin | -3/+69 |
| 2021-04-14 | add macro-or-patterns-2021 test | hi-rustin | -0/+47 |
| 2021-04-12 | Fix lookahead with None-delimited group | Aaron Hill | -0/+15 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -20/+20 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -0/+31 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -7/+5 |
| 2021-04-03 | expand: Do not ICE when a legacy AST-based macro attribute produces and empty... | Vadim Petrochenkov | -0/+31 |
| 2021-04-02 | address comments | hi-rustin | -12/+12 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+84 |
| 2021-03-28 | Rollup merge of #83348 - osa1:issue83344, r=jackh726 | Yuki Okushi | -0/+14 |
| 2021-03-27 | format macro argument parsing fix | Ömer Sinan Ağacan | -0/+14 |
| 2021-03-27 | Rollup merge of #83343 - osa1:issue83340, r=jackh726 | Yuki Okushi | -0/+16 |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+0 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -1/+1 |
| 2021-03-21 | Simplify and fix byte skipping in format! string parser | Ömer Sinan Ağacan | -0/+16 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+18 |
| 2021-03-19 | update tests | mark | -1/+0 |
| 2021-03-13 | Add regression tests | hyd-dev | -0/+29 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -0/+121 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -0/+5 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+121 |
| 2021-02-18 | Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC | Yuki Okushi | -0/+94 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+94 |
| 2021-02-16 | Ensure debug_assert! tests get run | Teddy Katz | -0/+1 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -0/+11 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -22/+22 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -1/+1 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -0/+2 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -1/+1 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+14 |
| 2021-01-18 | Rollup merge of #81071 - osa1:fix_81006, r=estebank | Ashley Mannix | -0/+24 |
| 2021-01-17 | rustc_parse_format: Fix character indices in find_skips | Ömer Sinan Ağacan | -0/+24 |
| 2021-01-17 | Force vec! to expressions only | Dániel Buga | -0/+20 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+77 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -4/+10 |