summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/effects
AgeCommit message (Expand)AuthorLines
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-2/+27
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-1/+2
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+35
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-9/+9
2024-01-24remove StructuralEq traitRalf Jung-3/+0
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-3/+46
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-3/+46
2024-01-08~const trait or projection bounds do not imply non-const boundsMichael Goulet-8/+83
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
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-2/+2
2023-12-23add a test for ICE #112822Deadbeef-0/+34
2023-12-23Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errorsbors-12/+3
2023-12-19bless ui testsDeadbeef-12/+3
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