| Age | Commit message (Expand) | Author | Lines | 
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -99/+101 | 
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -3/+3 | 
| 2025-08-03 | Auto merge of #144704 - compiler-errors:explode-wf, r=lcnr | bors | -8/+8 | 
| 2025-08-03 | Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr | bors | -10/+12 | 
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -1/+1 | 
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -9/+3 | 
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -9/+3 | 
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -13/+15 | 
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -13/+15 | 
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -3/+3 | 
| 2025-07-31 | Make const bound handling more like types/regions. | Nicholas Nethercote | -10/+12 | 
| 2025-07-30 | expand WF obligations when checking method calls | Michael Goulet | -8/+8 | 
| 2025-07-30 | Distinguish appending and replacing self ty in predicates | Michael Goulet | -3/+3 | 
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 | 
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -1/+1 | 
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -27/+21 | 
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -27/+21 | 
| 2025-07-27 | check_static_item: explain should_check_for_sync choices | Ralf Jung | -3/+9 | 
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -8/+25 | 
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -4/+7 | 
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -1/+1 | 
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -6/+20 | 
| 2025-07-25 | Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLii | Matthias Krüger | -9/+29 | 
| 2025-07-24 | Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLii | León Orell Valerian Liehr | -3/+16 | 
| 2025-07-24 | Remove dead code and extend test coverage and diagnostics around it | Oli Scherer | -9/+29 | 
| 2025-07-23 | Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty binding | León Orell Valerian Liehr | -3/+16 | 
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -1/+1 | 
| 2025-07-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -1/+1 | 
| 2025-07-20 | Rollup merge of #144142 - compiler-errors:itib, r=fmease | Matthias Krüger | -0/+8 | 
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -9/+9 | 
| 2025-07-19 | rename `emit_unless` to `emit_unless_delay` | xizheyin | -9/+9 | 
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -158/+105 | 
| 2025-07-18 | Add implicit sized bound to trait ascription types | Michael Goulet | -0/+8 | 
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -1/+6 | 
| 2025-07-18 | HIR ty lowering: Validate `PointeeSized` bounds | León Orell Valerian Liehr | -72/+34 | 
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -21/+12 | 
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -32/+42 | 
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -2/+1 | 
| 2025-07-18 | Update comment about `where Ty:` | León Orell Valerian Liehr | -10/+6 | 
| 2025-07-18 | HIR ty lowering: Validate relaxed bounds in trait object types | León Orell Valerian Liehr | -3/+0 | 
| 2025-07-18 | HIR ty lowering: Simplify signature of `lower_poly_trait_ref` | León Orell Valerian Liehr | -26/+17 | 
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -9/+16 | 
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -26/+44 | 
| 2025-07-17 | Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -26/+41 | 
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -0/+3 | 
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -5/+27 | 
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -0/+3 | 
| 2025-07-15 | Add alias for ArgOutlivesPredicate | Michael Goulet | -2/+1 | 
| 2025-07-15 | Implement other logics | tiif | -5/+13 | 
| 2025-07-15 | Lower the UnstableFeatureBound predicate to UnstableFeature predicate | tiif | -0/+14 |