about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2023-07-14Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillotbors-22/+20
2023-07-11typeck in parallelSparrowLii-22/+20
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-3/+3
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-15/+15
2023-07-04implement `ConstEvaluatable` goals in new solverlcnr-1/+13
2023-06-29Fix type privacy lints error messageBryanskiy-4/+4
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-1/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-15/+15
2023-06-25Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8KiGuillaume Gomez-0/+87
2023-06-24Add a regression test for #96699Yuki Okushi-0/+87
2023-06-24Add a regression test for #109141Yuki Okushi-0/+39
2023-06-19Don't ICE on unnormalized struct tail in layout computationMichael Goulet-4/+4
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov-1/+1
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-2/+2
2023-06-14Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naberMatthias Krüger-6/+6
2023-06-14Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-deadMatthias Krüger-0/+19
2023-06-13Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstriebbors-2/+2
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-2/+2
2023-06-12Private-in-public lints implementationBryanskiy-2/+26
2023-06-11Fix the overflow issue for transmute_generic_constsyukang-0/+19
2023-06-11properly check associated consts for infer placeholdersMichael Goulet-6/+6
2023-06-08add a test for #105709Takayuki Maeda-0/+9
2023-06-06remove `has_error_field` helper methodlcnr-25/+4
2023-06-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-83/+227
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-80/+209
2023-06-01Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait tooMichael Goulet-3/+18
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-2/+2
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-2/+11
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