| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Be a bit more careful around exotic cycles in in the inliner | Michael Goulet | -0/+214 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -270/+257 |
| 2025-07-18 | Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errors | Matthias Krüger | -27/+68 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -27/+32 |
| 2025-07-18 | Rollup merge of #143908 - Kivooeo:tf0, r=jieyouxu | Matthias Krüger | -16/+22 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -1/+46 |
| 2025-07-18 | Rollup merge of #143649 - estebank:const-trait-default-field-value, r=oli-obk | Matthias Krüger | -0/+37 |
| 2025-07-18 | Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2025-07-18 | Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion | xizheyin | -75/+36 |
| 2025-07-18 | Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling | Caiweiran | -0/+1 |
| 2025-07-18 | HIR ty lowering: Validate `PointeeSized` bounds | León Orell Valerian Liehr | -4/+101 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -121/+111 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -85/+89 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -235/+104 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -79/+198 |
| 2025-07-18 | Make emit-arity-indicator.rs a no_core test | Nikita Popov | -3/+11 |
| 2025-07-18 | Pass wasm exception model to TargetOptions | Nikita Popov | -1/+0 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -413/+542 |
| 2025-07-18 | Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors | Matthias Krüger | -0/+36 |
| 2025-07-18 | Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann | Matthias Krüger | -377/+228 |
| 2025-07-18 | Rollup merge of #143846 - usamoi:gc, r=bjorn3 | Matthias Krüger | -17/+39 |
| 2025-07-18 | Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu | Matthias Krüger | -0/+96 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2025-07-18 | Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obk | Matthias Krüger | -12/+54 |
| 2025-07-18 | Rollup merge of #142300 - jieyouxu:exp-partial-revert-141576, r=WaffleLapkin | Matthias Krüger | -7/+11 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -101/+1272 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -60/+43 |
| 2025-07-18 | HIR ty lowering: Validate relaxed bounds in trait object types | León Orell Valerian Liehr | -2/+27 |
| 2025-07-18 | HIR ty lowering: Simplify signature of `lower_poly_trait_ref` | León Orell Valerian Liehr | -6/+37 |
| 2025-07-17 | Do not check privacy for RPITIT. | Camille GILLOT | -179/+48 |
| 2025-07-17 | Add test. | Camille GILLOT | -56/+202 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -86/+53 |
| 2025-07-17 | Check for already stable features in check_attr. | Camille GILLOT | -11/+11 |
| 2025-07-17 | Check stability attributes are compatible in `check_unused_or_stable_features`. | Camille GILLOT | -24/+24 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -149/+169 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -87/+74 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -24/+24 |
| 2025-07-17 | Add test for `default_field_values` and `const_default` | Esteban Küber | -0/+37 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -23/+26 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -87/+74 |
| 2025-07-18 | Remove similar errors about raw underscore lifetime | xizheyin | -9/+1 |
| 2025-07-18 | Add test raw-underscore-lifetime.rs | xizheyin | -0/+25 |
| 2025-07-17 | Fix debuginfo-lto-alloc.rs test | bjorn3 | -1/+2 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -193/+185 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -4/+6 |
| 2025-07-17 | panic_main.rs panic=unwind tests needs unwinding | Erick Tryzelaar | -0/+3 |
| 2025-07-17 | Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgr | bors | -358/+601 |
| 2025-07-17 | fix: fix issue 143740, Wrong messages from compiler confusing methods with th... | codedump | -27/+68 |
| 2025-07-17 | cleaned up some tests | Kivooeo | -16/+22 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -193/+185 |