| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Remove assert_matches users | Mark Rousskov | -11/+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 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -0/+14 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -0/+14 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -38/+71 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -0/+10 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -13/+18 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -3/+3 |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -1/+1 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+1 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -2/+2 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -0/+13 |
| 2020-10-19 | Ignore panic_fmt lint in macro-comma-behavior-rpass ui test. | Mara Bos | -0/+1 |
| 2020-11-09 | add regression test for #78892 | SNCPlay42 | -0/+14 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -0/+27 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -0/+25 |
| 2020-10-24 | Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011 | Jonas Schievink | -0/+25 |
| 2020-10-24 | Compute proper module parent during resolution | Aaron Hill | -0/+25 |
| 2020-10-24 | resolve: Relax macro resolution consistency check to account for any errors | Vadim Petrochenkov | -0/+25 |
| 2020-10-24 | Rollup merge of #78264 - JohnTitor:macro-test, r=petrochenkov | Jonas Schievink | -0/+10 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -17/+1 |
| 2020-10-23 | Add regression test for issue-77475 | Yuki Okushi | -0/+10 |
| 2020-09-30 | Re-run tests with --bless | Temirkhan Myrzamadi | -0/+3 |
| 2020-09-28 | passes: `check_attr` on more targets | David Wood | -17/+1 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -8/+4 |
| 2020-09-12 | Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj... | bors | -11/+9 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -14/+14 |
| 2020-09-08 | Update tests | Guillaume Gomez | -1/+2 |
| 2020-09-05 | Allow #[cold], #[track_caller] on closures. Fix whitespace in error messages. | Caleb Zulawski | -15/+3 |
| 2020-09-05 | Emit warnings for misplaced attributes used by some crates | Caleb Zulawski | -1/+4 |
| 2020-09-05 | Check placement of more attributes | Caleb Zulawski | -11/+18 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -2/+2 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -2/+2 |