about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-28Fix tests broken by more consistent miri unleashed warningsDylan MacKenzie-242/+82
2019-09-28Add additional `const` testsDylan MacKenzie-0/+46
2019-09-28Silence "skipping const checks" if outside a const contextDylan MacKenzie-29/+3
2019-09-28Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebankMazdak Farrokhzad-3/+46
2019-09-28Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebankMazdak Farrokhzad-1/+15
2019-09-28Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkorMazdak Farrokhzad-51/+152
2019-09-28Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasperMazdak Farrokhzad-3/+0
2019-09-28Improve diagnostic for `let A = 0;`Mazdak Farrokhzad-3/+46
2019-09-27--bless --compare-mode=nllMazdak Farrokhzad-33/+0
2019-09-27Account for tail expressions when pointing at return typeEsteban Küber-3/+0
2019-09-27Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomezbors-0/+23
2019-09-27Auto merge of #64813 - varkor:node-to-kind, r=Centrilbors-6/+6
2019-09-27lowering: don't .abort_if_errors()Mazdak Farrokhzad-1/+15
2019-09-26Fix ui-fulldeps testsvarkor-2/+2
2019-09-26Fix AST JSON output testvarkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-51/+152
2019-09-26Rollup merge of #64812 - GuillaumeGomez:add-test-for-e0543, r=CentrilMazdak Farrokhzad-8/+18
2019-09-26Rollup merge of #64783 - onehr:onehrxn, r=varkorMazdak Farrokhzad-0/+31
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-1/+0
2019-09-26Rollup merge of #64221 - Centril:nll-no-migrate-2015, r=matthewjasperMazdak Farrokhzad-1329/+172
2019-09-26issue-#45696: remove ignore-compare-mode-nllMazdak Farrokhzad-10/+6
2019-09-26Add test for E0543Guillaume Gomez-8/+18
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-0/+171
2019-09-26issue-#45696-scribble...: remove outdated comment.Mazdak Farrokhzad-5/+3
2019-09-26rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr"Mazdak Farrokhzad-36/+0
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-81/+47
2019-09-26remove feature(nll) from #27868 test.Mazdak Farrokhzad-3/+1
2019-09-26remove feature(nll) from #31567 test.Mazdak Farrokhzad-3/+1
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 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-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-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