about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
2024-06-03Fix ICE caused by ignoring EffectVars in type inferenceAndrew Wock-0/+93
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-10/+10
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+1
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-1/+1
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-6/+24
2024-03-19Make `const_eval_select` a rustc_intrinsicOli Scherer-11/+13
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-4/+3
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-19/+76
2024-03-08Stabilize associated type boundsMichael Goulet-4/+3
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-25/+25
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-4/+41
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-20Support async trait bounds in macrosMichael Goulet-19/+34
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-36/+164
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-102/+102
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+12
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-18/+118
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-2/+2
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-3/+0
2024-01-24remove StructuralEq traitRalf Jung-3/+0
2024-01-23Remove track_errors entirelyOli Scherer-12/+2
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-2/+12
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-0/+17
2024-01-13Bless testsGeorge-lewis-0/+17
2024-01-12Allow `~const` on assoc ty bounds againLeón Orell Valerian Liehr-59/+149
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-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-07effects: support ~const in assoc fns in trait implsLeón Orell Valerian Liehr-17/+49
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-1/+1
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-1/+1
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-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-75/+317
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-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-18Deny ~const trait bounds in inherent impl headersLeón Orell Valerian Liehr-17/+19
2023-12-10fix testsDeadbeef-10/+41
2023-12-10Revert "Don't print host effect param in pretty path_generic_args"Deadbeef-1/+1
2023-12-10Restore `const PartialEq`Deadbeef-111/+40