summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-37/+37
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-1/+1
2012-11-27librustc: Implement @mut [T] as the new replacement for @[mut T]Patrick Walton-0/+7
2012-11-26Remove the crate languageBrian Anderson-1/+1
2012-11-24Implement LUB algorithm and add new unit-testing infrastructure for infer.Niko Matsakis-15/+5
2012-11-21Introduce a T_err type for type errorsTim Chevalier-7/+8
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-5/+4
2012-11-18Report errors better when failing to open files for sub-parsersBrian Anderson-0/+11
2012-11-18Parse file mods from .rs filesBrian Anderson-0/+10
2012-11-15Update test and un-xfail itTim Chevalier-3/+3
2012-11-15Update error message and un-xfail testTim Chevalier-4/+3
2012-11-15Un-xfail working testsTim Chevalier-1/+0
2012-11-15Update error message and un-xfail testTim Chevalier-4/+2
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-8/+6
2012-11-15Un-xfail working testTim Chevalier-7/+0
2012-11-15Check for duplicate supertraits and forbid themTim Chevalier-0/+23
2012-11-15Make staticness mismatch a fatal errorTim Chevalier-1/+16
2012-11-15Update error message and un-xfail testTim Chevalier-3/+1
2012-11-15Un-xfail working testsTim Chevalier-7/+0
2012-11-15Remove test that tested behavior of unchecked blocksTim Chevalier-34/+0
2012-11-15Update error messages and un-xfailTim Chevalier-25/+8
2012-11-15Add another test for #3177Tim Chevalier-0/+11
2012-11-15Remove typestate testTim Chevalier-16/+0
2012-11-15librustc: Implement (and require) explicit self for derivable traits. r=nmats...Patrick Walton-3/+3
2012-11-14Convert the test suite to use the Drop traitBen Striegel-58/+180
2012-11-14Move two fn assignability tests from compile-fail to run-passBrian Anderson-27/+0
2012-11-14Remove obsolete const pattern testBrian Anderson-15/+0
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-0/+18
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-0/+1
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-2/+2
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+5
2012-11-09Add a test for multiple main functionsBrian Anderson-0/+7
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-2/+13
2012-11-07rustc: Implement the Drop trait. r=brsonPatrick Walton-0/+52
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-42/+93
2012-11-05rustc: Implement parsing and typechecking for "once fn"Patrick Walton-0/+7
2012-11-02test: Fix error messages in compile-fail tests. rs=rustbotPatrick Walton-12/+7
2012-11-02rustc: Implement ~Trait. r=nmatsakisPatrick Walton-0/+21
2012-11-02rustc: Implement typechecking, exhaustiveness checking, and borrow checking f...Patrick Walton-0/+11
2012-11-01Tests for #1896Tim Chevalier-0/+8
2012-10-31Fix checking of duplicate and missing struct field initializers. Closes #3486...Brian Anderson-0/+30
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-2/+0
2012-10-30Preserve parenthesization in the ASTTim Chevalier-0/+3
2012-10-29rustc: Implement typechecking for automatically-derived enumsPatrick Walton-0/+24
2012-10-27Make class-cast-to-trait compile (not sure why this worked before)Tim Chevalier-5/+5
2012-10-26Partial fix for #2687---impl method must only be subtype of trait method, not...Niko Matsakis-0/+46
2012-10-25rustc: Translate and check exhaustiveness of struct-like enum variant pattern...Patrick Walton-0/+14
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-20/+43
2012-10-24Added compile-fail testsViktor Dahl-0/+25
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-16/+30