about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-05-03add comments and testsAriel Ben-Yehuda-0/+36
2016-05-03Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaricManish Goregaokar-0/+19
2016-05-02middle: reset loop labels while visiting closureGeorg Brandl-0/+15
2016-05-02testsOliver Schneider-1/+1
2016-05-02Auto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1bors-0/+42
2016-05-02check for wrong const_err warningsOliver Schneider-0/+19
2016-05-01Handle coercion casts properly when building the MIRJames Miller-0/+42
2016-04-30Fix patterns of the constants that are const methSimonas Kazlauskas-0/+27
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-8/+48
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-8/+48
2016-04-26Auto merge of #33099 - eddyb:issue-33096, r=michaelwoeristerbors-0/+27
2016-04-25Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1bors-0/+17
2016-04-24Add testsVadim Petrochenkov-0/+30
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-0/+18
2016-04-20Normalize types before using them in debuginfo.Eduard Burtescu-0/+27
2016-04-19Add test for `target_feature`Andrea Canciani-0/+18
2016-04-17syntax: Parse import prefixes as pathsVadim Petrochenkov-0/+35
2016-04-16Rollup merge of #32946 - eddyb:issue-32783, r=dotdashManish Goregaokar-30/+7
2016-04-16Rollup merge of #32945 - durka:rfc1494, r=pnkfelixManish Goregaokar-1/+3
2016-04-14Be a bit more constrained in our early checkNiko Matsakis-0/+17
2016-04-14trans: always register an item's symbol, even if duplicated.Eduard Burtescu-30/+7
2016-04-13implement RFC amendment 1494Alex Burka-1/+3
2016-04-12Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakisbors-14/+0
2016-04-12Auto merge of #32590 - alexcrichton:rustbuild-tidy-checks, r=brsonbors-2/+2
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-2/+2
2016-04-12Auto merge of #32811 - alexcrichton:check-lints, r=nrcbors-6/+0
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-14/+0
2016-04-11rustdoc: Fix testing no_run code blocksAlex Crichton-6/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-7/+7
2016-04-07Rollup merge of #32732 - dotdash:ext_arg, r=eddybManish Goregaokar-0/+22
2016-04-06Rollup merge of #32761 - tshepang:assert, r=steveklabnikSteve Klabnik-8/+8
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-8/+8
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-2/+13
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-9/+1
2016-04-04Handle integer-extending for C ABIJames Miller-0/+22
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-0/+53
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-0/+60
2016-03-31Only allow using the atomic intrinsics on integer typesAmanieu d'Antras-9/+1
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-03-30Improve testsJeffrey Seyfried-0/+60
2016-03-30Add a testJames Miller-0/+53
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-0/+22
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+22
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
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 #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/+72