about summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-982/+0
2022-12-16remove unused stderr filesTakayuki Maeda-8/+0
2022-12-06Rollup merge of #105338 - estebank:other-impls, r=compiler-errorsYuki Okushi-6/+2
2022-12-05Tweak "the following other types implement trait"Esteban Küber-6/+2
2022-12-03Skip recording resolution for duplicated generic params.Camille GILLOT-0/+15
2022-09-09reviewlcnr-6/+6
2022-09-08update ui testslcnr-6/+6
2022-08-24Call them constants instead of typesMichael Goulet-4/+4
2022-08-21Rework point-at-argMichael Goulet-6/+2
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-66/+72
2022-06-28Note concrete type being coerced into objectMichael Goulet-2/+2
2022-06-21Point at return expression for RPIT-related errorMichael Goulet-0/+9
2022-06-08dedup diagnostics default params handlinglcnr-10/+10
2022-06-02add new `emit_inference_failure_err`lcnr-4/+7
2022-05-06wording tweaksEllen-11/+11
2022-05-05 make `compare_generic_param_kinds` errors consistentEllen-24/+69
2022-05-05exit out of `compare_number_of_generics` earlyEllen-29/+16
2022-05-05 handle mismatched generic parameter kindsEllen-0/+77
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-49/+3
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-2/+2
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-3/+3
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-2/+2
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-3/+3
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-12/+6
2022-04-04diagnostics: use correct span for const genericsMichael Howell-2/+2
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-13/+60
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-12/+12
2022-02-16allow special behavior when printing const inferlcnr-2/+2
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-0/+2
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-12/+12
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-12/+12
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-1/+1
2021-12-14testEllen-0/+25
2021-12-10update testsEllen-117/+36
2021-12-07Refer to const params as "const params" and not "type params"Esteban Kuber-1/+1
2021-12-07Refer to uninferred `const` params by their name, instead of `{ _: _ }`Esteban Kuber-1/+1
2021-12-07Only shown relevant type params in E0283 labelEsteban Kuber-1/+1
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-10-21*dust dust*Ellen-2/+2
2021-10-20OrderingEllen-1/+10
2021-10-20add fixmeEllen-1/+1
2021-10-20InferenceEllen-0/+26
2021-10-20WfnessEllen-0/+59
2021-10-20Return pos impl traitEllen-0/+94
2021-10-20Trait objectsEllen-0/+104
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-139/+28
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-5/+5
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-1/+0
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-0/+96