about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-10-07Upgrade to tracing 0.2.13Joshua Nelson-7/+0
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-0/+116
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-16/+26
2020-10-06Fix tests from rebaseMatthew Jasper-34/+32
2020-10-06Fix rebaseMatthew Jasper-1/+1
2020-10-06Don't immediately error for recursive projectionsMatthew Jasper-2/+2
2020-10-06Fix bootstrapMatthew Jasper-1/+1
2020-10-06Normalize projection bounds when considering candidatesMatthew Jasper-57/+44
2020-10-06Ensure that associated types for trait objects satisfy their boundsMatthew Jasper-5/+12
2020-10-06Check projections are well-formed when using projection candidatesMatthew Jasper-42/+0
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-139/+46
2020-10-04Rollup merge of #77368 - est31:apfloat_fix, r=varkorJonas Schievink-0/+24
2020-10-04Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPCYuki Okushi-0/+9
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-12/+4
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-11/+2
2020-10-01Add a regression test for issue-68951Yuki Okushi-0/+9
2020-09-30Backport LLVM apfloat commit to rustc_apfloatest31-0/+24
2020-09-30Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakisbors-8/+8
2020-09-29Bless testsDylan MacKenzie-11/+2
2020-09-29resolve: improve "try using the enum's variant"David Wood-0/+116
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-74/+74
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-5/+5
2020-09-28Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebankRalf Jung-0/+21
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-8/+8
2020-09-27Bless testsDylan MacKenzie-3/+3
2020-09-27Update tests with new feature gateDylan MacKenzie-2/+2
2020-09-27Fix ui test.Mara Bos-12/+4
2020-09-26Make invalid integer operation messages consistentvarkor-74/+74
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-2/+34
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-13/+13
2020-09-23Talk about unpredictable instead of "not deterministic"Oliver Scherer-4/+4
2020-09-22Fix dest prop miscompilation around referencesJonas Schievink-0/+16
2020-09-21Let user see the full type of type-length limit errorKornel LesiƄski-9/+17
2020-09-20Use precise errors during const to pat conversion instead of a catch-all on t...Oliver Scherer-0/+2
2020-09-20Lint on function pointers used in patternsOliver Scherer-2/+32
2020-09-20Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJungbors-26/+26
2020-09-19Rollup merge of #76749 - guswynn:hir_ranges, r=estebankRalf Jung-2/+29
2020-09-19Address review commentsOliver Scherer-26/+26
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-7/+11
2020-09-17Only visit types once when walking the type treeValerii Lashmanov-5/+9
2020-09-16comments and factor to own methodGus Wynn-2/+2
2020-09-16give better suggestion when matching a const rangeGus Wynn-2/+29
2020-09-14diag: improve closure/generic parameter mismatchDavid Wood-0/+21
2020-09-12Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...bors-1/+132
2020-09-12Auto merge of #76222 - guswynn:const_diag, r=estebankbors-0/+35
2020-09-11better diag when const ranges are used in patternsGus Wynn-0/+35
2020-09-11Auto merge of #76499 - guswynn:priv_des, r=petrochenkovbors-0/+72
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-0/+72
2020-09-10typeck/pat: inaccessible private fieldsDavid Wood-0/+60
2020-09-10typeck/expr: inaccessible private fieldsDavid Wood-0/+18