| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -1/+1 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -1/+1 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -1/+1 |
| 2023-12-12 | Uplift ClosureKind | Michael Goulet | -1/+1 |
| 2023-12-08 | Feedback | Michael Goulet | -22/+17 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -6/+26 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+39 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -3/+2 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -3/+2 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -3/+1 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -0/+17 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -3/+0 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -3/+3 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -36/+0 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -2/+2 |
| 2023-11-23 | few more | klensy | -17/+0 |
| 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 |