about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/effects
AgeCommit message (Expand)AuthorLines
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-07Fix const drop checkingMichael Goulet-22/+2
2023-12-06Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errorsbors-6/+7
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-12-04Use default params until effects in desugaringDeadbeef-6/+19
2023-11-28Add with_opt_const_effect_param helper, simplifyMichael Goulet-2/+2
2023-11-28Add PartialEq<&B> for &AMichael Goulet-44/+12
2023-11-28Fix PartialEq args when #[const_trait] is enabledMichael Goulet-1/+1
2023-11-25effects: Run `enforce_context_effects` for all method callsDeadbeef-25/+54
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-54/+0
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-54/+0
2023-11-06Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-deadMatthias Krüger-0/+18
2023-11-02add test for #113375Matthias Krüger-0/+18
2023-11-02add test for #113381Matthias Krüger-0/+26
2023-10-26Deny providing explicit effect paramsDeadbeef-0/+185
2023-10-15Duplicate `~const` bounds with a non-const one in effects desugaringDeadbeef-0/+547
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-0/+54
2023-09-20Enable effects for libcoreDeadbeef-0/+11
2023-09-14Fallback effects even if types also fall backMichael Goulet-1/+8
2023-09-10Implement fallback for effect paramDeadbeef-0/+9
2023-08-06bless testsDeadbeef-4/+2
2023-07-04add testDeadbeef-0/+29