about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-rand.rs
AgeCommit message (Expand)AuthorLines
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-43/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-4/+4
2014-11-20removed struct_variant feature from testsSimon Wollwage-2/+0
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