| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Speed up path searching with `find_library_crate`. | Nicholas Nethercote | -8/+6 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -2/+0 |
| 2020-04-04 | Update the description of link_cfg unstable | Rustin-Liu | -2/+7 |
| 2020-04-03 | Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrum | bors | -9/+53 |
| 2020-04-02 | Rollup merge of #70634 - Centril:import-directly, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+4 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -9/+53 |
| 2020-03-31 | Renamed `PerDefTables` to `Tables` | Valentin Lazureanu | -117/+117 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -6/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -45/+51 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -47/+47 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-27 | Auto merge of #70162 - cjgillot:split_query, r=Zoxc | bors | -1/+1 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -4/+10 |
| 2020-03-26 | Make QueryConfig argument a type. | Camille GILLOT | -1/+1 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+2 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -3/+2 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -4/+9 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -37/+49 |
| 2020-03-24 | move rustc_hir::print -> rustc_hir_pretty | Mazdak Farrokhzad | -2/+3 |
| 2020-03-23 | Fallout in other crates. | Camille GILLOT | -1/+1 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -1/+1 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -37/+49 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc | bors | -5/+5 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -4/+2 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -5/+5 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-21 | Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -39/+2 |
| 2020-03-21 | Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasper | Mazdak Farrokhzad | -32/+135 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -6/+6 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -39/+2 |
| 2020-03-19 | Use `assert_ignored` when encoding metadata | John Kåre Alsaker | -38/+37 |
| 2020-03-19 | Add some comments | John Kåre Alsaker | -1/+15 |
| 2020-03-19 | Make metadata prefetching more accurate | John Kåre Alsaker | -7/+75 |
| 2020-03-19 | Prefetch exported symbols | John Kåre Alsaker | -4/+9 |
| 2020-03-19 | Encode exported symbols last | John Kåre Alsaker | -7/+8 |
| 2020-03-19 | Prefetch queries used by the metadata encoder | John Kåre Alsaker | -1/+17 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -21/+136 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -40/+37 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -2/+4 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -6/+11 |