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-mandelbrot.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-209
/
+0
2015-09-18
Revert "Convert negate_unsigned feature gate to a warning"
Simonas Kazlauskas
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-4
/
+4
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-9
/
+8
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-4
/
+4
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-3
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-4
/
+3
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-4
/
+4
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-11
/
+11
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-10-11
fix shootout-mandelbrot to make it pass the shootout test
Guillaume Pinot
-1
/
+9
2014-10-11
auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton
bors
-2
/
+2
2014-10-11
remove shootout warnings
Guillaume Pinot
-2
/
+2
2014-10-09
test: Convert statics to constants
Alex Crichton
-4
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-07-13
mandelbrot: fix overlapping buffers
Kevin Butler
-3
/
+3
2014-07-01
relicense shootout-mandelbrot.rs
Guillaume Pinot
-8
/
+39
2014-06-11
sync: Move underneath libstd
Alex Crichton
-4
/
+1
2014-05-23
std: Move simd to core::simd and reexport. #1457
Brian Anderson
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-15
shootout-mandelbrot: Precalc initial values & use SIMD in the main loop. +80-...
Kevin Butler
-61
/
+125
2014-05-15
shootout-mandlebrot: calculate two bits of the result per inner loop, +10-15%
Kevin Butler
-20
/
+52
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-0
/
+2
2014-05-08
Handle fallout in bench tests
Kevin Ballard
-0
/
+1
2014-05-03
shootout-mandelbrot rewrite
Guillaume Pinot
-55
/
+52
2014-03-01
std: Switch stdout/stderr to buffered by default
Alex Crichton
-2
/
+1
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-1
/
+2
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
[next]