summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-0/+2
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-35/+0
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-16/+23
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+9
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+3
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+6
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-4/+25
2015-04-01Feature gate rust-call ABI.Niko Matsakis-4/+25
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-10/+6
2015-04-01Fallout in testsNiko Matsakis-16/+24
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-12/+435
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-4/+646
2015-04-01dealing with fallout to the tests, in particular diffs between 32- vs 64-bit ...Felix S. Klock II-10/+18
2015-04-01Fixes to compile-fail error messages post-rebase.Felix S. Klock II-3/+12
2015-04-01Test cases for checking arithmetic overflow during const eval.Felix S. Klock II-0/+301
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-2/+6
2015-04-01Added tests for discriminant overflows.Felix S. Klock II-0/+320
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-50/+15
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-5/+4
2015-03-31Stabilize std::numAaron Turon-5/+4
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-4/+0
2015-03-31Combine `try` and `commit_if_ok` and make some details of inferenceNiko Matsakis-6/+6
2015-03-31Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakisManish Goregaokar-1/+61
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-41/+24
2015-03-30Fallout to test.Felix S. Klock II-1/+61
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-0/+28
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-137/+6
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-30/+2
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+41
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+41
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-2/+2
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-28/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-40/+3
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-13/+0
2015-03-27rollup merge of #23765: alexcrichton/remove-colon-syntaxAlex Crichton-3/+3
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-34/+0
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-20/+0
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-0/+146
2015-03-26rustc: Remove support for `-l foo:static`Alex Crichton-3/+3
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-34/+0
2015-03-26Drive-by fix for incorrect variance rule that I noticed.Niko Matsakis-0/+25
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-0/+121
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-40/+3
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-20/+0
2015-03-26Register new snapshotsAlex Crichton-13/+0
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-0/+29
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-0/+79
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-58/+60
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-58/+60