| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -2/+87 |
| 2020-03-24 | Run rustfmt | Oliver Scherer | -1/+4 |
| 2020-03-23 | Fully qualify the path to DepKind. | Camille GILLOT | -8/+4 |
| 2020-03-23 | Address review. | Camille GILLOT | -0/+6 |
| 2020-03-23 | Fallout in other crates. | Camille GILLOT | -13/+0 |
| 2020-03-23 | Remove leftover mentions of `from_anon_const` | Oliver Scherer | -1/+1 |
| 2020-03-23 | Limit `from_anon_const` to `AnonConst`s. | Oliver Scherer | -1/+4 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -5/+32 |
| 2020-03-23 | Address review comments | Oliver Scherer | -6/+8 |
| 2020-03-23 | add missing visit_consts | Bastian Kauschke | -5/+15 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -19/+1 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -165/+26 |
| 2020-03-23 | Use `DefId`s to identify anon consts when converting from HIR to ty::Const | Oliver Scherer | -8/+6 |
| 2020-03-23 | Inline `const_param_def_id` at its only use site | Oliver Scherer | -33/+29 |
| 2020-03-23 | Document most methods on `ty::Const` | Oliver Scherer | -0/+15 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -1/+69 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -154/+158 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -14/+4 |
| 2020-03-23 | Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc | bors | -0/+1 |
| 2020-03-22 | Remove special-casing from TyCtxt::impl_of_method. | Adam Perry | -12/+2 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -2/+2 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -30/+26 |
| 2020-03-21 | Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakis | Dylan DPC | -4/+0 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -0/+1 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -1/+1 |
| 2020-03-21 | make some let-if-bindings more idiomatic (clippy::useless_let_if_seq) | Matthias Krüger | -29/+25 |
| 2020-03-21 | symbol_names: treat ReifyShim like VtableShim. | Eduard-Mihai Burtescu | -4/+0 |
| 2020-03-21 | rustc: make {Closure,Generator}Substs::split as cheap as possible. | Eduard-Mihai Burtescu | -67/+31 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -122/+162 |
| 2020-03-21 | Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov | Dylan DPC | -77/+50 |
| 2020-03-21 | Rollup merge of #69910 - cjgillot:polym, r=Zoxc | Dylan DPC | -201/+226 |
| 2020-03-21 | Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc | Mazdak Farrokhzad | -1/+0 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -20/+14 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2020-03-21 | Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -7/+7 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -0/+26 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -3/+11 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -0/+1 |
| 2020-03-19 | Make the timer more verbose | John Kåre Alsaker | -1/+1 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -1/+0 |
| 2020-03-19 | rustc: use LocalDefId instead of DefId in TypeckTables. | Eduard-Mihai Burtescu | -77/+50 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -10/+7 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -49/+15 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: make LocalDefId's index field public like DefId's is. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -14/+17 |
| 2020-03-19 | Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis | Mazdak Farrokhzad | -0/+12 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -25/+18 |