| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -14/+14 |
| 2020-09-01 | Give a better error message for duplicate built-in macros | Joshua Nelson | -3/+48 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -17/+18 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -10/+0 |
| 2020-08-18 | Move macro test to ui/macros | Aleksey Kladov | -0/+19 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -8/+8 |
| 2020-07-27 | mv std libs to library/ | mark | -3/+3 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -8/+8 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -0/+25 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+25 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -5/+3 |
| 2020-05-26 | expand `env!` with def-site context | Andy Russell | -0/+2 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -17/+24 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -1/+1 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -17/+24 |
| 2020-05-09 | Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov | Ralf Jung | -0/+113 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+15 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -1/+1 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+98 |