summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-08-14prohibit splitting literal patternsAriel Ben-Yehuda-0/+46
2016-08-08Avoid writing a temporary closure kindNiko Matsakis-0/+32
2016-08-01Add regression testJeffrey Seyfried-1/+7
2016-07-21Backport fix for #34209 to betaVadim Petrochenkov-0/+23
2016-07-05Try to fix a test on betaAlex Crichton-1/+0
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-3/+2
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-3/+2
2016-07-02Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisabors-0/+24
2016-07-02Auto merge of #34443 - eddyb:sized-matters, r=arielb1bors-0/+37
2016-07-02Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichtonbors-8/+8
2016-07-02fix test falloutAriel Ben-Yehuda-8/+8
2016-07-02Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturnerManish Goregaokar-24/+25
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+24
2016-06-29Fix testsggomez-24/+25
2016-06-29Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrcManish Goregaokar-0/+28
2016-06-29Rollup merge of #34497 - oli-obk:double_negation, r=eddybManish Goregaokar-0/+1
2016-06-29Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddybManish Goregaokar-3/+3
2016-06-29Disallow `derive` on items with type macrosJeffrey Seyfried-6/+6
2016-06-29Add regression testJeffrey Seyfried-0/+28
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-4/+35
2016-06-27Revert "skip double negation in const eval"Oliver Schneider-0/+1
2016-06-27Auto merge of #34453 - frewsxcv:regress, r=sanxiynbors-0/+18
2016-06-27Add regression testJeffrey Seyfried-3/+3
2016-06-26Auto merge of #34491 - eddyb:return-in-peace, r=nagisabors-24/+0
2016-06-27Remove the return_address intrinsic.Eduard Burtescu-24/+0
2016-06-26Disallow constants and statics from having unsized types.Eduard Burtescu-0/+37
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-0/+31
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-3/+3
2016-06-25Rollup merge of #34368 - petrochenkov:astqpath, r=ManishearthJeffrey Seyfried-1/+1
2016-06-25Add regression test for #24424.Corey Farwell-0/+18
2016-06-24Add regression testJeffrey Seyfried-0/+34
2016-06-23Add regression testJeffrey Seyfried-0/+31
2016-06-23Fix touchy test to work with old and new error formatJonathan Turner-3/+3
2016-06-23Address more travis errorsJonathan Turner-3/+3
2016-06-22Rollup merge of #34367 - Stebalien:issue-23281, r=sfacklerManish Goregaokar-0/+20
2016-06-20trans: generalize immediate temporaries to all MIR locals.Eduard Burtescu-0/+3
2016-06-20Merge PatKind::QPath into PatKind::Path in ASTVadim Petrochenkov-1/+1
2016-06-20Add regression test for #23281Steven Allen-0/+20
2016-06-19Auto merge of #34348 - dsprenkels:issue-34194-test, r=alexcrichtonbors-0/+21
2016-06-18Add test case for #22434Steven Allen-0/+18
2016-06-18Add regression test for #34194Daan Sprenkels-0/+21
2016-06-18Fix ICE in memory categorization of tuple patternsVadim Petrochenkov-0/+15
2016-06-16Auto merge of #34296 - dsprenkels:issue-23122-tests, r=alexcrichtonbors-0/+44
2016-06-16Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrcbors-0/+32
2016-06-16Auto merge of #34216 - jseyfried:nested_cfg_attr, r=nrcbors-0/+14
2016-06-16Add regression tests for #23122Daan Sprenkels-0/+44
2016-06-15Auto merge of #34000 - estebank:missingargs, r=jseyfriedbors-1/+16
2016-06-15Show types of all args when missing argsEsteban Küber-1/+16
2016-06-15Auto merge of #34180 - durka:patch-24, r=brsonbors-0/+206
2016-06-13Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrcbors-11/+29