about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-03-12Auto merge of #40446 - arielb1:rollup, r=alexcrichtonbors-33/+235
2017-03-11Auto merge of #40220 - jseyfried:ast_macro_def, r=nrcbors-0/+1
2017-03-11Rollup merge of #40404 - cengizIO:master, r=nikomatsakisAriel Ben-Yehuda-0/+38
2017-03-11Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichtonAriel Ben-Yehuda-17/+22
2017-03-11Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1Ariel Ben-Yehuda-2/+43
2017-03-11Rollup merge of #40372 - nagisa:never-drop, r=eddybAriel Ben-Yehuda-1/+0
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-13/+132
2017-03-10Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrcAlex Crichton-0/+19
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-0/+27
2017-03-10Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakisAlex Crichton-78/+0
2017-03-10Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelixAlex Crichton-0/+27
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+19
2017-03-10Fix incorrect span label formattingEsteban Küber-0/+27
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-78/+0
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-0/+1
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-0/+116
2017-03-10move related tests to type-check ui test directoryCengiz Can-0/+0
2017-03-10fix #40294 obligation cause.body_id is not always a NodeExprCengiz Can-0/+38
2017-03-09update gdbr testsTim Neumann-17/+22
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-13/+61
2017-03-09Do not bother creating StorageLive for TyNeverSimonas Kazlauskas-1/+0
2017-03-08fix UB in repr(packed) testsTim Neumann-2/+43
2017-03-08Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichtonAriel Ben-Yehuda-0/+130
2017-03-08Rollup merge of #40279 - gibfahn:test-unwind, r=est31Ariel Ben-Yehuda-0/+72
2017-03-08Disallow subtyping between T and U in T: Unsize<U>.Eduard-Mihai Burtescu-0/+71
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-9/+77
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+130
2017-03-06Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkovbors-0/+24
2017-03-06Auto merge of #40276 - topecongiro:add-test, r=petrochenkovbors-0/+118
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+118
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-9/+77
2017-03-06Fix ICE: don't use `struct_variant` on enumsEsteban Küber-0/+34
2017-03-05Fix const expression macro invocations.Jeffrey Seyfried-0/+24
2017-03-05Add compile-fail test for cfg_target_thread_localGibson Fahnestock-0/+44
2017-03-05Add compile-fail test for unwind_attributesGibson Fahnestock-0/+28
2017-03-05Add compile fail test for stmt_expr_attributestopecongiro-0/+14
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-0/+0
2017-03-04run-make on MSVC: Do not generate object files in the source directoryVadim Petrochenkov-1/+1
2017-03-04Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkovbors-0/+16
2017-03-04Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrcbors-9/+9
2017-03-04Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakisbors-0/+96
2017-03-03Fix missing WhileLet pattern scopeTaylor Cramer-0/+16
2017-03-03Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichtonbors-0/+23
2017-03-03Auto merge of #40133 - arielb1:operand-lifetimes, r=eddybbors-10/+200
2017-03-03work around LLVM PR#32123Ariel Ben-Yehuda-1/+2
2017-03-03fix codegen testAriel Ben-Yehuda-5/+3
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-7/+156
2017-03-03Auto merge of #40178 - arielb1:provide-destructors, r=eddybbors-0/+23
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-9/+9
2017-03-02Add compile fail test for SIMDDaniel Xu-0/+23