summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-11-14rustc: Allow constants to be used in patterns. r=nmatsakisPatrick Walton-0/+13
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-0/+1
2012-11-13librustc: Implement deriving with a unit return type. r=tjcPatrick Walton-0/+40
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-26/+14
2012-11-12rustc: Make static methods not leak out of traits. r=brsonPatrick Walton-0/+25
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+18
2012-11-09Add a test for multiple main functionsBrian Anderson-0/+7
2012-11-08xfail-fast run-pass/pub-use-xcrateBrian Anderson-0/+1
2012-11-08rustc: Fix cross-crate reexports. #3908. r=pcwaltonBrian Anderson-1/+0
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-2/+25
2012-11-07rustc: Implement the Drop trait. r=brsonPatrick Walton-0/+66
2012-11-06rustc: reuse const vals, translate fn paths as consts. Close #2530.Graydon Hoare-0/+11
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-51/+63
2012-11-05rustc: Implement deriving involving generic bounded traits. r=brsonPatrick Walton-0/+33
2012-11-05rustc: Implement parsing and typechecking for "once fn"Patrick Walton-0/+7
2012-11-02syntax: Fold macros in default methods. Closes #3911Brian Anderson-0/+17
2012-11-02Add xfailed test for #3908Brian Anderson-0/+20
2012-11-02Add xfailed test for #3907Brian Anderson-0/+23
2012-11-02test: Fix error messages in compile-fail tests. rs=rustbotPatrick Walton-12/+7
2012-11-02rustc: Implement ~Trait. r=nmatsakisPatrick Walton-0/+43
2012-11-02rustc: Implement dereference via unary '*' for structs. r=nmatsakisPatrick Walton-0/+7
2012-11-02rustc: Implement translation of pattern matching for tuple structs and unit-l...Patrick Walton-0/+32
2012-11-02rustc: Implement typechecking, exhaustiveness checking, and borrow checking f...Patrick Walton-0/+11
2012-11-01xfail issue-2061Brian Anderson-0/+1
2012-11-01Add run-fail test for #2061Tim Chevalier-0/+11
2012-11-01Support #[cfg] on methodsBrian Anderson-1/+35
2012-11-01Tests for #1896Tim Chevalier-0/+48
2012-11-01Adding xfailed test for #3874Tim Chevalier-0/+9
2012-11-01rustc: Stop overwriting trait static method types when checking generic trait...Patrick Walton-0/+32
2012-11-01Add xfailed test casesTim Chevalier-0/+27
2012-11-01Add test case for #3878, which didn't get merged somehowTim Chevalier-0/+5
2012-10-31Merge remote-tracking branch 'vertexclique/incoming'Brian Anderson-0/+9
2012-10-31Fix checking of duplicate and missing struct field initializers. Closes #3486...Brian Anderson-0/+30
2012-10-30Fix #1458 (allow paren'd exprs to be the operator in a `do`)Tim Chevalier-0/+12
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-32/+0
2012-10-31testcase added for #3878Mahmut Bulut-0/+9
2012-10-30Preserve parenthesization in the ASTTim Chevalier-7/+10
2012-10-30rustc: Translate "deriving" for monomorphic intra-crate enums. r=brsonPatrick Walton-0/+32
2012-10-29rustc: Implement typechecking for automatically-derived enumsPatrick Walton-0/+24
2012-10-29Merge pull request #3871 from pcwalton/masterPatrick Walton-0/+32
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-26rustc: Translate monomorphic intra-crate automatically-derived methods that f...Patrick Walton-0/+32
2012-10-25Merge remote-tracking branch '14427/incoming'Brian Anderson-2/+2
2012-10-25rustc: Translate and check exhaustiveness of struct-like enum variant pattern...Patrick Walton-0/+45
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-0/+7
2012-10-24Merge remote-tracking branch 'brson/futures'Brian Anderson-19/+16
2012-10-24Workaround #3850Niko Matsakis-5/+9
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-20/+43
2012-10-24Merge pull request #3852 from veddan/type-limitsBrian Anderson-0/+25