about summary refs log tree commit diff
path: root/src/libcoretest/mem.rs
AgeCommit message (Expand)AuthorLines
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-13/+13
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-19/+19
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2015-01-13Generalise pointer width tests using pointer_widthRicho Healey-14/+4
2015-01-11powerpc: Add backend support for powerpcRicho Healey-2/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+5
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-1/+1
2014-10-11Fix cfg warnings in libcoretestMichael Gehring-8/+8
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+173