about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-01-23address requested changesHTGAzureX1212.-6/+6
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-4/+4
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-94/+300
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-0/+262
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-55/+260
2024-01-22Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errorsMatthias Krüger-46/+56
2024-01-22Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile...Matthias Krüger-1/+133
2024-01-22Rollup merge of #120059 - oli-obk:const_arg_type_mismatch, r=compiler-errorsMatthias Krüger-7/+70
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-1/+1
2024-01-22Test async fnNadrieril-0/+34
2024-01-22Use `-> !` to test divergenceNadrieril-5/+8
2024-01-22Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r...Matthias Krüger-0/+37
2024-01-22Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obkMatthias Krüger-0/+9
2024-01-22Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8KiMatthias Krüger-50/+154
2024-01-22Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkovMatthias Krüger-1/+63
2024-01-22Add regression testOli Scherer-0/+69
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-94/+231
2024-01-22Never pattern in `let` statement divergesNadrieril-15/+27
2024-01-22Never pattern in function arguments divergesNadrieril-0/+213
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-7/+70
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-5/+85
2024-01-21Don't actually make bound ty/const for RTNMichael Goulet-0/+37
2024-01-21`maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe`trevyn-46/+56
2024-01-21exclude unexported macro bindings from extern cratebohan-1/+63
2024-01-20Rollup merge of #120063 - clubby789:remove-box-handling, r=NilstriebGuillaume Gomez-0/+0
2024-01-20Rollup merge of #120148 - trevyn:issue-117965, r=cjgillotMatthias Krüger-0/+34
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-0/+532
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-39/+117
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-77/+352
2024-01-20Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgrbors-106/+235
2024-01-19Update tests after rebaseEsteban Küber-6/+238
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-0/+206
2024-01-19Avoid ICE: Check diagnostic is error before downgradingEsteban Küber-0/+94
2024-01-20Don't delete any lifetimes with boundstrevyn-5/+0
2024-01-20add test issue-117965trevyn-0/+39
2024-01-19Split remaining offset_of features into new tracking issuesGeorge Bateman-7/+12
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-1/+0
2024-01-19Stabilize simple offset_ofGeorge Bateman-36/+110
2024-01-19add help message for `exclusive_range_pattern` errorRowan S-L-0/+9
2024-01-19Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errorsMatthias Krüger-0/+35
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-90/+191
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-16/+9
2024-01-19Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726bors-22/+36
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-4/+69
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-22/+36
2024-01-19Always use RevealAll for const eval queriesOli Scherer-77/+352
2024-01-19Suggest .swap() instead of mem::swap() in more casessjwang05-0/+35
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-3/+17
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-1/+52
2024-01-18Split-off the passing tests to ensure they passNadrieril-17/+24