| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | remove unused pub fn | klensy | -19/+0 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -2/+2 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -4/+0 |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -1/+43 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -4/+4 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -4/+0 |
| 2023-11-21 | Uplift CanonicalVarInfo and friends | Michael Goulet | -0/+42 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -1/+1 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -4/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -6/+7 |
| 2023-11-06 | Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb | bors | -1/+1 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -1/+1 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -1/+1 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -0/+1 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -2/+2 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -96/+4 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -5/+5 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -0/+1 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -1/+1 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -96/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -1/+1 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -23/+2 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -8/+17 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -3/+2 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -0/+13 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -39/+5 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -4/+0 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -7/+5 |
| 2023-09-20 | remove unneeded `ToPredicate` impls | Ziru Niu | -32/+0 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -2/+2 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -0/+16 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -3/+3 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -2/+0 |
| 2023-08-30 | Don't record spans for predicates in coherence | Michael Goulet | -1/+1 |
| 2023-08-30 | Pretty-print impl trait to name it. | Camille GILLOT | -4/+0 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -0/+1 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -2/+2 |
| 2023-08-15 | more span info | Michael Goulet | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -2/+2 |
| 2023-08-03 | avoid more `ty::Binder:dummy` | lcnr | -0/+13 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -64/+1 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -2/+0 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -13/+0 |
| 2023-07-31 | Rollup merge of #114169 - lcnr:unsize, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-07-31 | We don't need impl_trait_in_trait_parent_fn anymore | Michael Goulet | -13/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -2/+2 |
| 2023-07-29 | Allow explicit `#[repr(Rust)]` | Catherine Flores | -0/+1 |
| 2023-07-28 | refactor builtin unsize handling, extend comments | lcnr | -0/+12 |