about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
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
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-3/+3
2024-01-02Don't synthesize host effect params for trait assoc fns marked constLeón Orell Valerian Liehr-0/+28
2024-01-01Pretty-print always-const trait predicates correctlyLeón Orell Valerian Liehr-3/+73
2023-12-30Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillotbors-0/+37
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-75/+317
2023-12-26Don't drop a hir node after loweringNadrieril-0/+37
2023-12-25Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Kibors-0/+134
2023-12-23add a test for ICE #112822Deadbeef-0/+34
2023-12-23Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errorsbors-86/+96
2023-12-21Give temporaries in if let guards correct scopesMatthew Jasper-0/+134
2023-12-19bless ui testsDeadbeef-86/+96
2023-12-18Check const_eval_select intrinsic correctlyMichael Goulet-1/+6
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-2/+13
2023-12-18Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-deadMatthias Krüger-17/+19