| Age | Commit message (Expand) | Author | Lines |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -102/+145 |
| 2024-12-10 | Auto merge of #129514 - estebank:default-field-values, r=compiler-errors | bors | -184/+860 |
| 2024-12-09 | Rollup merge of #134073 - DianQK:fix-131227, r=oli-obk | León Orell Valerian Liehr | -16/+19 |
| 2024-12-09 | Rollup merge of #134053 - notriddle:notriddle/issue-d, r=GuillaumeGomez | León Orell Valerian Liehr | -86/+95 |
| 2024-12-09 | Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxu | León Orell Valerian Liehr | -0/+31 |
| 2024-12-09 | Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxu | León Orell Valerian Liehr | -0/+0 |
| 2024-12-09 | Support x-crate default fields | Esteban Küber | -0/+11 |
| 2024-12-09 | Unconditionally error at definition if default field value has const errors | Esteban Küber | -41/+10 |
| 2024-12-09 | Disallow `#[default] Variant {}` regardless of feature flag | Esteban Küber | -8/+22 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -44/+44 |
| 2024-12-09 | Provide diagnostic for `Struct(a, .., z)` expression | Esteban Küber | -8/+92 |
| 2024-12-09 | Detect `struct S(ty = val);` | Esteban Küber | -2/+10 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -168/+758 |
| 2024-12-09 | Add test to check unicode identifier version | Eric Huss | -0/+31 |
| 2024-12-09 | dataflow_const_prop: do not eval a ptr address in SwitchInt | DianQK | -16/+19 |
| 2024-12-09 | Add regression test for #134060 | 许杰友 Jieyou Xu (Joe) | -0/+27 |
| 2024-12-09 | Revert #131669 due to ICEs | 许杰友 Jieyou Xu (Joe) | -127/+114 |
| 2024-12-08 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -80/+80 |
| 2024-12-08 | Add URL to test cases | Michael Howell | -0/+9 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -49/+37 |
| 2024-12-09 | Rollup merge of #134046 - lqd:new-solver-hangs, r=compiler-errors | Matthias Krüger | -19/+12 |
| 2024-12-09 | Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlin | Matthias Krüger | -7/+7 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -23/+18 |
| 2024-12-08 | bless test expectations | Rémy Rakic | -11/+11 |
| 2024-12-08 | mark previously hanging tests as good to go | Rémy Rakic | -8/+1 |
| 2024-12-08 | Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=Nadrieril | Matthias Krüger | -63/+176 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -25/+210 |
| 2024-12-08 | crash tests: use individual mir opts instead of mir-opt-level where easily po... | Matthias Krüger | -7/+7 |
| 2024-12-08 | Rollup merge of #133992 - compiler-errors:walk-fully, r=jieyouxu | Matthias Krüger | -5/+91 |
| 2024-12-08 | Rollup merge of #133767 - estebank:multiple-dep-version-tests, r=Nadrieril | Matthias Krüger | -55/+164 |
| 2024-12-08 | Rollup merge of #133104 - matthiaskrgr:crashtest_debugass_131451.rs, r=saethlin | Matthias Krüger | -0/+9 |
| 2024-12-08 | Rollup merge of #131669 - niacdoial:linting-ptrdyn-ffi, r=workingjubilee | Matthias Krüger | -114/+127 |
| 2024-12-08 | crashes: add test for #131451 | Matthias Krüger | -0/+9 |
| 2024-12-08 | Adjust `atomic-from-mut-not-available.rs` | 许杰友 Jieyou Xu (Joe) | -3/+53 |
| 2024-12-08 | Move `atomic-from-mut-not-available.rs` to `tests/ui/stdlib-unit-tests/` | 许杰友 Jieyou Xu (Joe) | -17/+0 |
| 2024-12-08 | Adjust `assoc-oddities-3.rs` | 许杰友 Jieyou Xu (Joe) | -0/+28 |
| 2024-12-08 | Move `assoc-oddities-3.rs` under `tests/ui/parser/assoc/` | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-12-08 | Move `assoc-lang-items.rs` to `tests/ui/lang-items/` | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-12-08 | Document `assoc-lang-items.rs` | 许杰友 Jieyou Xu (Joe) | -4/+18 |
| 2024-12-08 | Move `assign-imm-local-twice.rs` to `tests/ui/borrowck/` | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-12-08 | Adjust `assign-imm-local-twice.rs` | 许杰友 Jieyou Xu (Joe) | -9/+38 |
| 2024-12-08 | Move `assign-assign.rs` to `tests/ui/codegen/assign-expr-unit-type.rs` | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-12-08 | Document `assign-assign.rs` | 许杰友 Jieyou Xu (Joe) | -2/+11 |
| 2024-12-07 | Tweak wording | Esteban Küber | -8/+8 |
| 2024-12-07 | Use run-make `diff` output for stable output test | Esteban Küber | -3/+17 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -10/+10 |
| 2024-12-07 | fix rustdoc test | Esteban Küber | -2/+2 |
| 2024-12-07 | Account for `impl Trait` in "add bound" suggestion message | Esteban Küber | -4/+4 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -152/+92 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -168/+168 |