about summary refs log tree commit diff
path: root/tests/ui/const-generics/issues
AgeCommit message (Expand)AuthorLines
2025-09-24Improve derive suggestion of const paramtiif-2/+2
2025-09-15Fix the testcases to not use UnsizedConstParamTytiif-1/+1
2025-08-19bless tests with new lint messagesKarol Zwolak-4/+4
2025-07-21Stabilize const `TypeId::of`Oli Scherer-3/+2
2025-07-13Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-1/+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-06-30Avoid looking at HIR for trait and impl itemsOli Scherer-1/+1
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-2/+2
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-15/+3
2025-06-14Marks ADT live if it appears in patternMu001999-2/+22
2025-06-12Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er...Matthias Krüger-3/+3
2025-06-11stabilize gaiBoxy-15/+3
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-3/+3
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-05-21Fix testsBoxy-43/+197
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-3/+5
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-7/+7
2025-03-01Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnrMatthias Krüger-30/+0
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-12/+6
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-30/+0
2025-02-28Shorten span of panic failures in const contextEsteban Küber-12/+6
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-8/+68
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-3/+20
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-3/+4
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-20/+14
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+31
2025-01-23Bless and add testsBoxy-9/+7
2025-01-18Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-23/+0
2025-01-06Add derived causes for host effect predicatesMichael Goulet-0/+18
2024-12-15Check for array lengths that aren't actually `usize`Scott McMurray-0/+23
2024-12-12Tweak multispan renderingEsteban Küber-3/+1
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2
2024-12-04Add comment to testBoxy-1/+2
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-4/+21
2024-11-30Make compare_impl_item into a queryMichael Goulet-4/+4
2024-11-03Yeet effects featureMichael Goulet-4/+4
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-2/+2
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-8/+0
2024-10-24Implement const effect predicate in new solverMichael Goulet-18/+0
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-1/+1
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+1
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-40/+23
2024-09-24Ban combination of GCE and new solverMichael Goulet-1/+9
2024-09-15stabilize const_mut_refsRalf Jung-4/+3