summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-04Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrcbors-11/+31
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-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-0/+53
2016-04-03check constants even if they are unused in the current crateOliver Schneider-11/+31
2016-04-02Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddybbors-0/+60
2016-04-03Add run-make test for stable symbol-name generation.Michael Woerister-0/+60
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-0/+44
2016-04-02Make the rendering process less pass-awaremitaa-0/+69
2016-04-02Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichtonbors-8/+27
2016-03-31Auto merge of #32506 - petrochenkov:use, r=Manishearthbors-7/+28
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-8/+27
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-23/+114
2016-03-31Only allow using the atomic intrinsics on integer typesAmanieu d'Antras-9/+1
2016-03-31syntax: Extra diagnostics for `_` used in an identifier positionVadim Petrochenkov-7/+28
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-285/+285
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-11/+31
2016-03-30Fix fallout in testsJeffrey Seyfried-285/+285
2016-03-30Improve testsJeffrey Seyfried-15/+30
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-4/+3
2016-03-30fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-11/+31
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-1/+1
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-2/+2
2016-03-30Add a testJames Miller-0/+53
2016-03-29Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichtonbors-1/+1
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-0/+88
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-1/+1
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+88
2016-03-28Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakisbors-5/+21
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-0/+44
2016-03-28Auto merge of #32267 - durka:inclusive-range-error, r=nrcbors-2/+32
2016-03-27Remove the test for #32089; it is subsumed by the test for #32119Jeffrey Seyfried-23/+0
2016-03-27Add test for #32119Jeffrey Seyfried-0/+21
2016-03-27Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=alexcrichtonbors-1/+1
2016-03-27Type macro is tracked at rust-lang/rust#27245, not 27336NODA, Kai-1/+1
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
2016-03-26Auto merge of #32513 - japaric:try-test, r=alexcrichtonbors-1/+58
2016-03-27Load struct-variant data correctly from metadatamitaa-0/+2
2016-03-27Linkify associated types and constantsmitaa-1/+4
2016-03-27Correct anchor for links to associated trait itemsmitaa-0/+39
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-3/+3