summary refs log tree commit diff
path: root/src/libextra/workcache.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-13/+12
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-1/+1
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-5/+5
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-2/+2
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-6/+7
2013-06-24Improve the SHA-1 implementationPalmer Cox-3/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-31/+32
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-1/+1
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-27Refactor core::run in order to address many of the issuesgareth-1/+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/+422