| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | tests: cleanup `tests/ui/process/signal-exit-status.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/core-run-destroy.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/command/command-exec.rs` | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/command/command-argv0.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: slightly cleanup `tests/ui/command/command-pre-exec.rs` | 许杰友 Jieyou Xu (Joe) | -6/+4 |
| 2025-01-23 | tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-23 | tests: adjust `tests/ui/issues/issue-39175.rs` | 许杰友 Jieyou Xu (Joe) | -7/+22 |
| 2025-01-23 | Add test | bjorn3 | -0/+44 |
| 2025-01-23 | Fix sparcv8plus test on LLVM 20 | Nikita Popov | -9/+92 |
| 2025-01-23 | Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd | Matthias Krüger | -0/+143 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -11/+276 |
| 2025-01-23 | Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r... | Matthias Krüger | -0/+56 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -0/+12 |
| 2025-01-23 | Bless and add tests | Boxy | -73/+86 |
| 2025-01-23 | Remove query normalize from normalize type op | Michael Goulet | -20/+20 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -14/+372 |
| 2025-01-22 | Rollup merge of #135794 - estebank:non-exhaustive-dfv-ctor, r=jieyouxu | Matthias Krüger | -0/+167 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -4/+4 |
| 2025-01-22 | Rollup merge of #135557 - estebank:wtf8, r=fee1-dead | Matthias Krüger | -10/+15 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -0/+106 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -0/+80 |
| 2025-01-22 | Don't ICE in coerce when autoderef fails to structurally normalize non-WF typ... | Michael Goulet | -0/+56 |
| 2025-01-22 | Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnr | Matthias Krüger | -66/+367 |
| 2025-01-22 | Rollup merge of #135823 - ferrocene:ja-gh135819, r=jieyouxu | Matthias Krüger | -2/+6 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -24/+191 |
| 2025-01-22 | Rollup merge of #133372 - cramertj:rework-dyn-suggestions, r=fmease | Matthias Krüger | -994/+1200 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -994/+1200 |
| 2025-01-22 | [AIX] Lint on structs that have a different alignment in AIX's C ABI | Amy Kwan | -11/+276 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -11/+50 |
| 2025-01-22 | Also check for associated fns on primitives in E0223 similar-path check. | Zachary S | -13/+57 |
| 2025-01-22 | Add test that multiple impls works with E0223 similar-name suggestion. | Zachary S | -7/+59 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -24/+191 |
| 2025-01-22 | Don't pick `T: FnPtr` nested goals | Boxy | -66/+367 |
| 2025-01-22 | Update lint tests with new dangling pointers message | Anthony Eid | -0/+80 |
| 2025-01-22 | address review: modify ICE-133063-never-arm-no-otherwise-block.rs | Shunpoco | -43/+12 |
| 2025-01-22 | address review: modify ICE-133117-duplicated-never-arm.rs | Shunpoco | -29/+15 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -10/+15 |
| 2025-01-21 | remove long-deprecated no-op attributes no_start and crate_id | Ralf Jung | -184/+161 |
| 2025-01-21 | Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2025-01-21 | Detect missing fields with default values and suggest `..` | Esteban Küber | -0/+167 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -382/+127 |
| 2025-01-21 | make UI tests that use `--test` work on panic=abort targets | Jorge Aparicio | -2/+6 |
| 2025-01-21 | add test for issue 135289 | Rémy Rakic | -0/+30 |
| 2025-01-21 | add tests differing between stable and new rules (with errors on new rules) | dianne | -18/+155 |
| 2025-01-21 | organize old well-typed-edition-2024 tests | dianne | -85/+100 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -382/+127 |
| 2025-01-21 | add a stable edition 2021 revision to pattern typing tests | dianne | -198/+1103 |
| 2025-01-21 | add more information to old tests | dianne | -28/+36 |
| 2025-01-21 | minor test cleanup | dianne | -59/+26 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -349/+360 |