| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxu | Jacob Pratt | -1/+28 |
| 2024-12-11 | Rollup merge of #134136 - estebank:const-trait-default-field-test, r=jieyouxu | Jacob Pratt | -13/+39 |
| 2024-12-11 | Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiser | Jacob Pratt | -0/+22 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -1/+28 |
| 2024-12-10 | Further document default field test | Esteban Küber | -7/+12 |
| 2024-12-10 | Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obk | León Orell Valerian Liehr | -0/+27 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -186/+764 |
| 2024-12-10 | Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxu | León Orell Valerian Liehr | -0/+1 |
| 2024-12-10 | Rollup merge of #133583 - tbu-:pr_fix_typo2, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-12-10 | Excercise const trait interaction with default fields | Esteban Küber | -9/+30 |
| 2024-12-10 | Fix type (exit → exist) | Tobias Bucher | -2/+2 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -3/+107 |
| 2024-12-10 | Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxu | León Orell Valerian Liehr | -0/+14 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -0/+69 |
| 2024-12-10 | Rollup merge of #133970 - xingxue-ibm:sigaction, r=nnethercote | León Orell Valerian Liehr | -3/+24 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -174/+23 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -1/+69 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -0/+19 |
| 2024-12-10 | Validate self in host predicates correctly | Michael Goulet | -0/+22 |
| 2024-12-10 | Don't ICE when encountering never in pattern | Michael Goulet | -0/+27 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -186/+764 |
| 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 | -0/+19 |
| 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 | fix ICE on type error in promoted | Ralf Jung | -174/+23 |
| 2024-12-09 | dataflow_const_prop: do not eval a ptr address in SwitchInt | DianQK | -0/+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-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -19/+12 |
| 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-09 | Add the `power8-crypto` target feature | Sayantan Chakraborty | -0/+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 | 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 | -35/+71 |
| 2024-12-08 | Rollup merge of #131669 - niacdoial:linting-ptrdyn-ffi, r=workingjubilee | Matthias Krüger | -114/+127 |
| 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 |