about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3112/+3076
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-25Fix ICE on SIMD overflow checkingJihyun Yu-0/+19
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-6/+85
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-103/+91
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-103/+91
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-143/+215
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-57/+208
2015-03-24Unit tests for Issue 8142, collected into one file.Felix S. Klock II-0/+79
2015-03-24Reject specialized Drop impls.Felix S. Klock II-6/+6
2015-03-25Change lint names to pluralsNick Cameron-5/+5
2015-03-25Add testsNick Cameron-0/+165
2015-03-25Add trivial cast lints.Nick Cameron-143/+50
2015-03-24Test fixes and rebase conflicts, round 4Alex Crichton-2/+0
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+2
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-10/+15
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-57/+208
2015-03-23Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakisbors-1/+283
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-84/+0
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-3/+3
2015-03-23rollup merge of #23383: alexcrichton/fs-create-dir-allAlex Crichton-0/+18
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-248/+3763
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-68/+154
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-11/+1
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-4/+6
2015-03-23rollup merge of #23536: pnkfelix/arith-oflo-shiftsAlex Crichton-1/+283
2015-03-23rollup merge of #23515: nikomatsakis/issue-14985-trait-subtypingAlex Crichton-0/+35
2015-03-23rollup merge of #23211: FlaPer87/oibit-send-and-friendsAlex Crichton-0/+12
2015-03-23rollup merge of #23119: nikomatsakis/issue-23116-ref-mutAlex Crichton-0/+49
2015-03-23Refactor how we handle overflow so that it is a fatal error that abortsNiko Matsakis-11/+1
2015-03-23Add generic conversion traitsAaron Turon-4/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-2/+3082
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-246/+683
2015-03-23Update borrowck tests to test that index is by-move nowNiko Matsakis-8/+82
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-60/+72
2015-03-23Fix shift-overflow in very old run-pass test.Felix S. Klock II-1/+1
2015-03-23When matching against a pattern (either via `match` or `let`) thatNiko Matsakis-0/+49
2015-03-23Remove incorrect subtyping for `&mut Trait` and introduce coercionNiko Matsakis-0/+35
2015-03-23Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichtonManish Goregaokar-0/+88
2015-03-23Rollup merge of #23570 - dotdash:issue23550, r=eddybManish Goregaokar-0/+39
2015-03-22placate check-pretty and pretty-printer bug; see also issue 23623.Felix S. Klock II-2/+4
2015-03-22Auto merge of #23361 - petrochenkov:refdst, r=jakub-bors-0/+20
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-3/+3
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-21 Add tests checking that a number of feature gates are gating their features.Florian Hahn-0/+88
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-181/+174