summary refs log tree commit diff
path: root/src/libextra/arc.rs
AgeCommit message (Expand)AuthorLines
2013-06-30auto merge of #7468 : cmr/rust/great_renaming, r=pcwaltonbors-10/+8
2013-06-29Removing a lot of usage of '&const'Alex Crichton-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-10/+8
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-1/+2
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-14/+14
2013-06-28librustc: Rename Const to FreezePatrick Walton-10/+10
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-1/+0
2013-06-28extra: silence some test warnings.Huon Wilson-1/+0
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+1
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-1/+1
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-4/+7
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-4/+7
2013-06-24Merge remote-tracking branch 'reusee/master' into HEADBrian Anderson-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-22replaced some 'std::' with 'extra::' in commentsreus-1/+1
2013-06-21libextra: cleanup warningsJames Miller-9/+7
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-11/+11
2013-06-13Improve comments in sync and arc a bit more.Ben Blum-4/+4
2013-06-13Add a test case for #7065.Ben Blum-0/+62
2013-06-12remove bitrotted cant_nest field from RWARC (the #[mutable] tag suffices)Ben Blum-3/+1
2013-06-10clean-up unused import warningsHuon Wilson-1/+0
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-1/+1
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-1/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-34/+40
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-40/+50
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-8/+10
2013-05-28Silence various warnings throughout test modulesAlex Crichton-1/+0
2013-05-27syntax highlight code examples in docstringsDaniel Micay-2/+5
2013-05-24Remove the clone function for the methodOlivier Saut-5/+2
2013-05-24Remove the get functionOlivier Saut-16/+9
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-0/+1
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/+803