summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18Fix from niko for cfail testsAlex Crichton-12/+13
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-9/+6
2015-02-18Exempt phantom fns from the object safety checkNiko Matsakis-0/+28
2015-02-18Round 3 test fixes and conflictsAlex Crichton-12/+9
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-259/+1293
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-5/+3
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-2/+1
2015-02-18Stabilize std::borrowAaron Turon-2/+1
2015-02-18Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism toNiko Matsakis-5/+3
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-168/+171
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-1/+1
2015-02-18rollup merge of #22452: nikomatsakis/issue-22040-18956-SelfAlex Crichton-0/+131
2015-02-18rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-typesAlex Crichton-0/+273
2015-02-18Update tests to use #[feature(rustc_attrs)]Niko Matsakis-0/+10
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-1635/+5
2015-02-18Add deprecated versions of the old markers and integrate them back into the v...Niko Matsakis-0/+35
2015-02-18Add rustc_attrs feature to test.Niko Matsakis-0/+1
2015-02-18Extend the implicator so it produces general obligations and also soNiko Matsakis-0/+272
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-6/+8
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+1
2015-02-18Missing test.Niko Matsakis-0/+32
2015-02-18Add regression test for #20533. Fixes #20533.Niko Matsakis-0/+54
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-259/+400
2015-02-18Extend coherence check to understand subtyping.Niko Matsakis-0/+50
2015-02-18Report errors for type parameters that are not constrained, either byNiko Matsakis-0/+16
2015-02-18Introduce the new phantomdata/phantomfn markers and integrate themNiko Matsakis-0/+696
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-142/+142
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-6/+7
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-21/+21
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+3
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-135/+48
2015-02-17Test fixes and rebase conflictsAlex Crichton-23/+21
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-40/+40
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-9/+8
2015-02-18Update tests for the Send - 'static change.Huon Wilson-135/+23
2015-02-17Fallout from stabilizationAaron Turon-40/+40
2015-02-17rollup merge of #22024: alexcrichton/asciiAlex Crichton-0/+5
2015-02-17Traits that reference `Self` in the supertrait list are not object-safe. Fixe...Niko Matsakis-0/+82
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-9/+8
2015-02-17rustc: Track stability of trait implementationsAlex Crichton-0/+5
2015-02-18Add tests for the removal of the 'static superbound from Send.Huon Wilson-0/+25
2015-02-17When converting parameters for an object type, be careful of defaults that re...Niko Matsakis-0/+49
2015-02-17Fix failing testsManish Goregaokar-0/+4
2015-02-17Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonwManish Goregaokar-0/+134
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-2/+54
2015-02-17Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakisManish Goregaokar-8/+32
2015-02-17Fix tests for rustc_*Manish Goregaokar-0/+30
2015-02-16Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelixbors-74/+495
2015-02-16Move remaning compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-1635/+5