summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-21/+4
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-4/+2
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-30/+0
2025-04-30Rollup merge of #140446 - mejrs:test1, r=jieyouxuMatthias Krüger-30/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-119/+158
2025-04-29Coalesce duplicate missing clone testsmejrs-30/+0
2025-04-26Fix error message for static references or mutable referencesyuk1ty-2/+2
2025-04-25Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubileeMatthias Krüger-3/+5
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-3/+5
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-0/+1
2025-04-19Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxuChris Denton-167/+0
2025-04-19Cleaned up 4 tests in `tests/ui/issues`Spencer-167/+0
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-6/+6
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-1/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-19/+19
2025-04-03Use `cfg(false)` in UI testsclubby789-6/+6
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-0/+1
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