about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-02-21More sophisticated span trimmingMichael Goulet-15/+10
2025-02-19Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwcoMatthias Krüger-2/+2
2025-02-15fix: Alloc new errorcode E0803 for E0495xizheyin-2/+2
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-9/+9
2025-02-14Consider add-prefix replacements tooMichael Goulet-12/+8
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-15/+10
2025-02-14fallout :skull_emoji:lcnr-2/+29
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-12/+12
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-102/+153
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-1/+1
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-1/+1
2025-02-05Rollup merge of #136536 - DuskyElf:master, r=jieyouxu许杰友 Jieyou Xu (Joe)-404/+0
2025-02-04Rollup merge of #136477 - lqd:nll-tls-spans, r=matthewjasperMatthias Krüger-1/+1
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-4/+18
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-404/+0
2025-02-04bless test expectationsRémy Rakic-1/+1
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-2/+2
2025-02-03Make error message less awkwardMichael Goulet-2/+2
2025-02-03Check Sizedness of return type in WFMichael Goulet-2/+16
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-12/+12
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-12/+12
2025-01-30std::rangePeter Jaszkowiak-2/+2
2025-01-30normalize long-type.txt in testsRémy Rakic-13/+16
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-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-12/+12
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