about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-01-27Make a previously unreachable UI test reachableLeón Orell Valerian Liehr-44/+0
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-88/+0
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-3/+5
2025-01-25Rollup merge of #135971 - compiler-errors:self-projection, r=fmeaseMatthias Krüger-1/+1
2025-01-24Properly report error when object type param default references selfMichael Goulet-1/+1
2025-01-24Reword "crate not found" resolve messageEsteban Küber-3/+5
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-5/+5
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-14/+13
2025-01-23tests: update `tests/ui/issues/issue-2190-1.rs`许杰友 Jieyou Xu (Joe)-9/+5
2025-01-23tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename许杰友 Jieyou Xu (Joe)-48/+0
2025-01-23tests: adjust `tests/ui/issues/issue-39175.rs`许杰友 Jieyou Xu (Joe)-7/+22
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-4/+33
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-57/+69
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-4/+33
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-39/+0
2025-01-21remove support for the #[start] attributeRalf Jung-39/+0
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-2/+2
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-2/+2
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-6/+9
2025-01-09Unify conditional and non const call error reportingMichael Goulet-3/+9
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+1
2025-01-06Normalize each signature input/output in typeck_with_fallback with its own spanMichael Goulet-14/+7
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+2
2025-01-01Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebankStuart Cook-1/+4
2024-12-31Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebankTrevor Gross-12/+16
2024-12-31Fix span for IndexMut method call on HashMap/BTreeMapMichael Goulet-1/+4
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-7/+7
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-14Rollup merge of #133392 - compiler-errors:object-sup, r=lcnrMatthias Krüger-2/+2
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-16/+20
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-2/+2
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-20/+3
2024-12-13Suggest using deref in patternsuellenberg-16/+20
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-2/+2
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-2/+0
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+1
2024-12-12Tweak multispan renderingEsteban Küber-15/+2
2024-12-11Fix ICE when multiple supertrait substitutions need assoc but only one is pro...Michael Goulet-2/+2
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-2/+2
2024-12-09Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxuLeón Orell Valerian Liehr-44/+0
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-1/+1
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-12-07Move more tests into `tests/ui/link-native-libs`Zalathar-44/+0
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+2
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-28/+4
2024-12-02Allow fn pointers comparisons lint in UI testsUrgau-0/+2
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-45/+7
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-1/+10
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-1/+10