summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-25Fix borked testsTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-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-2/+2
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-4/+4
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-26Fix build breakageBrian Anderson-1/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-5/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-8/+8
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-8/+8
2012-07-26Use iteration protocol for ebml, use vec::view in more places (issue #2880)Eric Holk-2/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-5/+5
2012-07-12Make tests passEric Holk-1/+2
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-6/+6
2012-06-27make core-std respect RUST_BENCHEric Holk-4/+11
2012-06-27vec::append reuses its left hand side when possible. (issue #2719)Eric Holk-3/+23
2012-06-27Remove unnecessary bounds checks in vec::push_all (issue #2719)Eric Holk-0/+33
2012-06-26perf: improved the core-std benchmarkEric Holk-2/+28
2012-06-26More perf tweaks (issue #2719)Eric Holk-0/+48