summary refs log tree commit diff
path: root/src/test/bench/task-perf-word-count-generic.rs
AgeCommit message (Expand)AuthorLines
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-8/+8
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-20/+21
2012-10-04De-mode comm::ChanTim Chevalier-3/+3
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-26Unbreak test/bench/task-perf-word-count-genericBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-4/+3
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-2/+2
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+4
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+3
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-13/+3
2012-09-18Fix some broken testsBrian Anderson-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-3/+3
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+5
2012-09-07(fix incoming) Add the necessary traits to some generic functionsKevin Cantu-3/+6
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-10/+4
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-18/+18
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-06Remove struct ctorsBrian Anderson-5/+13
2012-09-05test: "import" -> "use"Patrick Walton-19/+13
2012-08-27Camel case various core constructorsBrian Anderson-9/+7
2012-08-27Convert core::result to camel caseBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-28/+28
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-1/+1
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-8/+8
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-6/+8
2012-08-14Convert more core types to camel caseBrian Anderson-4/+4
2012-08-08Convert impls to new syntaxBrian Anderson-4/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8
2012-08-05Switch alts to use arrowsBrian Anderson-16/+16
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-6/+7
2012-08-01Convert ret to returnBrian Anderson-6/+6
2012-07-31Fix failing testsBrian Anderson-6/+6
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-30Revert "Fix build by xfailing tests which produce irreducible CFGs."Elliott Slaughter-1/+0
2012-07-26Use iteration protocol for ebml, use vec::view in more places (issue #2880)Eric Holk-2/+1
2012-07-25Merge pull request #3014 from elliottslaughter/fix-failed-build-by-xfailing-t...Graydon Hoare-0/+1
2012-07-25Fix build by xfailing tests which produce irreducible CFGs.Elliott Slaughter-0/+1
2012-07-25Polymorphic protocols work well enough to do MapReduce.Eric Holk-4/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-15/+15
2012-07-12Make tests passEric Holk-1/+4
2012-07-12Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...Eric Holk-40/+99
2012-07-11Remove slow vec+=, and make word-count difficulty harder.Eric Holk-5/+4