| Age | Commit message (Expand) | Author | Lines |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -0/+17 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -8/+15 |
| 2019-07-20 | Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov | bors | -19/+29 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -0/+254 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -7/+51 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -362/+194 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -17/+473 |
| 2019-07-18 | Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrum | bors | -262/+248 |
| 2019-07-18 | Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb | Mark Rousskov | -17/+35 |
| 2019-07-18 | Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkov | Mark Rousskov | -0/+4 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -172/+172 |
| 2019-07-18 | Rollup merge of #62730 - matthewjasper:hygiene-tests, r=petrochenkov | Mark Rousskov | -42/+26 |
| 2019-07-18 | Rollup merge of #62712 - limira:self-type-help, r=estebank | Mark Rousskov | -11/+11 |
| 2019-07-18 | Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank | Mark Rousskov | -20/+0 |
| 2019-07-18 | Auto merge of #62682 - alessandrod:issue-58375, r=eddyb | bors | -0/+23 |
| 2019-07-18 | resolve: Attempt to resolve unresolved paths in macro namespace | Vadim Petrochenkov | -43/+43 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -22/+19 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -306/+141 |
| 2019-07-18 | Self-referencial type renamed to recursive type. | Giles Cope | -17/+17 |
| 2019-07-18 | Auto merge of #62669 - estebank:suggest-assoc-type, r=cramertj | bors | -0/+16 |
| 2019-07-17 | Disable simd_select_bitmask test on big endian | Samuel Holland | -0/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -172/+172 |
| 2019-07-17 | Test case for #62506. | Giles Cope | -0/+18 |
| 2019-07-17 | rustc_typeck: improve diagnostics for -> _ fn return type | Denys Otrishko | -7/+51 |
| 2019-07-16 | Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton | bors | -12/+14 |
| 2019-07-16 | Make pretty-expanded-hygiene a `ui` test | Matthew Jasper | -21/+12 |
| 2019-07-16 | Change all run-pass hygiene tests to `ui` tests | Matthew Jasper | -21/+14 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -5/+5 |
| 2019-07-16 | Rollup merge of #62702 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -3/+3 |
| 2019-07-16 | Check that trait is exported or public before adding intercrate ambiguity hint | Ferdia McKeogh | -20/+0 |
| 2019-07-16 | Update the help message on error for self type | Limira | -11/+11 |
| 2019-07-15 | Specific error for positional args after named args in `format!()` | Esteban Küber | -19/+29 |
| 2019-07-15 | Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebank | Mark Rousskov | -0/+1 |
| 2019-07-15 | Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk | Mark Rousskov | -3/+3 |
| 2019-07-15 | Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank | Mark Rousskov | -0/+19 |
| 2019-07-15 | Rollup merge of #62646 - estebank:wording, r=petrochenkov | Mark Rousskov | -59/+59 |
| 2019-07-15 | Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddyb | Mark Rousskov | -44/+116 |
| 2019-07-15 | Rollup merge of #62405 - hellow554:patch-1, r=varkor | Mark Rousskov | -0/+9 |
| 2019-07-15 | Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton | Mark Rousskov | -0/+3 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -5/+5 |
| 2019-07-15 | normalize use of backticks in compiler messages for libsyntax_ext | Samy Kacimi | -3/+3 |
| 2019-07-15 | ignore some codegen tests in debug mode | Ralf Jung | -0/+3 |
| 2019-07-15 | Relax checks in pgo-instrumentation codegen test | Nikita Popov | -4/+4 |
| 2019-07-15 | pprust: Support `macro` macros | Vadim Petrochenkov | -1/+8 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -39/+86 |
| 2019-07-15 | pprust: Do not convert attributes into `MetaItem`s for printing | Vadim Petrochenkov | -2/+9 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -50/+50 |
| 2019-07-15 | pprust: Use `print_mac_common` for attributes | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | pprust: Use `print_mac_common` for `macro_rules` definitions | Vadim Petrochenkov | -3/+5 |
| 2019-07-15 | pprust: Move some methods to the `PrintState` trait | Vadim Petrochenkov | -2/+2 |