about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-12-26Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obkbors-17/+61
2019-12-25Auto merge of #66919 - dtolnay:description, r=KodrAusbors-1/+1
2019-12-25Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasperbors-0/+122
2019-12-25use error-patternRalf Jung-2/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-1/+1
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-3/+3
2019-12-24Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasperbors-6/+6
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-0/+122
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-3/+3
2019-12-24this has sysroot spans to let's ignore it the usual wayRalf Jung-3/+4
2019-12-24better variable namesRalf Jung-17/+17
2019-12-24add test for dropping in constRalf Jung-0/+43
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-56/+252
2019-12-23Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=CentrilMazdak Farrokhzad-42/+66
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-32/+32
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-23Refactor region error handling to be done by mirborrowckctxMark Mansi-6/+6
2019-12-22Remove mem::uninitalized from testsMark Rousskov-42/+66
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