about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-1/+62
2018-12-31Update tests after rebaseEsteban Küber-0/+4
2018-12-31Address review commentsEsteban Küber-7/+55
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-7/+35
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-1/+1
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-0/+25
2018-12-30Tweak E0308 error for clarityEsteban Küber-40/+37
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-115/+135
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-30Point at function name spanEsteban Küber-30/+71
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-121/+83
2018-12-30Remove unused nll debug flagsMatthew Jasper-14/+9
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-25/+42
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-8/+8
2018-12-30Stop well-formedness checking unreachable code.David Wood-29/+33
2018-12-30Fix unresolved inference variable ICE.David Wood-1/+34
2018-12-30Add explicit error annotations to test.David Wood-1/+3
2018-12-30Support user type annotations in `ref` bindings.David Wood-0/+19
2018-12-30Type annotations in associated constant patterns.David Wood-0/+47
2018-12-30Add test for unreachable well-formedness.David Wood-0/+18
2018-12-30Always check well-formedness.David Wood-8/+21
2018-12-30Refactor `UserTypeAnnotation`.David Wood-11/+11
2018-12-30Auto merge of #57158 - estebank:as-ref, r=zackmdavisbors-47/+91
2018-12-30Auto merge of #57185 - petrochenkov:impice4, r=estebankbors-26/+29
2018-12-29Do not complain about missing crate named as a keywordEsteban Küber-0/+25
2018-12-29Auto merge of #56843 - csmoe:non-copy, r=davidtwcobors-48/+65
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-25/+42
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-311/+788
2018-12-29Auto merge of #57197 - kennytm:rollup, r=kennytmbors-20/+20
2018-12-29resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov-23/+15
2018-12-29Auto merge of #57181 - petrochenkov:impice3, r=estebankbors-0/+12
2018-12-29Rollup merge of #57159 - ids1024:closed-issue, r=Centrilkennytm-20/+20
2018-12-29Auto merge of #57160 - petrochenkov:impice2, r=estebankbors-0/+33
2018-12-29update tests line numbersMatthias Krüger-13/+13
2018-12-29Auto merge of #57140 - estebank:str-err, r=varkorbors-31/+49
2018-12-29Fixed stderr files for ui tests.Alexander Regueiro-12/+3
2018-12-29add non-copy note to stderrcsmoe-45/+62
2018-12-29resolve: Never override real bindings with `Def::Err`s from error recoveryVadim Petrochenkov-26/+29
2018-12-29resolve: Fix another ICE in import validationVadim Petrochenkov-0/+12
2018-12-28remove remaining copyright headersMatthias Krüger-38/+0
2018-12-28Add specific diagnostic for transmuting between equal associated typesvarkor-0/+20
2018-12-28Clarify wording of E0512varkor-113/+113
2018-12-28Suggest `.as_ref()` when appropriate for `Option` and `Result`Esteban Küber-47/+91
2018-12-28Update src/test/ui/consts/const-nonzero.rsOliver Scherer-1/+1
2018-12-28Make the getter for NonZero types into a const fndylan_DPC-0/+9
2018-12-28Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnaybors-0/+113
2018-12-28resolve: Fix an ICE in import validationVadim Petrochenkov-0/+33
2018-12-27Update references to closed issueIan Douglas Scott-20/+20
2018-12-27Auto merge of #56999 - petrochenkov:macrecov2, r=estebankbors-237/+573