summary refs log tree commit diff
path: root/src/test/run-pass/issue-2718.rs
AgeCommit message (Expand)AuthorLines
2012-12-17test: Fix some broken test casesPatrick Walton-2/+2
2012-12-13Rename Send trait to OwnedBrian Anderson-15/+15
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-4/+4
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-2/+2
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-11-14Convert the test suite to use the Drop traitBen Striegel-2/+8
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-3/+3
2012-10-12Make moves explicit in rpass testsTim Chevalier-29/+31
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+5
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-7/+7
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+6
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-11/+11
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Remove struct ctorsBrian Anderson-2/+12
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+9
2012-08-26Camel case the option typeBrian Anderson-22/+22
2012-08-23fix atomic intrinsic test casesBen Blum-20/+16
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-15/+15
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-9/+9
2012-07-12Comments only: annotate FIXMEs in testsTim Chevalier-2/+0
2012-06-26Be a little more clever about calculating sizes for class typesTim Chevalier-16/+255
2012-06-25Test case for issue 2718Tim Chevalier-0/+38