summary refs log tree commit diff
path: root/src/test/auxiliary/test_comm.rs
AgeCommit message (Expand)AuthorLines
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-6/+6
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-3/+6
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-13/+13
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-22Remove resources from remaining test casesTim Chevalier-2/+1
2012-06-12Test case for previous commitTim Chevalier-0/+108