| Age | Commit message (Expand) | Author | Lines |
| 2020-03-21 | Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc | Mazdak Farrokhzad | -352/+352 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -21/+22 |
| 2020-03-21 | Rollup merge of #70184 - Centril:include-mod-relativism, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2020-03-21 | Rollup merge of #70176 - rylev:ice-tests, r=Centril | Mazdak Farrokhzad | -0/+651 |
| 2020-03-21 | Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakis | Mazdak Farrokhzad | -17/+24 |
| 2020-03-21 | Rollup merge of #70111 - Mark-Simulacrum:btree-no-shared, r=cuviper | Mazdak Farrokhzad | -7/+17 |
| 2020-03-21 | Rollup merge of #70058 - Centril:fix-70050, r=petrochenkov | Mazdak Farrokhzad | -1/+37 |
| 2020-03-21 | Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung | Mazdak Farrokhzad | -0/+22 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+15 |
| 2020-03-20 | Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb | bors | -9/+5 |
| 2020-03-20 | expand_include: set `.directory` to dir of included file. | Mazdak Farrokhzad | -0/+13 |
| 2020-03-20 | Fix debugger pretty printing of BTrees | Mark Rousskov | -7/+17 |
| 2020-03-20 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -1/+37 |
| 2020-03-20 | Add tests for #58319 and #65131 | Ryan Levick | -0/+651 |
| 2020-03-20 | Update const_forget.rs | DutchGhost | -1/+1 |
| 2020-03-20 | Rollup merge of #70131 - Aaron1011:fix/issue-55099-test, r=nikomatsakis | Yuki Okushi | -0/+28 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -21/+22 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -17/+24 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -0/+20 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -352/+352 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+48 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -0/+34 |
| 2020-03-19 | Add regression test for TAIT lifetime inference (issue #55099) | Aaron Hill | -0/+28 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -0/+44 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -0/+22 |
| 2020-03-18 | Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov | Mazdak Farrokhzad | -19/+18 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -8/+8 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -81/+81 |
| 2020-03-18 | Rollup merge of #69838 - Centril:expand-module, r=petrochenkov | Mazdak Farrokhzad | -46/+114 |
| 2020-03-18 | Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry | Mazdak Farrokhzad | -24/+158 |
| 2020-03-18 | Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis | Mazdak Farrokhzad | -89/+110 |
| 2020-03-18 | Rollup merge of #69139 - GuillaumeGomez:cleanup-e0308, r=Dylan-DPC | Mazdak Farrokhzad | -36/+52 |
| 2020-03-18 | --bless windows test | Mazdak Farrokhzad | -5/+13 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -11/+27 |
| 2020-03-18 | use pretty-compare-only in a test | Mazdak Farrokhzad | -0/+1 |
| 2020-03-18 | tweak outline module parsing spans | Mazdak Farrokhzad | -24/+29 |
| 2020-03-18 | add test for stripped nested outline module | Mazdak Farrokhzad | -0/+13 |
| 2020-03-18 | de-fatalize outline module parsing | Mazdak Farrokhzad | -6/+34 |
| 2020-03-18 | submod_path: use id.span | Mazdak Farrokhzad | -9/+6 |
| 2020-03-18 | std: Don't abort process when printing panics in tests | Alex Crichton | -0/+48 |
| 2020-03-18 | increase stack slack for x86_64-pc-windows-gnu | Ralf Jung | -3/+4 |
| 2020-03-17 | Test that async/await compiles with `#![no_std]` | Jonas Schievink | -0/+13 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -2/+2 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+1 |
| 2020-03-17 | Update pretty tests | Guillaume Gomez | -18/+17 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -0/+16 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -48/+11 |
| 2020-03-17 | Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkov | Mazdak Farrokhzad | -0/+53 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -89/+110 |
| 2020-03-17 | Rollup merge of #70000 - petrochenkov:rawkeypars, r=davidtwco | Mazdak Farrokhzad | -6/+28 |