about summary refs log tree commit diff
path: root/src/libstd/task
AgeCommit message (Expand)AuthorLines
2013-07-07remove some method resolve workaroundsDaniel Micay-2/+2
2013-06-29Removing a lot of usage of '&const'Alex Crichton-1/+1
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-0/+4
2013-06-28libextra: Fix even more merge fallout.Patrick Walton-1/+0
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-1/+3
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-4/+4
2013-06-28std: silence some test warnings.Huon Wilson-8/+6
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-1/+1
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-2/+2
2013-06-25Change finalize -> drop.Luqman Aden-2/+2
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-21libstd: cleanup warningsJames Miller-1/+0
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-2/+2
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-14/+3
2013-06-13Remove unused importsSteven Stewart-Gallus-1/+1
2013-06-11option: remove redundant old_iter implsDaniel Micay-3/+4
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-0/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-8/+8
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-11/+11
2013-05-30Remove unnecessary 'use' formsDaniel Farina-8/+8
2013-05-30Require documentation by default for libstdAlex Crichton-0/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-6/+14
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-2/+6
2013-05-27Get rid of no-longer-needed #[doc(hidden)] attributes.Lindsey Kuper-5/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+2286