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-nbody.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-29
Remove src/test/bench
Brian Anderson
-244
/
+0
2015-10-14
Remove unnecessary parentheses around range expressions
Andrew Paseltiner
-1
/
+1
2015-10-07
bench: rewrite nbody for better vectorization
Cristi Cobzarenco
-87
/
+132
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-15
/
+6
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-1
/
+1
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+1
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-4
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+19
2014-10-11
auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton
bors
-3
/
+3
2014-10-11
remove shootout warnings
Guillaume Pinot
-3
/
+3
2014-10-09
test: Convert statics to constants
Alex Crichton
-4
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-07
Relicense shootout-nbody.rs to the shootout license
Guillaume Pinot
-8
/
+38
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-12
shootout-nbody improvement
Guillaume Pinot
-23
/
+20
2014-05-10
shootout-nbody improvements
Guillaume Pinot
-97
/
+87
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-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2013-11-12
Fixed xfail for nbody shootout benchmark by correcting command line parse.
Carol W
-6
/
+13
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-2
/
+2
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+151
2013-08-28
src/test/bench: restructure
Corey Richardson
-151
/
+0
2013-08-07
test: xfail a bunch of tests that are incorrectly reading os::args()[1]
Brian Anderson
-0
/
+2
2013-08-06
remove `extra::iter`
Daniel Micay
-1
/
+1
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-9
/
+9
2013-08-02
replace `range` with an external iterator
Daniel Micay
-9
/
+8
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
[next]