summary refs log tree commit diff
path: root/src/test/run-pass/deriving-rand.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-2/+0
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-08testsuite: xfail tests for windowsHuon Wilson-0/+1
2013-05-07testsuite: tests for deriving changes and additionsHuon Wilson-0/+38