| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -0/+28 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -0/+93 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -1/+1 |
| 2019-07-20 | Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov | bors | -14/+22 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -0/+220 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -1/+1 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -11/+7 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -5/+5 |