about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-10-06Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar-0/+29
2021-10-06testEllen-0/+29
2021-10-05Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwUManish Goregaokar-9/+17
2021-10-04Move generic error message to separate brancheskadmin-9/+17
2021-10-01Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebankManish Goregaokar-0/+137
2021-09-28feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's...Michael Howell-42/+6
2021-09-28Improve error messages for bad type constraintsMichael Howell-19/+14
2021-09-28Use less verbose syntax for error annotationsMichael Howell-4/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-17Apply review commentsYuki Okushi-4/+6
2021-09-17Recover invalid assoc type bounds using `==`Yuki Okushi-0/+40
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-1/+3
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-0/+178
2021-09-16fix rebaseEsteban Kuber-1/+3
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-2/+2
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-22/+77
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-1/+6
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+3
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-1/+6
2021-09-09CI pleaseEllen-0/+1
2021-09-09resolve `from_hir_call` FIXMEEllen-1/+24
2021-09-09add a `CastKind` to `Node::Cast`Ellen-0/+21
2021-09-09bless stderrEllen-13/+8
2021-09-09dont support blocksEllen-9/+3
2021-09-06Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnrRyan Levick-0/+203
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-6/+6
2021-09-02tidyEllen-2/+2
2021-09-02E-not-needs-testEllen-0/+203
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-12Use smaller spans for some structured suggestionsEsteban Kuber-2/+2
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