| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -77/+8 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -27/+27 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -2/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+6 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -0/+1 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -21/+3 |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -0/+16 |
| 2023-07-06 | Separate select calls that don't need a binder | Michael Goulet | -0/+7 |
| 2023-07-06 | add helper methods for accessing struct tail | Lukas Markeffsky | -0/+16 |
| 2023-07-06 | Add a new trait to `Debug` things with an infcx available | Boxy | -0/+1 |
| 2023-07-05 | Deal with fallout | Boxy | -0/+4 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -2/+2 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -13/+4 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -10/+10 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -14/+36 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -1/+8 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+26 |
| 2023-06-19 | doc | Michael Goulet | -1/+11 |
| 2023-06-19 | Fully fledged Clause type | Michael Goulet | -45/+68 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -60/+61 |
| 2023-06-18 | Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -9/+7 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -8/+8 |
| 2023-06-17 | `Bound::predicates` to return `Clause` | dswij | -0/+7 |