| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -32/+42 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -5/+21 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -7/+22 |
| 2025-07-18 | update comment | lcnr | -4/+2 |
| 2025-07-18 | Pass wasm exception model to TargetOptions | Nikita Popov | -1/+11 |
| 2025-07-18 | Update AMDGPU data layout | Nikita Popov | -1/+6 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -399/+525 |
| 2025-07-18 | Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-07-18 | Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann | Matthias Krüger | -28/+149 |
| 2025-07-18 | Rollup merge of #143846 - usamoi:gc, r=bjorn3 | Matthias Krüger | -39/+1 |
| 2025-07-18 | Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu | Matthias Krüger | -0/+51 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -34/+67 |
| 2025-07-18 | Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obk | Matthias Krüger | -298/+255 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -56/+373 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -149/+145 |
| 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 | Do not check privacy for RPITIT. | Camille GILLOT | -0/+8 |
| 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 | -10/+10 |
| 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 | -34/+40 |
| 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 | -34/+40 |
| 2025-07-17 | Check stability attributes are compatible in `check_unused_or_stable_features`. | Camille GILLOT | -163/+179 |
| 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 | -16/+18 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -98/+126 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -3/+6 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -36/+51 |
| 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 | -1/+13 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -69/+148 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -5/+66 |
| 2025-07-17 | resolve: Make disambiguators for underscore bindings module-local | Vadim Petrochenkov | -45/+58 |
| 2025-07-17 | Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgr | bors | -297/+517 |
| 2025-07-17 | fix: fix issue 143740, Wrong messages from compiler confusing methods with th... | codedump | -1/+2 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -69/+148 |
| 2025-07-17 | Rollup merge of #143984 - JonathanBrouwer:fix-feature-gate-ice, r=Urgau | Matthias Krüger | -38/+74 |
| 2025-07-17 | Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obk | Matthias Krüger | -48/+57 |
| 2025-07-17 | Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung | Matthias Krüger | -1/+6 |