| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -0/+16 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -10/+28 |
| 2019-07-11 | Rollup merge of #62519 - pnkfelix:add-test-for-30786, r=pnkfelix | Mazdak Farrokhzad | -0/+140 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -71/+309 |
| 2019-07-11 | Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandry | Mazdak Farrokhzad | -66/+10 |
| 2019-07-10 | Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centril | bors | -10/+47 |
| 2019-07-11 | Add a regression test for #44692 | Vadim Petrochenkov | -1/+128 |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -2/+0 |
| 2019-07-11 | resolve: Fix access to extern and stdlib prelude from opaque macros | Vadim Petrochenkov | -0/+40 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -24/+24 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -33/+89 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -6/+6 |
| 2019-07-11 | resolve: Make proc macro stubs less stubby | Vadim Petrochenkov | -29/+47 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -2/+1 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -1/+1 |
| 2019-07-10 | Regression test for issue 30786. | Felix S. Klock II | -0/+140 |
| 2019-07-10 | Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelix | Mazdak Farrokhzad | -0/+15 |
| 2019-07-10 | Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelix | Mazdak Farrokhzad | -10/+32 |
| 2019-07-10 | Ignore async-fn-size-moved-locals test on wasm
| Andrew Xu | -0/+1 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+465 |
| 2019-07-10 | Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-07-10 | Rollup merge of #62393 - petrochenkov:notto-disu, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+153 |
| 2019-07-09 | Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centril | bors | -711/+1157 |
| 2019-07-09 | Adjust codegen tests for DISPFlagMainSubprogram | Nikita Popov | -2/+2 |
| 2019-07-09 | Add a test case with `$crate` from other crate | Vadim Petrochenkov | -0/+66 |
| 2019-07-09 | Resolve `$crate` in all hygienic contexts for pretty-pringing | Vadim Petrochenkov | -25/+15 |
| 2019-07-09 | Pretty-print `$crate` as `crate`/`::my_crate` in tokens | Vadim Petrochenkov | -8/+8 |
| 2019-07-09 | Add a test for `$crate` inside macro invocation | Vadim Petrochenkov | -0/+89 |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -680/+680 |
| 2019-07-09 | Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichton | Mazdak Farrokhzad | -0/+39 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -28/+388 |
| 2019-07-09 | Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix | Mazdak Farrokhzad | -3/+50 |
| 2019-07-09 | Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis | bors | -0/+213 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -0/+21 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -680/+680 |
| 2019-07-09 | rewrite the test to workaround #51525 | Niko Matsakis | -2/+8 |
| 2019-07-09 | Regression test for issue 42574. | Felix S. Klock II | -0/+39 |
| 2019-07-09 | Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,... | Mazdak Farrokhzad | -0/+127 |
| 2019-07-08 | regression test. | Felix S. Klock II | -0/+16 |
| 2019-07-08 | Added test explicitly testing that this PR continues to handle empty arrays i... | Felix S. Klock II | -0/+17 |
| 2019-07-08 | Regression tests and updates to existing tests. | Felix S. Klock II | -0/+448 |
| 2019-07-08 | Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-08 | Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -7/+7 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -3/+3 |
| 2019-07-07 | Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril | bors | -8/+158 |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -8/+158 |
| 2019-07-07 | normalize use of backticks in compiler messages for librustc_typecheck | Samy Kacimi | -7/+7 |
| 2019-07-07 | Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez | Mazdak Farrokhzad | -4/+39 |