summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-12-17Make the path and path2 attributes equivalent. Remove some usesBrian Anderson-6/+6
2012-12-17Add more testsJakub Wieczorek-0/+53
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+154
2012-12-17test: Fix some broken test casesPatrick Walton-6/+20
2012-12-14librustc: Add a lint mode for deprecated self. r=brsonPatrick Walton-0/+20
2012-12-14librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfixPatrick Walton-0/+7
2012-12-14librustc: Implement a lint mode for default methods. r=brsonPatrick Walton-0/+8
2012-12-14Revert "librustc: Implement a lint mode for default methods"Patrick Walton-8/+0
2012-12-14test: Add a test for trait inheritance with self as a type parameter. rs=test...Patrick Walton-0/+29
2012-12-14librustc: Implement a lint mode for default methodsPatrick Walton-0/+8
2012-12-14librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=cras...Patrick Walton-0/+23
2012-12-14xfail-fast run-pass/stat.rsBrian Anderson-0/+2
2012-12-14Fix broken testsBrian Anderson-12/+12
2012-12-14Fix broken testBrian Anderson-2/+2
2012-12-14Fix trait-inheritance-overloading-xc and un-xfailTim Chevalier-2/+1
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-14Un-xfail tests that work nowTim Chevalier-2/+0
2012-12-14Rename core::comm to core::oldcommBrian Anderson-329/+329
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-1/+14
2012-12-14Remove bench/shootout-threadring.rsBrian Anderson-63/+0
2012-12-14Remove two comm-oriented benchmarks that have pipe equivsBrian Anderson-83/+0
2012-12-14Fix broken testsBrian Anderson-3/+3
2012-12-13librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfixPatrick Walton-0/+27
2012-12-13Update src/test/run-pass/static-fn-trait-xc.rsBrian Anderson-0/+1
2012-12-13Fix broken testsBrian Anderson-89/+7
2012-12-13Fix benchmarksBrian Anderson-208/+1
2012-12-13test: Fix last-use-corner-cases. rs=bustagePatrick Walton-2/+2
2012-12-13librustc: Have coherence check Copy kind bounds when determining whether para...Patrick Walton-0/+13
2012-12-13Rename Send trait to OwnedBrian Anderson-68/+68
2012-12-13Rename Owned trait to DurableBrian Anderson-16/+16
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-0/+56
2012-12-13librustc: Automatically move non-implicitly-copyable types into unique closur...Patrick Walton-0/+15
2012-12-13Fix encoding of trait static method paths. Closes #4097. r=pcwaltonBrian Anderson-0/+20
2012-12-13libsyntax: Implement `deriving` for struct-like enum variants. r=brsonPatrick Walton-0/+12
2012-12-13librustc: Fix explicit self for objects in more cases. r=nmatsakisPatrick Walton-0/+156
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-346/+312
2012-12-12Fix vtable calculations when translating static methods. Closes #4165Brian Anderson-0/+19
2012-12-12syntax: remove remaining #syntaxext machinery. Close #3516.Graydon Hoare-21/+6
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-185/+3
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-70/+64
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-35/+35
2012-12-11Auto-deref when checking field and method privacyTim Chevalier-5/+10
2012-12-11Remove old derivingBrian Anderson-328/+0
2012-12-11Avoid extra error for type mismatches in patternsTim Chevalier-2/+1
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-3/+3
2012-12-11Fix deriving for single-variant enumsBrian Anderson-0/+8
2012-12-11Relate the module hierarchy to directory paths in the parserBrian Anderson-0/+157
2012-12-11Revert "Merge pull request #4144 from luqmana/deprecated-attribute"Tim Chevalier-10/+0
2012-12-11Allow pattern-matching on any strings, not just unique stringsTim Chevalier-3/+2
2012-12-10Merge pull request #4144 from luqmana/deprecated-attributeTim Chevalier-0/+10