| Age | Commit message (Expand) | Author | Lines |
| 2020-04-06 | tweak rustc_layout debug output | Ralf Jung | -1/+1 |
| 2020-04-05 | Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievink | Dylan DPC | -2/+3 |
| 2020-04-05 | also print type type | Ralf Jung | -1/+1 |
| 2020-04-05 | also print rustc_layout on impl trait type aliases | Ralf Jung | -1/+2 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -3/+3 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -10/+5 |
| 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 | -46/+46 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -63/+63 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -3/+3 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -3/+3 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -14/+4 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -2/+2 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -14/+4 |
| 2020-03-24 | {rustc::hir::map -> rustc_passes}::hir_id_validator | Mazdak Farrokhzad | -0/+177 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -1/+1 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -3/+3 |
| 2020-03-21 | Rollup merge of #69901 - RalfJung:rustc_layout, r=eddyb | Dylan DPC | -8/+21 |
| 2020-03-20 | fmt | Ralf Jung | -4/+4 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -6/+4 |
| 2020-03-20 | make rustc_layout also work for type definitions | Ralf Jung | -4/+10 |
| 2020-03-20 | add debug option to #[rustc_layout] | Ralf Jung | -0/+7 |
| 2020-03-20 | fix layout_test visitor name | Ralf Jung | -4/+4 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -28/+21 |
| 2020-03-16 | Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ... | Oliver Scherer | -5/+16 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -11/+10 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -17/+11 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -12/+12 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -40/+38 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -35/+33 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -5/+5 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+1 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -3/+0 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -4/+4 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -2/+2 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -4/+4 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -7/+7 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |