summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-03-21cleaned and organized 3 tests in `./tests/ui/issues`Spencer-74/+0
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-14/+0
2025-03-12Disentangle ForwardGenericParamBan and ConstParamTy ribsMichael Goulet-5/+5
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-1/+1
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-4/+32
2025-03-05Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr许杰友 Jieyou Xu (Joe)-0/+1
2025-03-05Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd许杰友 Jieyou Xu (Joe)-26/+19
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-4/+32
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+1
2025-03-04tests: remove explicit long type filename hash normalization from some ui tests许杰友 Jieyou Xu (Joe)-26/+19
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-13/+2
2025-02-28Shorten span of panic failures in const contextEsteban Küber-1/+1
2025-02-25Make E0614 a structured errorEsteban Küber-2/+2
2025-02-24Fix test output expectationsJana Dönszelmann-16/+16
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