about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2025-07-18Show the memory of uninit readsOli Scherer-0/+16
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-4/+4
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-6/+7
2025-07-13Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkovMatthias Krüger-0/+1
2025-07-13Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2025-07-12Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgrbors-7/+11
2025-07-11Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmannMatthias Krüger-7/+11
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-1/+1
2025-07-10Check assoc consts and tys later like assoc fnsMu001999-0/+1
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-1/+1
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-25/+3
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-7/+11
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-1/+1
2025-07-07Point to correct argument in Func Call when Self type fails trait boundxizheyin-1/+1
2025-07-07Add `ty_span` queryOli Scherer-0/+8
2025-06-30Avoid looking at HIR for trait and impl itemsOli Scherer-1/+1
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-23/+58
2025-06-27Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwUMatthias Krüger-0/+20
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-4/+3
2025-06-27gce: don't ICE on non-local constYotam Ofek-0/+20
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-10/+20
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-4/+40
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-4/+40
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-4/+3
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-5/+11
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-2/+22
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-139/+37
2025-06-16tests: bless remaining testsDavid Wood-0/+2
2025-06-14Marks ADT live if it appears in patternMu001999-2/+22
2025-06-13Require generic params for const generic paramsOli Scherer-0/+35
2025-06-12Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er...Matthias Krüger-34/+77
2025-06-11stabilize gaiBoxy-139/+37
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-8/+8
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-34/+77
2025-06-06Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiserGuillaume Gomez-9/+21
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-14/+13
2025-06-04Verbose suggestion to make param `const`Esteban Küber-9/+21
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-14/+13
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-11/+11
2025-06-02Use the informative error as the main const eval error messageOli Scherer-48/+46
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-40/+3
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-53/+364
2025-05-22Review CommentsBoxy-0/+2
2025-05-22Return correct error term kind on projection errorsBoxy-0/+56
2025-05-21Fix testsBoxy-53/+362
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-74/+74
2025-05-01Set groundwork for proper const normalizationBoxy-10/+5
2025-04-30Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnrMatthias Krüger-0/+23
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-33/+39
2025-04-29Don't FCW assoc consts in patternsBoxy-0/+23