summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-1/+1
2012-12-18Fix vec::flat_map_to_vec methodErick Tryzelaar-14/+13
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-30/+30
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-7/+8
2012-12-18Fix some iter testsBrian Anderson-2/+2
2012-12-18Merge commit 'erickt/incoming^' into kind-namesBrian Anderson-9/+5
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-5/+5
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-9/+5
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-22/+22
2012-12-17Make the path and path2 attributes equivalent. Remove some usesBrian Anderson-6/+6
2012-12-17Add more testsJakub Wieczorek-0/+32
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+68
2012-12-17test: Fix some broken test casesPatrick Walton-6/+20
2012-12-14librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfixPatrick Walton-0/+7
2012-12-14test: Add a test for trait inheritance with self as a type parameter. rs=test...Patrick Walton-0/+29
2012-12-14xfail-fast run-pass/stat.rsBrian Anderson-0/+2
2012-12-14Fix trait-inheritance-overloading-xc and un-xfailTim Chevalier-1/+0
2012-12-14Un-xfail tests that work nowTim Chevalier-1/+0
2012-12-14Rename core::comm to core::oldcommBrian Anderson-237/+237
2012-12-14Fix broken testsBrian Anderson-3/+3
2012-12-13Update src/test/run-pass/static-fn-trait-xc.rsBrian Anderson-0/+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-31/+31
2012-12-13Rename Owned trait to DurableBrian Anderson-7/+7
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-0/+19
2012-12-13librustc: Automatically move non-implicitly-copyable types into unique closur...Patrick Walton-0/+7
2012-12-13Fix encoding of trait static method paths. Closes #4097. r=pcwaltonBrian Anderson-0/+9
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-344/+303
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-3/+3
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-130/+3
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-24/+24
2012-12-11Remove old derivingBrian Anderson-293/+0
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-11Allow pattern-matching on any strings, not just unique stringsTim Chevalier-3/+2
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-0/+15
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-0/+11
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-1/+10581
2012-12-10test: Fix aux-build in struct-destructuring-cross-crate. rs=bustagePatrick Walton-0/+2
2012-12-10librustc: Fix bug preventing cross-crate struct destructuring from working. r...Patrick Walton-0/+9
2012-12-08Update and un-xfail crate-method-reexport-grrrrrrr2Tim Chevalier-4/+3
2012-12-07Xfail broken testsTim Chevalier-0/+1
2012-12-07test: Fix borrowck-preserve-box-in-pat. rs=bustagePatrick Walton-6/+6
2012-12-07test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings....Patrick Walton-6/+6
2012-12-07test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec...Patrick Walton-6/+0
2012-12-07test: Fix some busted run-pass tests, fallout from the pattern bindings chang...Patrick Walton-26/+7