summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-05-31add testslcnr-0/+78
2023-05-30Add a test for misaligned pointer derefs inside addr_of!Ben Kimock-0/+15
2023-05-25add testlcnr-1/+72
2023-05-25Dont check `must_use` on nested `impl Future` from fnMichael Goulet-13/+29
2023-05-19Encode VariantIdx so we can decode variants in the right orderMichael Goulet-0/+18
2023-05-06Remove wrong assertion.Camille GILLOT-0/+10
2023-04-27Encode lifetime param spans tooMichael Goulet-30/+48
2023-04-26Encode def span for ConstParamMichael Goulet-0/+30
2023-04-17update tests for the test harness's json formattingPietro Albini-0/+20
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-48/+0
2023-04-14Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelixbors-15/+16
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-1/+1
2023-04-14Rollup merge of #108687 - compiler-errors:reformulate-point_at_expr_source_of...Matthias Krüger-21/+27
2023-04-14Fortify tests againts mir-opts.Camille GILLOT-15/+16
2023-04-14Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726Matthias Krüger-4/+4
2023-04-14Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnrMatthias Krüger-4/+28
2023-04-14Rollup merge of #110180 - lcnr:canonicalize, r=compiler-errorsMatthias Krüger-327/+12
2023-04-14Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil...Matthias Krüger-537/+358
2023-04-14Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errorsbors-0/+833
2023-04-14Add test for uniquifying regionsMichael Goulet-0/+12
2023-04-14Assemble Unpin candidates specially for generators in new solverMichael Goulet-4/+28
2023-04-13Fix tests on wasmJoshua Nelson-4/+6
2023-04-13Move most ui-fulldeps tests to uijyn-0/+831
2023-04-14Remove another use of `BrAnon(Some(_))`.Nicholas Nethercote-2/+2
2023-04-14Remove one use of `BrAnon(Some(_))`.Nicholas Nethercote-2/+2
2023-04-13Improve safe transmute error reportingBryan Garza-537/+358
2023-04-13Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3Matthias Krüger-0/+17
2023-04-13Rollup merge of #110277 - Ezrashaw:combine-assoc-fns-dlint, r=lcnrMatthias Krüger-58/+115
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-6/+54
2023-04-13Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkinMatthias Krüger-0/+44
2023-04-13Only emit alignment checks if we have a panic_implBen Kimock-0/+17
2023-04-14bless the single testEzra Shaw-0/+2
2023-04-13impl reviewer feedbackEzra Shaw-6/+22
2023-04-13dead-code-lint: de-dup multiple unused assoc fnsEzra Shaw-55/+40
2023-04-13Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjayMatthias Krüger-1/+27
2023-04-13refactor: emit "unused assoc fn" in lexical orderEzra Shaw-26/+80
2023-04-13Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errorsbors-284/+390
2023-04-13Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle...bors-0/+25
2023-04-12More accurate argument blames, add some commentsMichael Goulet-3/+11
2023-04-12Properly note source of arg mismatchMichael Goulet-1/+10
2023-04-12Restore suggestion based off of backwards inference from bad usage to method ...Michael Goulet-1/+5
2023-04-12Point at which arg causes a binding to be constrainedMichael Goulet-2/+6
2023-04-12Make note_source_of_type_mismatch_constraint simplerMichael Goulet-28/+9
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-178/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-282/+566
2023-04-12Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgrbors-178/+160
2023-04-12Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie-6/+54
2023-04-12Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwcoMatthias Krüger-135/+4
2023-04-12Rollup merge of #110133 - compiler-errors:issue-110131, r=petrochenkovMatthias Krüger-0/+87
2023-04-12Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnrMatthias Krüger-11/+12