about summary refs log tree commit diff
path: root/src/test/compile-fail/task-rng-isnt-sendable.rs
AgeCommit message (Expand)AuthorLines
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-21/+0
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-0/+2
2016-09-01Fix test `compile-fail/task-rng-isnt-sendable.rs`.Jeffrey Seyfried-2/+2
2016-08-18Fix fallout in tests.Jeffrey Seyfried-1/+0
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-02-26Fix fallout in testsJeffrey Seyfried-1/+1
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-1/+0
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-26Keep track of the whole error chainFlavio Percoco-0/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-3/+3
2014-03-12std: Move rand to librand.Huon Wilson-2/+4
2013-11-22std::rand: move TaskRng off @mut.Huon Wilson-0/+18