about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-31const stabilizations: adjust run-pass tests.Mazdak Farrokhzad-6/+0
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-25/+42
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-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-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-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-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-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
2018-12-26Changed resolution of enum variants to low priority.Alexander Regueiro-2/+2
2018-12-26Fixed ICE when type arguments are specified on `Self` type.Alexander Regueiro-28/+56
2018-12-26Fixed type inference for tuple struct variants.Alexander Regueiro-14/+5
2018-12-26Fixed handling of unit variants of aliased enums in type NS.Alexander Regueiro-159/+66
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-274/+301
2018-12-26Fixed several ICEs.Alexander Regueiro-0/+29
2018-12-26Expanded tests for enum variants with generic args.Alexander Regueiro-139/+419
2018-12-26Added tests for enums & enum aliases with various combinations of generic args.Alexander Regueiro-0/+139
2018-12-26Fixed issues raised in first review.Alexander Regueiro-46/+4
2018-12-26Fixed more tests.Alexander Regueiro-90/+164