about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits
AgeCommit message (Expand)AuthorLines
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
2025-04-10Deeply normalize obligations in BestObligationMichael Goulet-17/+121
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-7/+7
2025-04-04Use the span of the whole bound when the diagnostic talks about a boundOli Scherer-30/+30
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-11/+2
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-11/+0
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-1/+100
2025-02-26Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errorsLeón Orell Valerian Liehr-0/+21
2025-02-24hir_analysis: skip self type of host effect predsDavid Wood-3/+2
2025-02-24tests: add variance test for const traitsDavid Wood-0/+22
2025-02-24trait_sel: resolve vars in host effectsDavid Wood-0/+36
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-11/+0
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-4/+6
2025-02-03Check Sizedness of return type in WFMichael Goulet-11/+11
2025-01-30Use proper type when applying deref adjustment in constMichael Goulet-0/+28
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-3/+13
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-3/+13
2025-01-28add test case for implicitly stable const fnDeadbeef-1/+117
2025-01-28Implement MIR const trait stability checksDeadbeef-10/+112
2025-01-25Fix typo in const stability error messageDeadbeef-1/+1
2025-01-14Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJungJubilee-5/+3
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-5/+108
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-5/+3
2025-01-09Unify conditional and non const call error reportingMichael Goulet-16/+16
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+6
2025-01-08Implement const Destruct in old solverMichael Goulet-32/+95
2025-01-06Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnrJacob Pratt-8/+11
2025-01-06Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwcoMatthias Krüger-0/+63