about summary refs log tree commit diff
path: root/src/liballoc/boxed_test.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-4/+4
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-1/+0
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-5/+5
2015-02-02Auto merge of #21647 - alfie:suffix-medium, r=alexcrichtonbors-5/+5
2015-02-01box: into_raw, from_raw functionsStepan Koltsov-0/+42
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-5/+5
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-20alloc::boxed: enable testStepan Koltsov-0/+75