about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
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-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-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-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
2023-06-13Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholkMatthias Krüger-0/+25
2023-06-12Safe Transmute: Refactor error handling and Answer typeBryan Garza-3/+19
2023-06-12Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiserMatthias Krüger-1/+70
2023-06-12Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkinMatthias Krüger-0/+43
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-117/+117
2023-06-12Fix debug ICE for extern type with where clauses许杰友 Jieyou Xu (Joe)-1/+70
2023-06-12Auto merge of #112261 - jieyouxu:c-like-ptr-arithmetics-diagnostics, r=Waffle...bors-0/+74
2023-06-11Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkovbors-36/+541
2023-06-12Private-in-public lints implementationBryanskiy-36/+541
2023-06-11Rollup merge of #112513 - compiler-errors:dont-compute-box-span-for-tait, r=c...Matthias Krüger-0/+25
2023-06-11Fix the overflow issue for transmute_generic_constsyukang-0/+19
2023-06-11Don't suggest boxing an empty if/else armMichael Goulet-0/+25
2023-06-11Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=NilstriebMatthias Krüger-8/+8
2023-06-11Rollup merge of #112493 - fmease:iat-select-complete-bound-var-erasure, r=com...Matthias Krüger-0/+35
2023-06-11Rollup merge of #112475 - chenyukang:yukang-fix-112278, r=compiler-errorsMatthias Krüger-1/+79
2023-06-11iat selection: normalize self ty & completely erase bound varsLeón Orell Valerian Liehr-0/+35
2023-06-10Use a better linkHankai Zhang-8/+8
2023-06-10Update links to Rust Reference page on literals in diagnosticHankai Zhang-8/+8
2023-06-10Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgrbors-13/+36
2023-06-10Rollup merge of #112413 - jieyouxu:fix-hidden-glob-reexports-span-order, r=pe...Matthias Krüger-13/+36
2023-06-10Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillotbors-0/+400
2023-06-10Rollup merge of #112481 - compiler-errors:new-solver-ignore-bad-tests, r=lqdMatthias Krüger-7/+13
2023-06-10Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkinMatthias Krüger-24/+42
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-0/+400
2023-06-10Adjust span labels for `HIDDEN_GLOB_REEXPORTS`许杰友 Jieyou Xu (Joe)-13/+36
2023-06-10Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkovbors-21/+40
2023-06-10Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkovbors-0/+47
2023-06-10reword the message to suggest surrounding with parenthesesyukang-5/+5