summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-1/+1
2012-12-14Fix trait-inheritance-overloading-xc and un-xfailTim Chevalier-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-3/+3
2012-12-13Rename Send trait to OwnedBrian Anderson-8/+8
2012-12-13Fix encoding of trait static method paths. Closes #4097. r=pcwaltonBrian Anderson-0/+11
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+760
2012-12-10librustc: Fix bug preventing cross-crate struct destructuring from working. r...Patrick Walton-0/+7
2012-12-08Update and un-xfail crate-method-reexport-grrrrrrr2Tim Chevalier-3/+1
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-1/+1
2012-12-05Fix cross-crate inlining of static functionsBrian Anderson-0/+14
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-12-05test: More run-pass test fixesPatrick Walton-4/+4
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-0/+15
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-0/+5
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-5/+57
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-5/+5
2012-11-26libcore: Add explicit self to all overloaded operators but Add and Index. r=b...Patrick Walton-2/+2
2012-11-26librustc: Fix translation of cross-crate inline or generic methods with expli...Patrick Walton-0/+17
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-11/+6
2012-11-15librustc: Fix cross-crate reexports. rs=blocking-servoPatrick Walton-0/+11
2012-11-14Convert the test suite to use the Drop traitBen Striegel-19/+39
2012-11-02Add xfailed test for #3908Brian Anderson-0/+6
2012-11-02Add xfailed test for #3907Brian Anderson-0/+3
2012-10-22Merge remote-tracking branch 'luqmana/incoming'Brian Anderson-0/+4
2012-10-22rustc: Implement generic cross-crate trait inheritancePatrick Walton-0/+9
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-0/+4
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-0/+10
2012-10-15Add various test cases (xfailed)Tim Chevalier-0/+18
2012-10-12Make moves explicit in aux test filesTim Chevalier-5/+4
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-0/+13
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+29
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+21
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-1/+4
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-10/+10
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-20/+7
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-40/+60
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-16/+16
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-22/+22
2012-09-06Remove struct ctorsBrian Anderson-24/+89
2012-09-05test: "import" -> "use"Patrick Walton-15/+15
2012-09-04Allow anonymous extern modsTim Chevalier-0/+9
2012-08-27Camel case various core constructorsBrian Anderson-5/+5
2012-08-26Camel case the option typeBrian Anderson-9/+9
2012-08-23fix atomic intrinsic test casesBen Blum-12/+12
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-11/+11