| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -1/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -4/+4 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -1/+12 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+11 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -1/+2 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+2 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -2/+15 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -1/+1 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -0/+10 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -2/+15 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | Adjust imports | Michael Goulet | -1/+1 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -7/+1 |
| 2023-10-18 | Some renaming nits for rustc_type_ir | Michael Goulet | -14/+12 |
| 2023-10-18 | Remove unused variant BinderListTy | Michael Goulet | -1/+0 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -10/+0 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+5 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -10/+15 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -2/+2 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -2/+2 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -0/+6 |
| 2023-09-18 | make more pretty | Boxy | -0/+1 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -7/+1 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -1/+1 |
| 2023-09-17 | nop_lift macros: ensure that we are using the right interner | Ralf Jung | -0/+24 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -1/+1 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -5/+3 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -10/+10 |
| 2023-08-24 | Optimize `lock_shards` | John Kåre Alsaker | -19/+20 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -4/+12 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+42 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -2/+2 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -0/+78 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -1/+10 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -0/+69 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -2/+2 |
| 2023-07-31 | Don't check unnecessarily that impl trait is RPIT | Michael Goulet | -28/+1 |
| 2023-07-21 | new solver: add a separate cache for coherence | lcnr | -4/+8 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -27/+27 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -10/+4 |
| 2023-07-05 | Change comment on `TyCtxt::mk_ty_from_kind` | Michael Goulet | -1/+1 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -375/+21 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -0/+8 |