summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2022-02-16allow special behavior when printing const inferlcnr-4/+4
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-0/+2
2022-02-12ReblessDeadbeef-2/+5
2022-02-12Rebased and improved errorsDeadbeef-4/+20
2022-02-12bless youDeadbeef-3/+7
2022-02-11fix tests, add new tests checking borrowck CFTE ICEMichael Goulet-0/+15
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-12/+12
2022-02-10fix min_const_generics oversightlcnr-0/+29
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-12/+12
2022-02-05resolve lifetimes for const generic defaultsMichael Goulet-0/+36
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
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-21/+180
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-4/+40
2022-01-18generic_arg_infer: placeholder in signature errlcnr-21/+180
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-16/+52
2022-01-18Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnrMatthias Krüger-0/+27
2022-01-17Add term to ExistentialProjectionkadmin-4/+24
2022-01-17Use Term in ProjectionPredicatekadmin-16/+32
2022-01-17add and update testsb-naber-4/+40
2022-01-17Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...Matthias Krüger-12/+12
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-12/+12
2022-01-14fix bugEllen-11/+15
2022-01-12Add new tests, fix up old testsMichael Goulet-0/+27
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-0/+80
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-39/+3
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-39/+3
2021-12-23implement `generic_arg_infer` for array lengthslcnr-0/+80
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-23/+11
2021-12-14testEllen-0/+25
2021-12-13extra test for bug i foundEllen-0/+15
2021-12-13hurray for portable simd finding a nice test for this FIXMEEllen-0/+26
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-206/+46
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-2/+2
2021-12-11Tweak assoc type obligation spansEsteban Kuber-2/+2
2021-12-10Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jackh726Matthias Krüger-0/+387
2021-12-10update testsEllen-206/+46
2021-12-08add testsb-naber-0/+387
2021-12-08Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obkMatthias Krüger-0/+61
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-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-2/+2
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-1/+23
2021-12-05add test and bless existing onesb-naber-0/+61
2021-12-05bless testsb-naber-1/+1
2021-12-05add testb-naber-0/+22
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-3/+239
2021-12-04Lint bare traits in AstConv.Camille GILLOT-23/+11
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2