about summary refs log tree commit diff
path: root/src/libcoretest/any.rs
AgeCommit message (Expand)AuthorLines
2016-01-14Implement Any for unsized typesSteven Fackler-0/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-12/+12
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-5/+5
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-11/+11
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-07fix the `&mut _` patternsJorge Aparicio-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-8/+8
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-09-09Remove some test warnings.Jonas Hietala-12/+12
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+131