about summary refs log tree commit diff
path: root/src/liballoc/boxed_test.rs
AgeCommit message (Expand)AuthorLines
2015-11-24rustfmt: liballoc, liballoc_*, libarenaNick Cameron-2/+1
2015-09-24rustfmt liballocNick Cameron-5/+10
2015-06-26Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...Ms2ger-4/+4
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