about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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-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-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-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-256/+374
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-205/+205
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
2019-12-21span_suggestion_hidden -> tool_only_span_suggestionMazdak Farrokhzad-18/+0
2019-12-21parse_generic_bounds: account for negative lifetime boundsMazdak Farrokhzad-29/+67
2019-12-21parse_ty_common: .fatal -> .struct_span_errMazdak Farrokhzad-1/+1
2019-12-21Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakisMazdak Farrokhzad-546/+760
2019-12-21Rollup merge of #67467 - matthewjasper:test-slice-patterns, r=oli-obkMazdak Farrokhzad-0/+678
2019-12-21Rollup merge of #67059 - TommasoBianchi:dropck_fix_pr, r=pnkfelixMazdak Farrokhzad-0/+88
2019-12-21Update tests for GATsMatthew Jasper-546/+760
2019-12-21Add more tests for slice patternsMatthew Jasper-0/+678
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-205/+205
2019-12-21Auto merge of #66994 - Centril:stmt-polish, r=estebankbors-59/+794
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-0/+5
2019-12-20tweak var/auto/mut recoveryMazdak Farrokhzad-24/+32
2019-12-20use .span_suggestion_short for &&Mazdak Farrokhzad-8/+8
2019-12-20ast_stmt_expr_attr -> pretty & ui testsMazdak Farrokhzad-0/+517
2019-12-20recover `#[attr] if expr {}`Mazdak Farrokhzad-0/+44
2019-12-20recover on 'mut', 'var', 'auto'Mazdak Farrokhzad-0/+80
2019-12-20recover on 'do catch { .. }'Mazdak Farrokhzad-5/+19
2019-12-20add recovery to parse_labeled_exprMazdak Farrokhzad-0/+22
2019-12-20Add a UI test for correct parsingA C-0/+32
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-54/+72
2019-12-20Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakisMazdak Farrokhzad-0/+57
2019-12-20Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-SimulacrumMazdak Farrokhzad-10/+10
2019-12-20Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebankMazdak Farrokhzad-5/+49
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-75/+631
2019-12-20Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obkMazdak Farrokhzad-194/+635
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-24/+24
2019-12-20Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplettMazdak Farrokhzad-0/+24