summary refs log tree commit diff
path: root/src/test/bench/noise.rs
AgeCommit message (Expand)AuthorLines
2015-04-28test: Fix some tests to run with muslAlex Crichton-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-2/+2
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-30Fallout where types must be specified.Niko Matsakis-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-5/+5
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-6/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-3/+1
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-6/+7
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+3
2014-02-15Clean up the Perlin noise benchmarkBen Striegel-65/+49
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-1/+1
2013-10-01remove the `float` typeDaniel Micay-2/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-1/+1
2013-08-20Fix typo in test/bench/noise.rs. Closes #8574.nsf-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-06remove `extra::iter`Daniel Micay-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-6/+6
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-07-08And I forgot to run the benchmarks after rebasingJens Nockert-5/+4
2013-06-28copy the optimization passes from clangDaniel Micay-4/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-9/+9
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-5/+13