about summary refs log tree commit diff
path: root/src/test/auxiliary/issue-2631-a.rs
AgeCommit message (Expand)AuthorLines
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-4/+4
2013-03-08test: Removing dvec usesAlex Crichton-2/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-5/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-12-05test: More run-pass test fixesPatrick Walton-1/+1
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-06-15Test case for #2631Tim Chevalier-0/+15