about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-06-06reword suggestion messageEsteban Küber-1/+1
2025-06-06Make cast suggestions verboseEsteban Küber-8/+18
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-3/+3
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-40/+40
2025-06-04Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errorsMatthias Krüger-40/+40
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-3/+3
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-6/+15
2025-06-03Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errorsMatthias Krüger-20/+20
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-40/+40
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-20/+20
2025-06-03Add missing 2015 edition directivesLukas Wirth-6/+15
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-16/+25
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-66/+3
2025-05-25Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errorsGuillaume Gomez-2/+2
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-2/+2
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-20/+3
2025-05-12Move more tests/ui testsmejrs-7/+0
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