summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2023-05-27Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errorsMatthias Krüger-4/+4
2023-05-26print const and type errors in braces not square bracketsBoxy-4/+4
2023-05-26Blesses UI tests, add known bug to typeid-equality-by-subtypingonestacked-4/+17
2023-05-17Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC-2/+82
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-2/+82
2023-05-12Note base types of coercionMichael Goulet-2/+2
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-382/+431
2023-05-05improve diagnostics and bless testsBoxy-382/+431
2023-05-05Stabilize const_ptr_readbors-1/+1
2023-05-04Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errorsMatthias Krüger-2/+20
2023-05-04check array type of repeat exprs is wfBoxy-2/+20
2023-05-04Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errorsMatthias Krüger-11/+13
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-0/+6
2023-05-02correctly recurse when expanding anon constsBoxy-11/+13
2023-05-02Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ...Dylan DPC-2/+15
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-1/+285
2023-05-01Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet-2/+15
2023-04-28fixup tests wrt new normalizationMaybe Waffle-1/+5
2023-04-27--bless `ConstParamTy` ui testsMaybe Waffle-3/+3
2023-04-27Add `ConstParamTy` testsMaybe Waffle-0/+198
2023-04-27Add a test for `[NotParam; 0]: ConstParamTy` (not holding)Maybe Waffle-0/+28
2023-04-27Add `!StructuralEq` test for `ConstParamTy`Maybe Waffle-0/+29
2023-04-27Rename/move a testMaybe Waffle-1/+1
2023-04-27Remove `feature(const_param_ty_trait)`, use `adt_const_params` insteadMaybe Waffle-2/+3
2023-04-27`derive(Eq)` in a testMaybe Waffle-2/+2
2023-04-27Add a `ConstParamTy` traitMaybe Waffle-0/+24
2023-04-25vars are ?Michael Goulet-8/+8
2023-04-16fix library and rustdoc testsDeadbeef-6/+8
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-5/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-4/+9
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+345
2023-04-07Add feature gatekadmin-10/+187
2023-04-07update tests/uiickk-1/+1
2023-04-04Add ability to transmute with generic constskadmin-0/+168
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-2/+18
2023-03-27Bless tidyMaybe Waffle-1/+1
2023-03-23Note type mismatch on ConstArgHasTypeMichael Goulet-1/+1
2023-03-23Refine error spans for const args in hir typeckMichael Goulet-6/+6
2023-03-23Rollup merge of #109380 - Randl:patch-1, r=oli-obkMatthias Krüger-0/+52
2023-03-21Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwUMatthias Krüger-0/+22
2023-03-20Add `known-bug` test for typeid unsoundness issueEvgenii Zheltonozhskii-0/+52
2023-03-19Only expect a GAT const argMichael Goulet-0/+29
2023-03-19Constrain const vars to error if const types are mismatchedMichael Goulet-0/+22
2023-03-18Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomezMatthias Krüger-17/+18
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-15/+19
2023-03-08Suppress copy impl error when post-normalized type references errorsMichael Goulet-0/+18
2023-03-07Error code E0794 for late-bound lifetime parameter error.Christopher Acosta-17/+18
2023-03-01Add regression test for #105821Yuki Okushi-0/+23
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-19/+19
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-5/+5