about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-04-30Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger-0/+20
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-25/+50
2023-04-30Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger-0/+13
2023-04-29Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul...Matthias Krüger-3/+23
2023-04-29Do not force anonymous lifetimes in consts to be static.Camille GILLOT-0/+20
2023-04-29Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors-67/+128
2023-04-29Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillotDylan DPC-3/+163
2023-04-29Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnrDylan DPC-0/+43
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-25/+50
2023-04-28layout-alignment-promotion logic should depend on the niche-biasThe 8472-0/+19
2023-04-28Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger-8/+24
2023-04-28Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi...Matthias Krüger-0/+30
2023-04-28Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillotMatthias Krüger-62/+129
2023-04-28Don't duplicate anonymous lifetimes for async fn in traitsMichael Goulet-3/+163
2023-04-28remove unused `mut`sLukas Markeffsky-7/+7
2023-04-28Fix an ICE in conflict errors diagnosticsMaybe Waffle-314/+17
2023-04-28fix false negative for `unused_mut`Lukas Markeffsky-1/+17
2023-04-28Add regression test for issue 110929Maybe Waffle-0/+327
2023-04-28bless line changes in tests-listing-format-json.run.stdoutJosh Stone-3/+3
2023-04-28Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errorsbors-4/+0
2023-04-28Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgrbors-84/+115
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-4/+0
2023-04-28Rollup merge of #110913 - compiler-errors:missing-lints, r=NilstriebMatthias Krüger-19/+30
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-46/+66
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-19/+19
2023-04-28Auto merge of #110919 - JohnTitor:rollup-9phs2vx, r=JohnTitorbors-0/+24
2023-04-28Rollup merge of #110721 - lukas-code:panic-fmt, r=AmanieuYuki Okushi-0/+24
2023-04-28Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514bors-56/+5
2023-04-27bless testsThe 8472-66/+62
2023-04-27don't promote large fields to higher alignments if that would affect niche pl...The 8472-0/+18
2023-04-27try two different niche-placement strategies when layouting univariant structsThe 8472-1/+29
2023-04-27Rollup merge of #110878 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Matthias Krüger-0/+152
2023-04-27Add invalid_macro_export_arguments to built-in macro listMichael Goulet-19/+30
2023-04-27Rollup merge of #110866 - compiler-errors:test, r=jyn514Matthias Krüger-5/+5
2023-04-27Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errorsMatthias Krüger-2/+2
2023-04-27Rollup merge of #110804 - cuishuang:master, r=jyn514Matthias Krüger-1/+1
2023-04-27Fix Unreadable non-UTF-8 output on localized MSVCChris Denton-0/+13
2023-04-26add known-bug test for unsound issue 105782whtahy-0/+30
2023-04-26add known-bug test for unsound issue 74629whtahy-0/+41
2023-04-26add known-bug test for unsound issue 49682whtahy-0/+46
2023-04-26add known-bug test for unsound issue 40582whtahy-0/+35
2023-04-27Fix a bad binop error when we need a callMichael Goulet-4/+5
2023-04-27Provide RHS type hint when reporting operator errorMichael Goulet-58/+124
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-46/+66
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-12/+10
2023-04-26Clear response values for overflow in new solverMichael Goulet-0/+43
2023-04-26Make method-not-found-generic-arg-elision.rs error message not path dependentMichael Goulet-5/+5
2023-04-26Update tests.Mara Bos-12/+10
2023-04-26Rollup merge of #110825 - notriddle:notriddle/issue-70082, r=compiler-errorsMatthias Krüger-0/+27
2023-04-26Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiserMatthias Krüger-1/+23