about summary refs log tree commit diff
path: root/src/libstd/owned.rs
AgeCommit message (Expand)AuthorLines
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-115/+0
2014-05-15core: Update all tests for fmt movementAlex Crichton-0/+14
2014-05-13std: Move the owned module from core to stdAlex Crichton-0/+101
2014-05-07Test fixes and rebase conflictsAlex Crichton-33/+0
2014-05-07core: Inhert ~/@/& cmp traits, remove old modulesAlex Crichton-31/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-11/+11
2014-05-02librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885.Patrick Walton-0/+8
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-4/+1
2014-01-09librustc: Implement placement `box` for GC and unique pointers.Patrick Walton-0/+14
2013-08-04std: implement Total{Ord,Eq} for pointers.Huon Wilson-1/+13
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-6/+6
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+33