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