summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-6/+6
2021-09-02Rollup merge of #88592 - b-naber:region_substs, r=oli-obkMara Bos-0/+26
2021-09-02add testb-naber-0/+26
2021-09-01Stop sorting bodies by span.Camille GILLOT-6/+6
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-83/+83
2021-08-30allow unordered const/ty params if any cg feature is activelcnr-2/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2743/+803
2021-08-30remove lazy_normalization_constsEllen-0/+36
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-155/+119
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-1/+0
2021-08-16Use note to point at bound introducing requirementEsteban Küber-100/+140
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-101/+80
2021-08-11Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obkYuki Okushi-0/+24
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-07fmtEllen-1/+1
2021-08-07less opt in const param ofEllen-0/+24
2021-08-06uwuEllen-1/+1
2021-08-06*sprinkles some dust everywhere*Ellen-1/+2
2021-08-06encode `generics_of` of fields and ty paramsEllen-0/+80
2021-08-04dropckEllen-0/+16
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-5/+5
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-4/+2
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+2
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+13
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-23/+13
2021-07-26Actually infer args in visitorskadmin-1/+2
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-9/+9
2021-07-25Bless tests.Camille GILLOT-9/+9
2021-07-25Add generic arg inferkadmin-22/+11
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-0/+96
2021-07-24Rollup merge of #87266 - hellow554:issue87076, r=Mark-SimulacrumYuki Okushi-0/+20
2021-07-20Support HIR wf checking for function signaturesAaron Hill-2/+2
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-15/+24
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-15/+24
2021-07-19move const-generic issues into seperate directoryMarcel Hellwig-0/+0
2021-07-19add testcase for 87076Marcel Hellwig-0/+20
2021-07-18Rollup merge of #86843 - FabianWolff:issue-86820, r=lcnrYuki Okushi-0/+40
2021-07-16Check that const parameters of trait methods have compatible typesFabian Wolff-0/+40
2021-07-14OOPSEllen-9/+9
2021-07-14Change type param -> generic paramEllen-0/+37
2021-07-10redo testsEllen-31/+96
2021-07-10Moves changes to explicit_preds_of/inferred_outlives_of/generics_ofEllen-1/+10
2021-07-10Dont provide all parent generics to cgdefaultsEllen-0/+22
2021-07-08only check cg defaults wf once instantiatedlcnr-23/+10
2021-07-03Fix const-generics ICE related to bindingYuki Okushi-0/+142
2021-06-29Bless UI testsFabian Wolff-0/+2
2021-06-25Address PR feedbackRyan Levick-2/+2
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-2/+2
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-2/+2