about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-88/+203
2023-06-16Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiserMichael Goulet-0/+22
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-88/+203
2023-06-16Disable alignment checks on i686-pc-windows-msvcBen Kimock-0/+22
2023-06-16Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercoteDylan DPC-0/+18
2023-06-16Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol...Dylan DPC-0/+19
2023-06-16Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnrDylan DPC-0/+7
2023-06-16Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errorsDylan DPC-0/+38
2023-06-16fix: inline `predicate_may_hold_fatal`bohan-0/+38
2023-06-15Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errorsGuillaume Gomez-0/+49
2023-06-15Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errorsGuillaume Gomez-69/+110
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez-2/+125
2023-06-15Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errorsGuillaume Gomez-0/+17
2023-06-15Rollup merge of #112634 - mj10021:issue-112438-fix, r=compiler-errorsMatthias Krüger-0/+11
2023-06-15Rollup merge of #112486 - jieyouxu:issue-112472, r=oli-obkMatthias Krüger-0/+87
2023-06-15Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelixMatthias Krüger-2/+26
2023-06-15normalize closure output before relationAli MJ Al-Nasrawy-0/+49
2023-06-15add testJames Dietz-0/+11
2023-06-15Fix suggestion for E0404 not dealing with multiple generics许杰友 Jieyou Xu (Joe)-0/+87
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-71/+67
2023-06-15tweak suggestion for argument-position `impl ?Sized`Lukas Markeffsky-0/+45
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-2/+125
2023-06-15Handle interpolated literal errorsMichael Goulet-0/+18
2023-06-15Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieubors-3/+3
2023-06-14Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgrbors-80/+159
2023-06-14Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errorsMatthias Krüger-1/+24
2023-06-14Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obkMatthias Krüger-79/+135
2023-06-14Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naberMatthias Krüger-21/+47
2023-06-14Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errorsbors-0/+72
2023-06-14Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler...bors-43/+387
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-3/+3
2023-06-13Fix explicit-outlives-requirements lint spanSam Ginnett-1/+24
2023-06-14Error on unconstrained lifetime in RPITITMichael Goulet-79/+135
2023-06-14Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-deadMatthias Krüger-0/+19
2023-06-14Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkovMatthias Krüger-1/+40
2023-06-14Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnrMatthias Krüger-7/+37
2023-06-13Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiserbors-0/+55
2023-06-13opportunistically resolve regionsMichael Goulet-0/+19
2023-06-13Move testMichael Goulet-11/+11
2023-06-13Erase regions even if normalization fails in writebackMichael Goulet-1/+31
2023-06-13Add test case for unsizing with nicheWesley Wiser-0/+30
2023-06-14fix(resolve): update `shadowed_glob` more precisionbohan-1/+40
2023-06-13Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholkbors-0/+245
2023-06-13Add a test for `-Zprint-vtable-sizes`Maybe Waffle-0/+72
2023-06-13Add test cases for suggestions with unsafe operations contained inside macrosWim Looman-11/+100
2023-06-13Add note about unsafe functions body not being unsafeWim Looman-8/+63
2023-06-13Hide suggestion to wrap function in unsafe blockWim Looman-37/+0
2023-06-13Test that a couple more types of unsafe-ops get a wrapping unsafe block addedWim Looman-1/+69
2023-06-13Add MVP suggestion for `unsafe_op_in_unsafe_fn`Léo Lanteri Thauvin-0/+70
2023-06-13Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstriebbors-117/+117