about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-2/+2
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-2/+2
2025-06-26Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebankMatthias Krüger-6/+12
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-25Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxuJana Dönszelmann-0/+94
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-6/+12
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-23cleaned up some testsKivooeo-0/+94
2025-06-23Make `PartialEq` a `const_trait`Oli Scherer-541/+27
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-5/+2
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-7/+6
2025-06-16trait_sel: skip `nominal_obligations` for `Sized`David Wood-36/+4
2025-06-16tests: bless remaining testsDavid Wood-7/+46
2025-06-16tests: unconstrain params in `non_lifetime_binders`David Wood-43/+64
2025-06-16tests: update tests with unconstrained parametersDavid Wood-4/+20
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-3/+3
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-25/+25
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-25/+55
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-1/+8
2025-06-14Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place...bors-1/+1
2025-06-13Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errorsJubilee-0/+50
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-3/+6
2025-06-12Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnrbors-22/+35
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-16/+17
2025-06-11stabilize gaiBoxy-7/+6
2025-06-09Apply nested goals certainty to InspectGoals for normalizes-toMichael Goulet-22/+35
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-3/+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-08Rollup merge of #142171 - Kivooeo:tf7, r=workingjubileeJubilee-0/+24
2025-06-08cleaned up some testsKivooeo-0/+24
2025-06-08Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkovbors-30/+30
2025-06-06Apply `mismatched-lifetime-syntaxes` to trait and extern functionsJake Goulding-1/+1
2025-06-06Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnrbors-5/+2
2025-06-05Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgrbors-0/+25
2025-06-05Move opaque type checks from the hir item types visitor onto the wfcheck of t...Oli Scherer-30/+30
2025-06-05Add missing `dyn` keywords to tests that do not test for themLukas Wirth-4/+4
2025-06-05Add more missing 2015 edition directivesLukas Wirth-0/+1
2025-06-05Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-12/+12
2025-06-04cleaned up some testsKivooeo-0/+25
2025-06-04cleaned up some testsKivooeo-0/+61
2025-06-03builtin dyn impl no guide inferencelcnr-0/+50
2025-06-02Fast path for stalled obligations on self tyMichael Goulet-5/+2
2025-05-29Structurally normalize types as needed in projection_ty_coreMichael Goulet-0/+32
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-104/+34
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-138/+9
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-114/+19
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-25/+1