about summary refs log tree commit diff
path: root/src/libextra/rc.rs
AgeCommit message (Expand)AuthorLines
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-19/+19
2013-07-24rc: Use ~T for allocationblake2-ppc-47/+43
2013-07-22new snapshotDaniel Micay-2/+0
2013-07-08extra: Patch up code that was using irrefutable patterns incorrectly.Niko Matsakis-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-7/+6
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-1/+2
2013-06-29Rename #[non_sendable] to #[no_send]Brian Anderson-2/+2
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-4/+4
2013-06-28librustc: Rename Const to FreezePatrick Walton-4/+4
2013-06-28librustc: Rename Owned to Send in the compilerPatrick Walton-1/+2
2013-06-27rc: add missing `#[unsafe_no_drop_flag]`Daniel Micay-0/+2
2013-06-25Change finalize -> drop.Luqman Aden-2/+2
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-8/+12
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-7/+7
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-3/+2
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+368