about summary refs log tree commit diff
path: root/src/test/bench/shootout-mandelbrot.rs
AgeCommit message (Expand)AuthorLines
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-209/+0
2015-09-18Revert "Convert negate_unsigned feature gate to a warning"Simonas Kazlauskas-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-4/+4
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-9/+8
2015-04-14Fallout: move from scoped to spawnAaron Turon-4/+4
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+3
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+3
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex 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-01std: Add a new `env` moduleAlex 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-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-11/+11
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-10-11fix shootout-mandelbrot to make it pass the shootout testGuillaume Pinot-1/+9
2014-10-11auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichtonbors-2/+2
2014-10-11remove shootout warningsGuillaume Pinot-2/+2
2014-10-09test: Convert statics to constantsAlex Crichton-4/+4
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-07-13mandelbrot: fix overlapping buffersKevin Butler-3/+3
2014-07-01relicense shootout-mandelbrot.rsGuillaume Pinot-8/+39
2014-06-11sync: Move underneath libstdAlex Crichton-4/+1
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-15shootout-mandelbrot: Precalc initial values & use SIMD in the main loop. +80-...Kevin Butler-61/+125
2014-05-15shootout-mandlebrot: calculate two bits of the result per inner loop, +10-15%Kevin Butler-20/+52
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+2
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-05-03shootout-mandelbrot rewriteGuillaume Pinot-55/+52
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+1
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1