| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -1/+1 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+9 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -3/+3 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -2/+2 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -3/+3 |
| 2021-12-14 | Minor cleanup | Chase Wilson | -3/+3 |
| 2021-12-14 | Added -Z layout_seed for allowing user-defined randomization seeds | Chase Wilson | -1/+8 |
| 2021-12-12 | Small performance tweaks | Deadbeef | -0/+4 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -0/+4 |
| 2021-12-12 | Query modifier | Deadbeef | -0/+6 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -53/+77 |
| 2021-12-12 | Fix #91489 | Deadbeef | -0/+5 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -7/+11 |
| 2021-12-04 | Rollup merge of #90538 - camelid:doc-recur-ty, r=estebank | Matthias Krüger | -1/+1 |
| 2021-12-03 | Document how recursion is handled for `ty::Ty` | Noah Lev | -1/+1 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -77/+53 |
| 2021-12-02 | Rename TypeFolderFallible to FallibleTypeFolder | Alan Egerton | -2/+2 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -5/+5 |
| 2021-12-01 | Cache with consistent env and bound | Deadbeef | -0/+18 |
| 2021-11-29 | Reformat everything | Deadbeef | -1/+4 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+2 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+5 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -32/+8 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -4/+2 |
| 2021-11-29 | Add constness to ParamEnv | Oli Scherer | -17/+39 |
| 2021-11-29 | Prepare for more ParamEnv flags | Oli Scherer | -10/+15 |
| 2021-11-26 | Make `TypeFoldable` implementors short-circuit on error | LeSeulArtichaut | -2/+5 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -0/+4 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -3/+4 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+2 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -2/+63 |
| 2021-10-22 | Document flip polarity | Santiago Pastorino | -0/+4 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -2/+59 |
| 2021-10-15 | Move push_outlives_components to rustc_infer | jackh726 | -1/+0 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -1/+9 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -0/+1 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+1 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -2/+3 |
| 2021-10-04 | Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisa | Jubilee | -1/+1 |
| 2021-10-03 | Fully remove rustc_middle::ich. | Camille GILLOT | -0/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -1/+1 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -2/+2 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -2/+2 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -14/+0 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -2/+2 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -1/+37 |
| 2021-09-29 | Move body_owners to tcx.hir(). | Camille GILLOT | -14/+0 |