| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Auto merge of #135846 - estebank:non-exhaustive-dfv-ctor-2, r=BoxyUwU | bors | -0/+144 |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -0/+41 |
| 2025-08-10 | Detect struct construction with private field in field with default | Esteban Küber | -0/+144 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -0/+41 |
| 2025-08-07 | Do not provide field typo suggestions for tuples and tuple structs | Esteban Küber | -5/+1 |
| 2025-08-06 | Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxu | Jakub Beránek | -0/+36 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+36 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -0/+21 |
| 2025-07-25 | comments | Kivooeo | -0/+2 |
| 2025-07-25 | move 28 tests | Kivooeo | -0/+19 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+28 |
| 2025-07-17 | Add test for `default_field_values` and `const_default` | Esteban Küber | -0/+37 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -11/+13 |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -0/+23 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -3/+15 |
| 2025-06-16 | Add union with default field values case test | Jieyou Xu | -8/+14 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -1/+1 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -4/+4 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -11/+11 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -3/+21 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -39/+43 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -3/+3 |
| 2025-04-08 | Rollup merge of #139024 - compiler-errors:tweak-default-value-err, r=lcnr | Stuart Cook | -12/+19 |
| 2025-04-07 | Make error message for missing fields with .. and without .. more consistent | Michael Goulet | -12/+19 |
| 2025-03-27 | Improve suggest construct with literal syntax instead of calling | xizheyin | -2/+15 |
| 2025-03-27 | Add ui test for struct construction by calling syntax | xizheyin | -0/+70 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -3/+0 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+33 |
| 2025-03-04 | Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box... | Jubilee | -18/+107 |
| 2025-03-04 | Allow struct field default values to reference struct's generics | Michael Goulet | -18/+107 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -0/+33 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -12/+3 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -1/+1 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -6/+4 |
| 2025-02-18 | Rollup merge of #135711 - estebank:issue-135649, r=davidtwco | Matthias Krüger | -0/+29 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -19/+19 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -54/+36 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -66/+99 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -1/+1 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-21 | Detect missing fields with default values and suggest `..` | Esteban Küber | -0/+167 |
| 2025-01-20 | Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser | 许杰友 Jieyou Xu (Joe) | -0/+103 |
| 2025-01-18 | Do not ICE on default_field_value const with lifetimes | Esteban Küber | -0/+29 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -0/+47 |
| 2025-01-18 | Emit a single privacy error for multiple fields on the same struct expression | Esteban Küber | -21/+64 |
| 2025-01-18 | Add context on private fields that are not on the same line as the struct name | Esteban Küber | -0/+4 |
| 2025-01-18 | Add test for construction of struct with private field with default value | Esteban Küber | -0/+56 |
| 2025-01-14 | fix ICE with references to infinite structs in consts | Lukas Markeffsky | -2/+12 |
| 2024-12-31 | Provide structured suggestion for `impl Default` of type where all fields hav... | Esteban Küber | -1/+4 |