about summary refs log tree commit diff
path: root/tests/ui/const-generics/min_const_generics
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-4/+4
2025-08-19bless tests with new lint messagesKarol Zwolak-2/+2
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-2/+2
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-44/+80
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-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-1/+0
2025-06-12Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er...Matthias Krüger-4/+4
2025-06-11stabilize gaiBoxy-1/+0
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-4/+4
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-4/+4
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-4/+4
2025-06-02Use the informative error as the main const eval error messageOli Scherer-28/+26
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-18/+20
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-48/+48
2024-12-18add testslcnr-0/+3
2024-12-17add testslcnr-0/+23
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-7/+7
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-0/+4
2024-07-09Automatically taint when reporting errors from ItemCtxtOli Scherer-82/+21
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-22/+83
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-8/+17
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-6/+24
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-10/+10
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-5/+26
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-10/+10
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-7/+6
2023-05-05improve diagnostics and bless testsBoxy-11/+10
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky-14/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1249