about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-03-27Rollup merge of #23712 - nikomatsakis:reflect-trait, r=FlaPer87Manish Goregaokar-3/+3
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-3/+3
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-0/+210
2015-03-26Auto merge of #23718 - alexcrichton:flaky-test, r=huonwbors-4/+4
2015-03-25test: Make a test less flakyAlex Crichton-4/+4
2015-03-25Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichtonbors-0/+1
2015-03-25Rollup merge of #23702 - dotdash:match_reass, r=eddybManish Goregaokar-0/+30
2015-03-25Rollup merge of #23692 - yjh0502:fix/simd-overflow, r=pnkfelixManish Goregaokar-0/+19
2015-03-25Always properly copy values into bindings when mutating the match discriminantBjörn Steinbrink-0/+30
2015-03-25Ignore some tests on aarch64Sae-bom Kim-0/+1
2015-03-25Fix ICE on SIMD overflow checkingJihyun Yu-0/+19
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-5/+5
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-26/+26
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-26/+26
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-83/+96
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-19/+124
2015-03-24syntax: Update #[derive(...)] to work with phantom and associated typesErick Tryzelaar-0/+210
2015-03-24Reject specialized Drop impls.Felix S. Klock II-5/+5
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add testsNick Cameron-0/+71
2015-03-25Add trivial cast lints.Nick Cameron-83/+25
2015-03-24Test fixes and rebase conflicts, round 4Alex Crichton-2/+0
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-7/+12
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-19/+124
2015-03-23Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakisbors-1/+101
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-16/+0
2015-03-23rollup merge of #23383: alexcrichton/fs-create-dir-allAlex Crichton-0/+18
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-81/+3504
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-39/+38
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-4/+6
2015-03-23rollup merge of #23536: pnkfelix/arith-oflo-shiftsAlex Crichton-1/+101
2015-03-23Add generic conversion traitsAaron Turon-4/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-2/+3082
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-80/+424
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-39/+38
2015-03-23Fix shift-overflow in very old run-pass test.Felix S. Klock II-1/+1
2015-03-23Rollup merge of #23570 - dotdash:issue23550, r=eddybManish Goregaokar-0/+39
2015-03-22Auto merge of #23361 - petrochenkov:refdst, r=jakub-bors-0/+20
2015-03-21workaround bugs in pretty-printer so that we can pass check-stage2-pretty-rpass.Felix S. Klock II-14/+14
2015-03-21Fix volatile / atomic ops on bools and small aggregatesBjörn Steinbrink-0/+39
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-145/+129
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-145/+129
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-2/+2
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-1/+1
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-1/+1
2015-03-20Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichtonbors-0/+10
2015-03-20Test suite for overflowing shift operators.Felix S. Klock II-0/+100
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-2/+2
2015-03-20Rollup merge of #23525 - steveklabnik:test_tasks, r=alexcrichtonManish Goregaokar-1/+1