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
/
shootout-chameneos-redux.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-2
/
+2
2013-03-26
test: Remove uses of oldmap::HashMap
Alex Crichton
-2
/
+0
2013-02-26
bench: Fix botched option dances. rs=demuting
Patrick Walton
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-2
/
+2
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-1
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-32
/
+27
2013-01-28
testsuite: De-record most bench tests
Tim Chevalier
-8
/
+11
2012-12-14
Fix broken tests
Brian Anderson
-1
/
+1
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-24
/
+24
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-1
/
+14
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-2
/
+2
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-11
/
+11
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-3
/
+3
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-7
/
+7
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-7
/
+7
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
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-27
Camel case various core constructors
Brian Anderson
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-8
/
+8
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-7
/
+7
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-25
/
+25
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-33
/
+33
2012-07-07
Increase the difficulty of chameneos-redux under 'make perf'
Brian Anderson
-1
/
+3
2012-07-07
Add improvements suggested by erickt and bblum
Kevin Cantu
-29
/
+16
2012-07-07
Add the Alioth chameneos-redux benchmark
Kevin Cantu
-0
/
+214