about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-1/+48
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-12/+12
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-315/+946
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-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-0/+16
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-158/+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-219/+579
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-27/+12
2018-12-28Add test demonstrating disintegration of `$crate` into `$` and `crate`Vadim Petrochenkov-0/+128
2018-12-27Set a `def_id` in `ParamEnv` only with `-Z chalk`scalexm-2/+2
2018-12-27Add testsscalexm-0/+278
2018-12-27Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakisbors-0/+34
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-130/+136
2018-12-27Address review comments and CI failuresVadim Petrochenkov-29/+5
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-44/+30
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-11/+2
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-87/+488
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-7/+34
2018-12-27Auto merge of #57133 - SimonSapin:zero, r=oli-obkbors-2/+0
2018-12-27retrieve ty info from place_tycsmoe-5/+5
2018-12-26Add span label to unused string formatting argumentEsteban Küber-30/+40
2018-12-26Point at correct span for arguments in format stringsEsteban Küber-1/+9
2018-12-26Various changes to string format diagnosticsEsteban Küber-10/+240