about summary refs log tree commit diff
path: root/src/libextra/arc.rs
AgeCommit message (Expand)AuthorLines
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