about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-8/+12
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2021-01-01update `min_const_generics` tests using default values for const paramsRémy Rakic-8/+12
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-0/+76
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-10/+10
2020-12-31support pattern as const parents in type_ofBastian Kauschke-0/+76
2020-12-30Take type defaults into account in suggestions to reorder generic parametersmax-heller-10/+10
2020-12-30Add regression test for #80062LeSeulArtichaut-0/+21
2020-12-27Add regression test for #80375LeSeulArtichaut-0/+15
2020-12-26update testsBastian Kauschke-661/+423
2020-12-26delete no longer relevant testsBastian Kauschke-72/+0
2020-12-20Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obkbors-0/+32
2020-12-05Const parameters can not be inferred with `_`Ethan Brierley-0/+21
2020-12-02const_evaluatable_checked: fix occurs checkBastian Kauschke-0/+32
2020-12-02add comment and bless some testsVishnunarayan K I-10/+2
2020-11-29Update tests to remove old numeric constantsbstrie-17/+17
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-5/+5
2020-11-26Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkorJonas Schievink-3/+83
2020-11-24Swap note for helpmendess-111/+111
2020-11-24Requested changesmendess-40/+58
2020-11-24Add note to use nightly when using expr in const genericsmendess-0/+40
2020-11-21Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieubors-4/+6
2020-11-18Use `Cell` instead of `Vec` in const-generics testTim Diekmann-4/+6
2020-11-18Suggest turbofish for uninferred const argumentJustus K-3/+83
2020-11-18Add tests for multi-segment paths in const generic argumentsvarkor-12/+49
2020-11-18Permit standalone generic parameters as const generic arguments in macrosvarkor-25/+3
2020-11-17extend macro braces testBastian Kauschke-2/+44
2020-11-16Rollup merge of #79032 - lcnr:arg-count, r=varkorMara Bos-141/+95
2020-11-16improve error message for const ty param mismatchBastian Kauschke-141/+95
2020-11-14Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obkbors-19/+4
2020-11-13lessen restriction in `check_kind_count`Bastian Kauschke-4/+4
2020-11-13Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJungGuillaume Gomez-0/+11
2020-11-12Rollup merge of #78987 - lcnr:integer-sizes, r=varkorMara Bos-5/+94
2020-11-12cg: add explicit test for const param promotionBastian Kauschke-0/+11
2020-11-12check mir exists before validation; fix testsVishnunarayan K I-19/+4
2020-11-12extend min_const_generics param ty testsBastian Kauschke-5/+94
2020-11-12Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnrGuillaume Gomez-0/+28
2020-11-12Rollup merge of #78916 - lcnr:const-generics-tests, r=varkorGuillaume Gomez-0/+954
2020-11-11default_trait_paramEthan Brierley-0/+14
2020-11-11Add test `default_function_param`Ethan Brierley-0/+14
2020-11-11Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obkJonas Schievink-0/+61
2020-11-10add cross crate testBastian Kauschke-0/+47
2020-11-10add test for where clauses mentioning const paramsBastian Kauschke-0/+35
2020-11-10const param in asyncBastian Kauschke-0/+35
2020-11-10try referencing outer paramsBastian Kauschke-0/+247
2020-11-10exhaustively enumerate all values of a const paramBastian Kauschke-0/+310
2020-11-10add associated type bounds testBastian Kauschke-0/+71
2020-11-10add macro_rules test regarding bracesBastian Kauschke-0/+149
2020-11-10Add macro test for min-const-genericskadmin-0/+212
2020-11-10add generic param mismatch testBastian Kauschke-0/+38