about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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-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-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-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
2016-03-26syntax: Stop the bump loop for trait items at } and EOF.Eduard Burtescu-5/+21
2016-03-26Improve the error message for paths with too many initial `super`sJeffrey Seyfried-1/+1
2016-03-26add regression test for try!Jorge Aparicio-0/+57
2016-03-26fix ? expansion in commentJorge Aparicio-1/+1
2016-03-26Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakisManish Goregaokar-7/+91
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-0/+41
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-3/+189
2016-03-26Rollup merge of #32131 - petrochenkov:prim, r=eddybManish Goregaokar-13/+36
2016-03-25remove link-guard testNiko Matsakis-60/+0
2016-03-25change test to be specific for msvcNiko Matsakis-2/+1
2016-03-25fix error messageNiko Matsakis-1/+1
2016-03-25Update backtrace test for FIXME on windowsNiko Matsakis-3/+20
2016-03-25document test, don't use grepNiko Matsakis-1/+26
2016-03-25test for immediate symbol name hashingNiko Matsakis-0/+24
2016-03-25Revert "workarounds to make link guards work on windows"Niko Matsakis-1/+1
2016-03-25workarounds to make link guards work on windowsNiko Matsakis-1/+1
2016-03-25check only that symbol names are deterministicNiko Matsakis-3/+9