summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-120/+31
2024-01-24remove StructuralEq traitRalf Jung-120/+31
2024-01-23Remove track_errors entirelyOli Scherer-12/+2
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-0/+75
2024-01-22Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile...Matthias Krüger-0/+75
2024-01-22Test async fnNadrieril-0/+34
2024-01-22Use `-> !` to test divergenceNadrieril-5/+8
2024-01-22Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8KiMatthias Krüger-0/+1
2024-01-22Never pattern in `let` statement divergesNadrieril-15/+27
2024-01-22Never pattern in function arguments divergesNadrieril-0/+213
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-0/+191
2024-01-18Split-off the passing tests to ensure they passNadrieril-17/+24
2024-01-18Typecheck never patternsNadrieril-5/+78
2024-01-18Add testsNadrieril-0/+111
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-2/+12
2024-01-18Consistently warn unreachable subpatternsNadrieril-4/+18
2024-01-18Add testsNadrieril-0/+61
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-0/+0
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-2/+12
2024-01-15make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibilityasquared31415-0/+1
2024-01-15Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errorsbors-1/+104
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-0/+45
2024-01-13Bless testsGeorge-lewis-0/+45
2024-01-12Allow `~const` on assoc ty bounds againLeón Orell Valerian Liehr-59/+149
2024-01-12Detect `NulInCStr` error earlier.Nicholas Nethercote-0/+0
2024-01-10Add more testsNadrieril-1/+46
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-50/+205
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-50/+205
2024-01-09Check bindings around never patternsNadrieril-40/+27
2024-01-09Add testsNadrieril-0/+71
2024-01-08Remove logic in one_bound in astconv that prefers non-const boundsMichael Goulet-12/+11
2024-01-08~const trait or projection bounds do not imply non-const boundsMichael Goulet-33/+208
2024-01-08Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile...Matthias Krüger-17/+49
2024-01-07effects: support ~const in assoc fns in trait implsLeón Orell Valerian Liehr-17/+49
2024-01-05Rollup merge of #119622 - Nadrieril:never_patterns_macros, r=compiler-errorsMatthias Krüger-0/+54
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-2/+104
2024-01-05Document behavior of `!` with MbENadrieril-0/+54
2024-01-05Restore if let guard temporary scoping differenceMatthew Jasper-0/+72
2024-01-05Remove `thir::Guard`Matthew Jasper-0/+30
2024-01-05Remove `hir::Guard`Matthew Jasper-2/+2
2024-01-05Stabilize THIR unsafeckMatthew Jasper-24/+24
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-37/+152
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-11/+11
2024-01-04Rollup merge of #119540 - fmease:no-effect-args-inside-dyn-trait, r=compiler-...Matthias Krüger-2/+32
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-0/+80
2024-01-03Don't synthesize host effect args inside trait object typesLeón Orell Valerian Liehr-2/+32
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-11/+11
2024-01-02E0379: Provide suggestionsLeón Orell Valerian Liehr-3/+55