| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-11-26 | Bless ui tests for libcore reformat | David Tolnay | -2/+2 |
| 2019-11-25 | Tweak removed feature error | Esteban Küber | -6/+2 |
| 2019-11-25 | Tweak duplicate matcher binding error | Esteban Küber | -28/+12 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -0/+1 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -13/+3 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -3/+3 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-10-28 | Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-28 | review comments | Esteban Küber | -1/+1 |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -1/+1 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+7 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -1/+1 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+11 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+2 |
| 2019-10-15 | Stabilize proc macros generating `macro_rules` items | Vadim Petrochenkov | -5/+4 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -2/+0 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+2 |
| 2019-10-01 | Rollup merge of #63931 - petrochenkov:stabmac, r=Centril | Mazdak Farrokhzad | -5/+18 |
| 2019-10-01 | Address review comments | Vadim Petrochenkov | -0/+11 |
| 2019-09-30 | syntax: Support modern attribute syntax in the `meta` matcher | Vadim Petrochenkov | -6/+0 |
| 2019-09-30 | Stabilize macros in `extern` blocks | Vadim Petrochenkov | -5/+18 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -7/+7 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -2/+2 |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -2/+2 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -9/+23 |
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -1/+1 |
| 2019-08-22 | Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-08-21 | review comments | Esteban Küber | -11/+2 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -0/+17 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -0/+3 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -11/+9 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -2/+8 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-15 | Hygienize use of built-in macros in the standard library | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -62/+0 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -1/+1 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -0/+157 |
| 2019-08-09 | Rollup merge of #62672 - lzutao:deprecated-try-macro, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2019-08-09 | Allow deprecated try macro in test crates | Lzu Tao | -3/+2 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -0/+3 |
| 2019-08-05 | Don't recommend `extern crate` syntax | Kornel | -2/+2 |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -22/+22 |
| 2019-08-01 | Add check-pass test for #63102. | Robert Bartlensky | -0/+8 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -4/+2 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+765 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+2079 |
| 2019-07-27 | Fix typo in Delimited::open_tt | Julien Cretin | -22/+22 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -0/+28 |