summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-11-07Auto merge of #78146 - Mark-Simulacrum:revert-76605, r=petrochenkovbors-0/+19
2020-11-06Tweak `if let` suggestion to be more liberal with suggestion and to not ICEEsteban Küber-0/+21
2020-11-06Do not ICE with TraitPredicates containing [type error]Esteban Küber-0/+59
2020-11-06Do not ICE on invalid inputEsteban Küber-0/+76
2020-11-06Revert "Promote missing_fragment_specifier to hard error"Mark Rousskov-0/+5
2020-11-06Revert "Move macro test to ui/macros"Mark Rousskov-0/+14
2020-11-05Add delay_span_bug to no longer ICEkadmin-0/+16
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-09-30Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakisbors-8/+8
2020-09-29Bless testsDylan MacKenzie-11/+2
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
2020-09-10Fix broken test on MSVCCaleb Zulawski-1/+0
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-3/+3
2020-09-08Update testsGuillaume Gomez-6/+9
2020-09-05Emit warnings for misplaced attributes used by some cratesCaleb Zulawski-17/+52
2020-09-05Check placement of more attributesCaleb Zulawski-1/+98
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-28/+28
2020-09-02pretty: trim paths of unique symbolsDan Aloni-487/+486
2020-09-01Clarify message about unresolved useKornel-3/+3
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-6/+6