summary refs log tree commit diff
path: root/src/libcoretest/ptr.rs
AgeCommit message (Expand)AuthorLines
2016-07-17Implement traits for variadic function pointersVadim Petrochenkov-0/+14
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+1
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-03-25Add trivial cast lints.Nick Cameron-7/+7
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-7/+7
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-1/+1
2015-02-18Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner...Niko Matsakis-2/+2
2015-02-12Auto merge of #21895 - alfie:libcoretest, r=pnkfelixbors-1/+1
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-1/+1
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-1/+1
2015-02-10Made the `ptr::Unique` type accept unsized types, to allow for use casesMarvin Löbel-0/+9
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2015-01-03Remove deprecated functionalityAlex Crichton-6/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-119/+13
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-5/+30
2014-07-24Deprecated `str::raw::from_c_str`Adolfo Ochagavía-9/+7
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+255