summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-21/+75
2016-05-04Add regression test for #32797 (fixes #32797)Jeffrey Seyfried-0/+21
2016-05-04Add testJeffrey Seyfried-0/+26
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-12/+5
2016-04-12Fix beta branchBrian Anderson-2/+0
2016-04-11Auto merge of #32850 - jseyfried:add_tests, r=alexcrichtonbors-0/+57
2016-04-09Add regression test for #26930Jeffrey Seyfried-0/+20
2016-04-09Add regression test for #24883Jeffrey Seyfried-0/+28
2016-04-09Add regression test for #22146Jeffrey Seyfried-0/+9
2016-04-08Blacklist fn item types from being used with variadic functions.Eduard Burtescu-6/+28
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-7/+7
2016-04-07Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddybManish Goregaokar-30/+7
2016-04-07Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakisManish Goregaokar-0/+55
2016-04-07Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakisbors-364/+409
2016-04-07test the substs ppaux code both with and without -Z verboseAriel Ben-Yehuda-47/+61
2016-04-07Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddybbors-0/+44
2016-04-07Fix fallout in testsJeffrey Seyfried-30/+7
2016-04-07Add test for #30079Jeffrey Seyfried-0/+55
2016-04-06Fix LLVM assert when handling bad intrinsic monomorphizationsAmanieu d'Antras-0/+44
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-7/+7
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-200/+247
2016-04-05remove obsolete testsAriel Ben-Yehuda-82/+0
2016-04-05improve error messageAriel Ben-Yehuda-16/+16
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-274/+340
2016-04-05Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisaManish Goregaokar-0/+25
2016-04-05Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisaManish Goregaokar-0/+23
2016-04-05Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfriedManish Goregaokar-0/+22
2016-04-05Fixes bug which accepting using `super` in use statemet.vlastachu-0/+22
2016-04-04Auto merge of #32328 - jseyfried:coherence, r=nikomatsakisbors-6/+11
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-0/+117
2016-04-04Auto merge of #32582 - nikomatsakis:issue-32326, r=aturonbors-5/+57
2016-04-04add error code to testNiko Matsakis-1/+1
2016-04-04fix corner case around top of stackNiko Matsakis-0/+32
2016-04-04process cycles as soon as they are detectedNiko Matsakis-5/+25
2016-04-04Beef up testJonas Schievink-0/+6
2016-04-03Add compile-fail testAmanieu d'Antras-0/+117
2016-04-03Autoderef when suggesting to call `(self.field)`Jonas Schievink-0/+25
2016-04-03Fix "consider removing this semicolon" helpJonas Schievink-0/+17
2016-04-03check constants even if they are unused in the current crateOliver Schneider-11/+31
2016-03-31Auto merge of #32506 - petrochenkov:use, r=Manishearthbors-5/+5
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-20/+53
2016-03-31syntax: Extra diagnostics for `_` used in an identifier positionVadim Petrochenkov-5/+5
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-247/+247
2016-03-30Detect cycles that include renamed importsJeffrey Seyfried-0/+7
2016-03-31Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrcManish Goregaokar-0/+16
2016-03-30Fix fallout in testsJeffrey Seyfried-247/+247
2016-03-30Improve testsJeffrey Seyfried-50/+5
2016-03-30privacy: Cleanup check_fieldVadim Petrochenkov-18/+18
2016-03-30Add tests for #12808 and #22684Jeffrey Seyfried-0/+77
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+2