about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-24Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPCMazdak Farrokhzad-9/+13
2019-12-24Rollup merge of #67543 - JohnTitor:regression-tests, r=CentrilMazdak Farrokhzad-0/+89
2019-12-24Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJungMazdak Farrokhzad-5/+235
2019-12-23Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelixbors-77/+2215
2019-12-23Bless testsOliver Scherer-1/+1
2019-12-24Apply suggestion from CentrilYuki Okushi-1/+1
2019-12-24Add test for issue-67424Yuki Okushi-0/+33
2019-12-23Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkorMazdak Farrokhzad-0/+9
2019-12-23Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=CentrilMazdak Farrokhzad-58/+254
2019-12-23Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=CentrilMazdak Farrokhzad-48/+81
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+5
2019-12-23Show `const_err` lintsOliver Scherer-8/+45
2019-12-23Constants reading or referencing statics is illegalOliver Scherer-5/+5
2019-12-23Dynamically prevent constants from accessing staticsOliver Scherer-5/+154
2019-12-23Panic on mutable allocs in constantsOliver Scherer-0/+44
2019-12-23Remove `bindings_after_at` from `INCOMPLETE_FEATURES`.Mazdak Farrokhzad-295/+153
2019-12-23Test that nested type ascription is banned.Mazdak Farrokhzad-0/+69
2019-12-23Test that `_ @ subpat` is syntactically rejected.Mazdak Farrokhzad-0/+59
2019-12-23harden & split borrowck-pat-at-and-boxMazdak Farrokhzad-62/+139
2019-12-23enhance borrowck-pat-by-copy-bindings-in-atMazdak Farrokhzad-0/+7
2019-12-23clarify bind-by-move-neither-can-livee..Mazdak Farrokhzad-4/+72
2019-12-23bindings_after_at: harden tests wrt. contexts & slice_patternsMazdak Farrokhzad-108/+477
2019-12-23bindings_after_at: harden tests wrt. promotionMazdak Farrokhzad-93/+235
2019-12-23--bless bindings-after-at testsMazdak Farrokhzad-66/+497
2019-12-23check_legality_of_move_bindings: generalize diagnostics & add commentsMazdak Farrokhzad-19/+20
2019-12-23Introduce `#![feature(bindings_after_at)]`.Mazdak Farrokhzad-76/+1133
2019-12-23Yield is an expression form, not a statement.Donough Liu-9/+13
2019-12-23Add new folder for destructuring assignment testsvarkor-20/+20
2019-12-23Add span information to `ExprKind::Assign`varkor-34/+34
2019-12-23Recognise nested tuples/arrays/structsvarkor-1/+16
2019-12-23Add note about destructuring assignmentsvarkor-0/+135
2019-12-23Improve invalid assignment errorvarkor-41/+83
2019-12-23Add the full issue reference to equality constraints in `where` clausesvarkor-4/+8
2019-12-22Remove mem::uninitalized from testsMark Rousskov-48/+81
2019-12-22Change bound order in rustfmt testMark Rousskov-2/+2
2019-12-23Fix ICE in mir interpretationOliver Scherer-0/+9
2019-12-22test falloutMark Rousskov-9/+9
2019-12-23Add test for issue-66270Yuki Okushi-0/+22
2019-12-23Add test for issue-66205Yuki Okushi-0/+10
2019-12-23Add test for issue-61747Yuki Okushi-0/+24
2019-12-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-263/+381
2019-12-22Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=CentrilMazdak Farrokhzad-15/+113
2019-12-22Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=CentrilMazdak Farrokhzad-212/+212
2019-12-22Rollup merge of #67148 - Centril:ty-polish, r=estebankMazdak Farrokhzad-36/+56
2019-12-22Auto merge of #66932 - rust-lang:pass-check-runfail, r=petrochenkovbors-341/+467
2019-12-22Tweak non_shorthand_field_patterns' suggestionYuki Okushi-15/+113
2019-12-21add build-fail to 32-bit testsMazdak Farrokhzad-2/+4
2019-12-21fix rebase falloutMazdak Farrokhzad-8/+9
2019-12-21refactor & address review commentsMazdak Farrokhzad-13/+5
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-327/+458