about summary refs log tree commit diff
path: root/src/liballoc/boxed.rs
AgeCommit message (Expand)AuthorLines
2014-12-15Move hash module from collections to coreSteven Fackler-0/+9
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+4
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-4/+4
2014-12-06liballoc: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-22Any: use plain transmute instead of transmute_copy for downcasting.Jonathan Reem-7/+3
2014-11-12Register new snapshotsAlex Crichton-40/+0
2014-11-06Implement Default for Box<[T]>Jorge Aparicio-0/+4
2014-11-05DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+40
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-6/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-19A few minor documentation fixesP1start-10/+12
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-1/+4
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-2/+4
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-0/+180