index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
/
task-perf-word-count.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-02
Removing an obsolete benchmark
Eric Holk
-459
/
+0
2012-08-01
Convert ret to return
Brian Anderson
-5
/
+5
2012-07-31
Fix failing tests
Brian Anderson
-3
/
+3
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-3
/
+3
2012-07-30
Revert "Fix build by xfailing tests which produce irreducible CFGs."
Elliott Slaughter
-1
/
+0
2012-07-25
Fix build by xfailing tests which produce irreducible CFGs.
Elliott Slaughter
-0
/
+1
2012-07-23
Convert bench and run-pass tests to new task_builder interface
Ben Blum
-6
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-22
/
+22
2012-07-01
Convert to new closure syntax
Brian Anderson
-8
/
+8
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-8
/
+8
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-8
/
+8
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-2
/
+2
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-2
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-2
/
+2
2012-04-05
Rename task::task_builder to task::builder
Tim Chevalier
-2
/
+2
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-9
/
+9
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-2
/
+2
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-2
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-02
comp/std: rename io::string_reader to io::str_reader.
Erick Tryzelaar
-2
/
+2
2012-02-20
core: New task API
Brian Anderson
-9
/
+11
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-3
/
+3
2012-01-19
test: "tag" -> "enum" in bench
Patrick Walton
-2
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-6
/
+6
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-2
/
+2
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-14
/
+4
2012-01-06
rewrite to use old C++-based mechanism
Niko Matsakis
-6
/
+5
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-5
/
+5
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-8
/
+10
2011-12-18
libcore: Remove task::set_min_stack
Brian Anderson
-4
/
+0
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-2
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-15
/
+15
2011-12-07
Disallow binding by-mut-ref and by-move arguments
Marijn Haverbeke
-9
/
+9
2011-11-11
Give task-perf-word-count default behavior. Closes #1172
Brian Anderson
-18
/
+172
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-1
/
+2
2011-10-21
Remove some semicolons after block calls
Marijn Haverbeke
-2
/
+2
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-8
/
+2
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-2
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-2
/
+2
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-4
/
+6
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-5
/
+3
[next]