about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-62/+6
2022-09-23fix testb-naber-35/+6
2022-09-23add testb-naber-0/+67
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-16/+248
2022-09-23Repair stderr test result to added lineFlorian Bartels-1/+1
2022-09-23Report diagnostics at the actually actionable siteOli Scherer-11/+38
2022-09-23ignore test cases when checking emscriptenFlorian Bartels-0/+2
2022-09-23Some test cleanupsOli Scherer-14/+6
2022-09-23Make the test actually show the problematic caseOli Scherer-19/+19
2022-09-23Show errors instead of hiding them due to an earlier errorOli Scherer-15/+61
2022-09-23Showcase a broken diagnosticOli Scherer-4/+4
2022-09-23Adapt test resultsFlorian Bartels-6/+5
2022-09-23Restore ignore tagFlorian Bartels-57/+0
2022-09-23Auto merge of #100488 - khyperia:invalid-calling-convention-help-message, r=n...bors-2/+45
2022-09-23Rollup merge of #102104 - Aaron1011:no-test-backtrace, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-09-23Rollup merge of #101664 - mejrs:similarity, r=fee1-deadMatthias Krüger-0/+132
2022-09-23Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errorsMatthias Krüger-14/+112
2022-09-23Auto merge of #101708 - compiler-errors:issue-101696, r=jackh726bors-0/+36
2022-09-23Serialize RPITIT values in libsMichael Goulet-0/+20
2022-09-22Improve the help message for an invalid calling conventionkhyperia-2/+45
2022-09-22Calculate ProjectionTy::trait_def_id correctlyMichael Goulet-0/+59
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-74/+19
2022-09-23Fix slight issues with stderrRageking8-2/+3
2022-09-23Change UI test stderrRageking8-4/+3
2022-09-22recover from struct nested in structRageking8-0/+17
2022-09-22Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPCbors-4/+4
2022-09-22Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnayDylan DPC-4/+4
2022-09-22Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnrbors-20/+1
2022-09-22resolve: Set effective visibilities for imports more preciselyVadim Petrochenkov-2/+2
2022-09-22effective visibility: Add test for a reexport of two namesVadim Petrochenkov-2/+45
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-174/+248
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-14/+112
2022-09-22Optimize subtyping and equation of GeneratorWitnessMichael Goulet-20/+1
2022-09-22Rollup merge of #102084 - andrewpollack:add-issue-panic-unwind, r=bjorn3Yuki Okushi-2/+3
2022-09-22Rollup merge of #102073 - andrewpollack:add-execvp-call-ignore, r=tmandryYuki Okushi-0/+1
2022-09-22Rollup merge of #102071 - andrewpollack:add-needs-unwind-for-binary-size, r=t...Yuki Okushi-0/+3
2022-09-22Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandryYuki Okushi-0/+3
2022-09-22Rollup merge of #102032 - andrewpollack:bad-signal-compiler-tests, r=tmandryYuki Okushi-0/+5
2022-09-22Bless test output changesFrank Steffahn-4/+4
2022-09-21Auto merge of #102097 - Dylan-DPC:rollup-gc75oh4, r=Dylan-DPCbors-4/+51
2022-09-21Adding ignore fuchsia tests for signal casesAndrew Pollack-0/+5
2022-09-21Set 'exec-env:RUST_BACKTRACE=0' in const-eval-select testsAaron Hill-2/+4
2022-09-21Make error messages great again (and fix clippy and add test)Deadbeef-42/+64
2022-09-21Rollup merge of #102059 - compiler-errors:issue-101984, r=jackh726Dylan DPC-0/+41
2022-09-21Rollup merge of #102031 - andrewpollack:compiler-tests-backtrace, r=tmandryDylan DPC-4/+10
2022-09-21Improve diagnostic for adding more bounds to opaque typesOli Scherer-4/+6
2022-09-21Reproduce sad diagnosticOli Scherer-0/+35
2022-09-21Simplify insert_outlives_predicate opaque type logicOli Scherer-0/+8
2022-09-21Add regression testOli Scherer-0/+18
2022-09-21Also collect bounds from the ParamEnv for opaque typesOli Scherer-13/+2