about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-26remove feature(nll) from #45157 test.Mazdak Farrokhzad-30/+1
2019-09-26add test for #53432.Mazdak Farrokhzad-0/+22
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-1174/+104
2019-09-26Auto merge of #64513 - varkor:sty-begone, r=eddybbors-8/+8
2019-09-25Add test case for issue #64732Haoran Wang-0/+31
2019-09-25Fix format macro expansions spans to be macro-generatedStephen Crane-6/+3
2019-09-25Fix falloutvarkor-2/+2
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-1/+0
2019-09-25address rebase damageAriel Ben-Yehuda-2/+2
2019-09-25Rename surviving uses of `sty`varkor-6/+6
2019-09-25update ui testsGuillaume Gomez-4/+9
2019-09-25Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obkMazdak Farrokhzad-0/+53
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-10/+13
2019-09-25Remove fail testsgnzlbg-201/+0
2019-09-25Clean testsgnzlbg-11/+31
2019-09-25Test errorsgnzlbg-60/+181
2019-09-25Update ui testsGuillaume Gomez-3/+30
2019-09-25Refactorgnzlbg-0/+24
2019-09-25Allow simd_insert and simd_extract in const_fngnzlbg-290/+2
2019-09-25Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-SimulacrumMazdak Farrokhzad-2/+0
2019-09-25Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram...Mazdak Farrokhzad-107/+173
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+19
2019-09-25Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=CentrilMazdak Farrokhzad-10/+9
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-8/+61
2019-09-24Don't emit explain with json short messages.Eric Huss-2/+0
2019-09-24More path name fixesGeorg Semmler-2/+2
2019-09-24Rollup merge of #64748 - Centril:fix-64744, r=estebankMazdak Farrokhzad-2/+16
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-0/+84
2019-09-24Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obkMazdak Farrokhzad-1/+2
2019-09-24Fix #64744 -- handle zero sub-pats case.Mazdak Farrokhzad-2/+16
2019-09-24Add additional tests for type alias impl trait coherenceAaron Hill-0/+71
2019-09-24fix rebaseEsteban Küber-1/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-107/+173
2019-09-24nit: update error text to cite tracking issueNiko Matsakis-1/+1
2019-09-24nit: update text to avoid "lattice specialization" termNiko Matsakis-5/+8
2019-09-24improve commentAriel Ben-Yehuda-4/+4
2019-09-24add test for lattice specializationAriel Ben-Yehuda-0/+56
2019-09-24add error message for caseAriel Ben-Yehuda-3/+7
2019-09-24improve and add testsAriel Ben-Yehuda-1/+85
2019-09-24reserve `impl<T> From<!> for T`Ariel Ben-Yehuda-0/+24
2019-09-24Fix coherence checking for impl trait in type aliasesAaron Hill-0/+49
2019-09-24Add some more testsgnzlbg-27/+296
2019-09-24Move tests to SIMD subdirectorygnzlbg-8/+8
2019-09-24Add a fail testgnzlbg-0/+36
2019-09-24Add const-eval support for SIMD types, insert, and extractgnzlbg-0/+72
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-17/+16
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-8/+61
2019-09-23Remove whitespace from testnameGeorg Semmler-0/+0
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-0/+84
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-6/+2