summary refs log tree commit diff
path: root/src/test/bench/core-map.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-27Demode randTim Chevalier-2/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-4/+4
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-5/+5
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-6/+6
2012-09-05test: "import" -> "use"Patrick Walton-5/+4
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+178