about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits
AgeCommit message (Expand)AuthorLines
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-33/+2
2025-09-10Less greedily parse `[const]` boundsLeón Orell Valerian Liehr-0/+25
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-85/+107
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-4/+4
2025-09-01Constify conversion traitsltdk-3/+3
2025-08-21next-solver fix const_trait_impl bootstraplcnr-0/+53
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-0/+36
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-0/+36
2025-08-19bless tests with new lint messagesKarol Zwolak-1/+1
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+36
2025-08-14Update uitestsJonathan Brouwer-12/+12
2025-08-11Tweak trait modifier errorsCameron Steffen-11/+11
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-11/+11
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-4/+4
2025-08-06Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwUGuillaume Gomez-3/+26
2025-08-06Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-deadJakub Beránek-0/+73
2025-08-05Add regression tests for seemingly fixed issuesShoyu Vanilla-0/+73
2025-08-05Gate const trait syntaxLeón Orell Valerian Liehr-3/+26
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-26/+85
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-3/+3
2025-07-26Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obkJacob Pratt-29/+42
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-29/+42
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-16/+17
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