| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Merge from rustc | The Miri Cronjob Bot | -2187/+4070 |
| 2025-07-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | Clean up an unused compiler-stage parameter | Zalathar | -11/+6 |
| 2025-07-18 | Don't trigger an LLVM build from check builds using the stage 0 compiler | Zalathar | -18/+19 |
| 2025-07-18 | Split some multi-snapshot tests to make blessing easier | Zalathar | -0/+8 |
| 2025-07-18 | Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikic | Matthias Krüger | -14/+11 |
| 2025-07-18 | Rollup merge of #144049 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -983/+151 |
| 2025-07-18 | Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789 | Matthias Krüger | -0/+8 |
| 2025-07-18 | Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-07-18 | Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-dead | Matthias Krüger | -40/+97 |
| 2025-07-18 | Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann | Matthias Krüger | -405/+377 |
| 2025-07-18 | Rollup merge of #143846 - usamoi:gc, r=bjorn3 | Matthias Krüger | -56/+40 |
| 2025-07-18 | Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu | Matthias Krüger | -0/+147 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -36/+147 |
| 2025-07-18 | Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obk | Matthias Krüger | -310/+309 |
| 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 | -159/+1645 |
| 2025-07-18 | Merge pull request #19783 from A4-Tacks/generate-single-field-from | Shoyu Vanilla (Flint) | -6/+1043 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -209/+188 |
| 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 | -5/+27 |
| 2025-07-18 | HIR ty lowering: Simplify signature of `lower_poly_trait_ref` | León Orell Valerian Liehr | -32/+54 |
| 2025-07-17 | Do not check privacy for RPITIT. | Camille GILLOT | -179/+56 |
| 2025-07-17 | Add test. | Camille GILLOT | -56/+202 |
| 2025-07-17 | Fix formatting. | Camille GILLOT | -6/+7 |
| 2025-07-17 | Correct comments. | Camille GILLOT | -4/+2 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -13/+13 |
| 2025-07-17 | Remove unuseful enums. | Camille GILLOT | -60/+16 |
| 2025-07-17 | Remove useless debugging. | Camille GILLOT | -2/+1 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -120/+93 |
| 2025-07-17 | Retire stability_index query. | Camille GILLOT | -47/+26 |
| 2025-07-17 | Simplify annotator. | Camille GILLOT | -58/+30 |
| 2025-07-17 | Querify lookup_const_stability. | Camille GILLOT | -185/+110 |
| 2025-07-17 | Querify lookup_stability. | Camille GILLOT | -123/+107 |
| 2025-07-17 | Querify lookup_default_body_stability. | Camille GILLOT | -19/+18 |
| 2025-07-17 | Check for already stable features in check_attr. | Camille GILLOT | -45/+51 |
| 2025-07-17 | Check stability attributes are compatible in `check_unused_or_stable_features`. | Camille GILLOT | -187/+203 |
| 2025-07-17 | Querify lookup_deprecation_entry. | Camille GILLOT | -45/+39 |
| 2025-07-17 | Warn useless deprecation in check_attr. | Camille GILLOT | -22/+39 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -165/+187 |
| 2025-07-17 | miri sleep tests: increase slack | Ralf Jung | -3/+3 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -185/+200 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -56/+175 |
| 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 | -34/+54 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -123/+125 |
| 2025-07-17 | Unstall obligations by looking for coroutines in old solver | Michael Goulet | -54/+52 |
| 2025-07-17 | Check if type has coroutines before visiting | Michael Goulet | -8/+23 |
| 2025-07-18 | Remove similar errors about raw underscore lifetime | xizheyin | -10/+14 |
| 2025-07-18 | Add test raw-underscore-lifetime.rs | xizheyin | -0/+25 |