summary refs log tree commit diff
path: root/src/test/run-pass/issue-1696.rs
AgeCommit message (Expand)AuthorLines
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-1/+1
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-02-22test: Add a test for #1696Brian Anderson-0/+8