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