summary refs log tree commit diff
path: root/src/test/bench/task-perf-word-count-generic.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-8/+8
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-7/+7
2012-06-22Use must_have_lock instead of private functions. (Issue #2700)Eric Holk-1/+0
2012-06-20Remove bind. Issue #2189Brian Anderson-4/+4
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-2/+1
2012-05-25In generic word count, use str instead of [u8], and use built in is_alphabeti...Eric Holk-95/+8
2012-05-25Update word-count-generic to latest syntax and un-xfail it. Closes #1740.Eric Holk-52/+76
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-3/+3
2012-03-09Add an infinite loop constructTim Chevalier-2/+2
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-1/+1
2012-01-19test: "tag" -> "enum" in benchPatrick Walton-2/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-6/+6
2012-01-06update to use new spawn syntaxNiko Matsakis-4/+5
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-19/+19
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-5/+5
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-8/+10
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-4/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-14/+14
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-19/+19
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-19/+19
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-19/+23
2011-10-20XFAIL task-perf-word-count-genericBrian Anderson-0/+2
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-5/+5
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-6/+6
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-12/+12
2011-09-02Reformat. Issue #855Brian Anderson-30/+28
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-5/+5
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-11/+10
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-2/+2
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-1/+3
2011-08-26Polymorphic MapReduce!Eric Holk-0/+328