about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits
AgeCommit message (Expand)AuthorLines
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-117/+12
2025-07-18Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errorsMatthias Krüger-6/+37
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-21/+25
2025-07-18HIR ty lowering: Simplify signature of `lower_poly_trait_ref`León Orell Valerian Liehr-6/+37
2025-07-17Make slices `[const] PartialEq`Oli Scherer-21/+24
2025-07-17Make `derive_const` usable within libcore againOli Scherer-0/+1
2025-07-17parse `const trait Trait`Deadbeef-139/+137
2025-07-17Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli...León Orell Valerian Liehr-0/+32
2025-07-15Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmeaseSamuel Tardieu-2/+26
2025-07-14Preserve constness in trait objects up to hir ty loweringOli Scherer-2/+26
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-29/+29
2025-07-13Imply always-const host effects the same as any other item boundMichael Goulet-0/+19
2025-07-13Dont collect assoc ty item bounds from trait where clause for host effect pre...Michael Goulet-0/+13
2025-07-13update issue number for `const_trait_impl`Deadbeef-29/+29
2025-07-13Rollup merge of #143774 - oli-obk:const_from, r=fee1-deadMatthias Krüger-32/+2
2025-07-13Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errorsLeón Orell Valerian Liehr-7/+7
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-7/+7
2025-07-11Some const_trait_impl test cleanupsOli Scherer-12/+4
2025-07-11constify `From` and `Into`Oli Scherer-32/+2
2025-07-10Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errorsMatthias Krüger-285/+42
2025-07-08Constify `Fn*` traitsOli Scherer-285/+42
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-101/+110
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-6/+6
2025-07-02Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obkMatthias Krüger-0/+19
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-1/+1
2025-06-30Assemble const bounds via normal item bounds in old solver tooMichael Goulet-0/+19
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-215/+215
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-1211/+1266
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-2/+2
2025-06-26Rename `tilde const` test files to `conditionally const`Oli Scherer-61/+65
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-971/+1022
2025-06-24Don't include current rustc version string in feature removed helpJieyou Xu-4/+3
2025-06-23Account for beta revisions when normalizing versionsJosh Stone-1/+1
2025-06-23Make `PartialEq` a `const_trait`Oli Scherer-541/+27
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-7/+6
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-25/+25
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-1/+8
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-3/+4
2025-06-11stabilize gaiBoxy-7/+6
2025-06-09Make `since` of removed features the version removed and fill `pull`xizheyin-1/+1
2025-06-09Note the version and PR of removed features when using itxizheyin-2/+4
2025-06-05Move opaque type checks from the hir item types visitor onto the wfcheck of t...Oli Scherer-13/+13
2025-06-05Add missing `dyn` keywords to tests that do not test for themLukas Wirth-3/+3
2025-06-05Add more missing 2015 edition directivesLukas Wirth-0/+1
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-114/+19
2025-05-10Auto merge of #140854 - oli-obk:merge-queries, r=nnethercotebors-18/+18
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-18/+18
2025-05-09Add regression test for 125877reddevilmidzy-0/+53
2025-04-29Treat `ManuallyDrop` as `~const Destruct`Oli Scherer-23/+1
2025-04-29Add testOli Scherer-0/+63