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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
/
task-perf-word-count-generic.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-7
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
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
-7
/
+7
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-1
/
+0
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-4
/
+4
2012-06-14
Comments only: annotate FIXMEs in tests
Tim Chevalier
-2
/
+1
2012-05-25
In generic word count, use str instead of [u8], and use built in is_alphabeti...
Eric Holk
-95
/
+8
2012-05-25
Update word-count-generic to latest syntax and un-xfail it. Closes #1740.
Eric Holk
-52
/
+76
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-3
/
+3
2012-03-09
Add an infinite loop construct
Tim Chevalier
-2
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-1
/
+1
2012-01-19
test: "tag" -> "enum" in bench
Patrick Walton
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-6
/
+6
2012-01-06
update to use new spawn syntax
Niko Matsakis
-4
/
+5
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-19
/
+19
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-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-14
/
+14
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-19
/
+19
2011-10-28
Move to short kind kinds words in test suite
Marijn Haverbeke
-19
/
+19
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-19
/
+23
2011-10-20
XFAIL task-perf-word-count-generic
Brian Anderson
-0
/
+2
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-5
/
+5
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-6
/
+6
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-12
/
+12
2011-09-02
Reformat. Issue #855
Brian Anderson
-30
/
+28
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-5
/
+5
2011-08-31
Convert benchmarks to istrs. Issue #855
Brian Anderson
-11
/
+10
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-2
/
+3
2011-08-27
Convert std::u64 to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-26
Polymorphic MapReduce!
Eric Holk
-0
/
+328