| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -0/+5 |
| 2020-11-06 | Revert "Move macro test to ui/macros" | Mark Rousskov | -14/+0 |
| 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 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -1/+1 |
| 2020-05-01 | Add new tests and bless old tests | LeSeulArtichaut | -3/+7 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -5/+3 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -5/+3 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+9 |
| 2020-04-04 | macro_rules: `NtLifetime` cannot start with an identifier | Vadim Petrochenkov | -0/+13 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -16/+3 |
| 2020-03-27 | Rollup merge of #70434 - Centril:fix-34421, r=estebank | Mazdak Farrokhzad | -0/+55 |
| 2020-03-27 | suggest semi on expr mac!() good as stmt mac!(). | Mazdak Farrokhzad | -0/+55 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -8/+8 |
| 2020-03-24 | fix rebase fallout due to #69497. | Mazdak Farrokhzad | -10/+25 |
| 2020-03-24 | defatalize `compile_declarative_macro` | Mazdak Farrokhzad | -0/+22 |
| 2020-03-24 | mbe::transcribe: defatalize errors. | Mazdak Farrokhzad | -4/+33 |
| 2020-03-24 | generic_extension: defatalize Error case | Mazdak Farrokhzad | -5/+22 |
| 2020-03-24 | nix panictry! in ParserAnyMacro::make | Mazdak Farrokhzad | -1/+27 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -6/+4 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -1/+1 |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -6/+4 |