summaryrefslogtreecommitdiff
path: root/tests/ui
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger2023-05-0188-621/+370
|\
| * Make async removal span more resilient to macro expansionsMichael Goulet2023-04-273-6/+56
| * Don't call await a methodMichael Goulet2023-04-271-1/+1
| * tweak removal spanMichael Goulet2023-04-271-7/+5
| * Tweak await spanMichael Goulet2023-04-2772-242/+320
| * Remove a bunch of orphaned test filesMichael Goulet2023-04-2715-377/+0
* | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger2023-04-301-0/+20
|\ \
| * | Do not force anonymous lifetimes in consts to be static.Camille GILLOT2023-04-291-0/+20
* | | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger2023-04-307-25/+50
|\ \ \
| * | | improve error notes for packed struct reference diagnosticbindsdev2023-04-287-25/+50
* | | | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger2023-04-302-0/+13
|\ \ \ \
| * | | | Fix Unreadable non-UTF-8 output on localized MSVCChris Denton2023-04-272-0/+13
| | |/ / | |/| |
* | | | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul...Matthias Krüger2023-04-294-3/+23
|\ \ \ \
| * | | | bless line changes in tests-listing-format-json.run.stdoutJosh Stone2023-04-281-3/+3
| * | | | update tests for the test harness's json formattingPietro Albini2023-04-213-0/+20
* | | | | Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors2023-04-298-67/+128
|\ \ \ \ \
| * | | | | layout-alignment-promotion logic should depend on the niche-biasThe 84722023-04-281-0/+19
| * | | | | bless testsThe 84722023-04-277-66/+62
| * | | | | don't promote large fields to higher alignments if that would affect niche pl...The 84722023-04-271-0/+18
| * | | | | try two different niche-placement strategies when layouting univariant structsThe 84722023-04-271-1/+29
| | |_|_|/ | |/| | |
* | | | | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillotDylan DPC2023-04-295-3/+163
|\ \ \ \ \
| * | | | | Don't duplicate anonymous lifetimes for async fn in traitsMichael Goulet2023-04-285-3/+163
| | |_|_|/ | |/| | |
* | | | | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnrDylan DPC2023-04-292-0/+43
|\ \ \ \ \
| * | | | | Clear response values for overflow in new solverMichael Goulet2023-04-262-0/+43
* | | | | | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger2023-04-285-8/+24
|\ \ \ \ \ \
| * | | | | | remove unused `mut`sLukas Markeffsky2023-04-283-7/+7
| * | | | | | fix false negative for `unused_mut`Lukas Markeffsky2023-04-282-1/+17
| | |/ / / / | |/| | | |
* | | | | | Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi...Matthias Krüger2023-04-282-0/+30
|\ \ \ \ \ \
| * | | | | | Fix an ICE in conflict errors diagnosticsMaybe Waffle2023-04-282-314/+17
| * | | | | | Add regression test for issue 110929Maybe Waffle2023-04-282-0/+327
| |/ / / / /
* | | | | | Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillotMatthias Krüger2023-04-2819-62/+129
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix a bad binop error when we need a callMichael Goulet2023-04-271-4/+5
| * | | | | Provide RHS type hint when reporting operator errorMichael Goulet2023-04-2719-58/+124
| |/ / / /
* | | | | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errorsbors2023-04-281-4/+0
|\ \ \ \ \
| * | | | | Also use `mir::Offset` for pointer `add`Scott McMurray2023-04-271-4/+0
| |/ / / /
* | | | | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgrbors2023-04-2812-84/+115
|\ \ \ \ \
| * \ \ \ \ Rollup merge of #110913 - compiler-errors:missing-lints, r=NilstriebMatthias Krüger2023-04-283-19/+30
| |\ \ \ \ \
| | * | | | | Add invalid_macro_export_arguments to built-in macro listMichael Goulet2023-04-273-19/+30
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger2023-04-286-46/+66
| |\ \ \ \ \
| | * | | | | Migrate trivially translatable `rustc_parse` diagnosticsclubby7892023-04-276-46/+66
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger2023-04-283-19/+19
| |\ \ \ \ \
| | * | | | | Update tests.Mara Bos2023-04-243-19/+19
* | | | | | | Auto merge of #110919 - JohnTitor:rollup-9phs2vx, r=JohnTitorbors2023-04-282-0/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Rollup merge of #110721 - lukas-code:panic-fmt, r=AmanieuYuki Okushi2023-04-282-0/+24
| |\ \ \ \ \ \
| | * | | | | | test that we format the panic message only onceLukas Markeffsky2023-04-252-0/+24
* | | | | | | | Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514bors2023-04-284-56/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Improve `non-ice-error-on-worker-io-fail.rs` testMaybe Waffle2023-04-252-13/+5
| * | | | | | | Fix `ui/io-checks/inaccessbile-temp-dir.rs` testMaybe Waffle2023-04-252-43/+0
* | | | | | | | Rollup merge of #110878 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Matthias Krüger2023-04-274-0/+152
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | add known-bug test for unsound issue 105782whtahy2023-04-261-0/+30