| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -0/+42 |
| 2018-11-17 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -16/+16 |
| 2018-11-17 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -1/+1 |
| 2018-11-17 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -4/+5 |
| 2018-11-17 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -70/+56 |
| 2018-11-07 | enforce unused-must-use lint in macros | Alex Burka | -0/+31 |
| 2018-10-29 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -2/+2 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -4/+0 |
| 2018-10-12 | Add missing lifetime fragment specifier to error message. | Eric Huss | -1/+1 |
| 2018-10-10 | Remove incorrect span for second label inner macro invocation | holmgr | -3/+0 |
| 2018-10-07 | Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichton | bors | -28/+17 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -0/+27 |
| 2018-10-05 | Fix two UI tests with locale-dependent output | Vadim Petrochenkov | -28/+17 |
| 2018-10-03 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -0/+83 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -0/+8 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -1/+1 |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -21/+14 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -1/+1 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -34/+16 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -116/+132 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+876 |
| 2018-09-08 | resolve: Relax shadowing restriction on macro-expanded macros | Vadim Petrochenkov | -26/+42 |
| 2018-09-08 | resolve: Model shadowing restriction for macro_rules after modern macros | Vadim Petrochenkov | -2/+26 |
| 2018-09-08 | resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -5/+16 |
| 2018-08-31 | cleanup: Add main functions to some UI tests | Vadim Petrochenkov | -14/+8 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -2/+2 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -66/+17 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -5/+5 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -66/+17 |
| 2018-08-17 | Rollup merge of #53412 - eddyb:stage-who, r=alexcrichton | kennytm | -16/+15 |
| 2018-08-16 | Auto merge of #53256 - ollie27:writeln, r=KodrAus | bors | -0/+53 |
| 2018-08-16 | tests: prefer edition: directives to compile-flags:--edition. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-08-16 | Auto merge of #53293 - petrochenkov:gramattr2, r=alexcrichton | bors | -8/+7 |
| 2018-08-16 | Revert "Ignore test that fails on stage1" | Eduard-Mihai Burtescu | -16/+15 |
| 2018-08-14 | Ignore test that fails on stage1 | Matthew Jasper | -15/+16 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -8/+7 |
| 2018-08-14 | Fixed 'no such file or directory' mismatch between Windows and Linux. | David Wood | -15/+18 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+2381 |
| 2018-08-10 | Don't accept none str literals for the format string in writeln | Oliver Middleton | -0/+53 |
| 2018-08-07 | Suggest comma when missing in macro call | Esteban Küber | -4/+36 |
| 2018-08-06 | Point at correct span when missing comma in `println` | Esteban Küber | -7/+19 |
| 2018-08-06 | Suggest comma when writing `println!("{}" a);` | Esteban Küber | -0/+24 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -4/+1 |
| 2018-07-31 | Use suggestions for shell format arguments | Esteban Küber | -5/+24 |
| 2018-07-26 | Rollup merge of #52649 - estebank:fmt-span, r=oli-obk | Mark Rousskov | -13/+43 |
| 2018-07-24 | Add span label for format str missing specifier | Esteban Küber | -5/+9 |
| 2018-07-24 | Use suggestions for `printf` format | Esteban Küber | -7/+33 |
| 2018-07-24 | Reword missing formatting arguments label | Esteban Küber | -4/+4 |
| 2018-07-23 | Allow by default, fix tests | mark | -2/+18 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -133/+376 |