about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/const_derives
AgeCommit message (Expand)AuthorLines
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-13/+1
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-0/+1
2025-07-17Make `derive_const` usable within libcore againOli Scherer-0/+1
2025-07-17parse `const trait Trait`Deadbeef-5/+5
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-1/+1
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-77/+34
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-1/+1
2025-06-23Make `PartialEq` a `const_trait`Oli Scherer-88/+8
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-11/+0
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-4/+4
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-7/+10
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-1/+1
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-1/+1
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-1/+1
2024-11-03Yeet effects featureMichael Goulet-35/+8
2024-10-28Hack out effects support for old solverMichael Goulet-18/+3
2024-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-6/+0
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-14/+84
2024-10-22Move testsMichael Goulet-0/+224