summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-12-06test: Fix some more run-pass bustage. rs=clownshoesPatrick Walton-2/+2
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...Patrick Walton-0/+4
2012-12-05librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...Patrick Walton-0/+11
2012-12-05Fix testBrian Anderson-1/+1
2012-12-05Fix cross-crate inlining of static functionsBrian Anderson-0/+23
2012-12-05test: Fix float imprecision error on intrinsics-mathPatrick Walton-1/+1
2012-12-05test: Fix alt-implicit-copy-unique. rs=mePatrick Walton-1/+1
2012-12-05test: More bustage fixes. rs=mePatrick Walton-11/+11
2012-12-05test: More run-pass test fixesPatrick Walton-45/+47
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-21/+27
2012-12-04Merge remote-tracking branch 'luqmana/incoming'Brian Anderson-0/+88
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-0/+30
2012-12-02Call default methods on bound typarams more correctlyBrian Anderson-0/+71
2012-12-01Fix some compile-fail testsBrian Anderson-7/+6
2012-12-01Fix tests for field parsing changesBrian Anderson-6/+6
2012-11-30librustc: Implement unit-like struct constants. r=brsonPatrick Walton-0/+10
2012-11-30librustc: Implement tuple struct constants. r=brsonPatrick Walton-0/+13
2012-11-30librustc: Implement C-like enum constants. r=tjcPatrick Walton-0/+15
2012-11-30librustc: Implement explicit @self and ~self for objects. r=nmatsakisPatrick Walton-0/+47
2012-11-30librustc: Implement simple explicit self for objects. r=nmatsakisPatrick Walton-0/+21
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-0/+26
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-4/+18
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-36/+752
2012-11-29Enable trait-inheritance-simple.rsBrian Anderson-5/+0
2012-11-29test: Remove obsolete tests. rs=buildbotPatrick Walton-20/+0
2012-11-29Disallow importing private itemsTim Chevalier-0/+33
2012-11-29Test statement macros.Paul Stansifer-0/+32
2012-11-29Forbid attrs on macros, since we don't handle them properly yet.Paul Stansifer-2/+2
2012-11-29Update tests to respect the way that macros work now.Paul Stansifer-13/+11
2012-11-29libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu...Patrick Walton-0/+8
2012-11-29test: Fix broken resource-cycle.rs. r=tinderboxPatrick Walton-1/+1
2012-11-29test: Add a test that function argument patterns take in the expected type. r...Patrick Walton-0/+8
2012-11-29test: Add a test for generic objects. r=test-onlyPatrick Walton-0/+20
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-83/+83
2012-11-29Add more standard c lib llvm intrinsics.Luqman Aden-0/+88
2012-11-28Merge remote-tracking branch 'erickt/time'Brian Anderson-1/+7
2012-11-28test: Implement a test for the Drop trait on a generic struct. a=test-onlyPatrick Walton-0/+14
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-412/+22
2012-11-28librustc: Allow &T to be assigned to *T. r=nmatsakisPatrick Walton-0/+12
2012-11-28librustc: Parse `extern "C" { ... }`. r=brsonPatrick Walton-0/+6
2012-11-28librustc: Make overloaded operators with explicit self translate correctlyPatrick Walton-0/+16
2012-11-28Merge pull request #4032 from catamorphism/getoptsGraydon Hoare-1/+16
2012-11-27librustc: Implement @mut [T] as the new replacement for @[mut T]Patrick Walton-0/+12
2012-11-26auto_serialize should use explicit refs (fixes #4044)Erick Tryzelaar-1/+3
2012-11-26Made Tm_ a struct instead of a record and added serialization support to Tm a...Jesse Jones-0/+4
2012-11-26libcore: Add explicit self to all overloaded operators but Add and Index. r=b...Patrick Walton-8/+8
2012-11-26Remove the crate languageBrian Anderson-412/+1
2012-11-26syntax: Add a hack to support the int-template patternBrian Anderson-0/+21
2012-11-26librustc: Fix translation of cross-crate inline or generic methods with expli...Patrick Walton-0/+28
2012-11-25Fix test breakageBrian Anderson-2/+2