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-ackermann.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-29
Remove src/test/bench
Brian Anderson
-36
/
+0
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-5
/
+4
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-05-27
std: Remove String's to_owned
Richo Healey
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-2
/
+3
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2013-11-12
Fixed xfail for nbody shootout benchmark by correcting command line parse.
Carol W
-1
/
+0
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-1
/
+1
2013-09-15
Remove {uint,int,u64,i64,...}::from_str,from_str_radix
blake2-ppc
-1
/
+1
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+39
2013-08-28
src/test/bench: restructure
Corey Richardson
-39
/
+0
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+0
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-1
/
+1
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-1
/
+1
2013-07-20
Fix warnings in src/test/bench tests. Nobody will ever care.
Ben Blum
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
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
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-3
/
+6
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-1
/
+1
2012-01-29
core: Remove sys::set_min_stack
Brian Anderson
-2
/
+0
2012-01-14
bench: Lower the default inputs on many shootout benchmarks
Brian Anderson
-1
/
+1
2012-01-14
bench: Update shootout-ackermann for performance
Brian Anderson
-15
/
+14
2011-08-20
Reformat
Brian Anderson
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-0
/
+25