about summary refs log tree commit diff
path: root/src/libextra/workcache.rs
AgeCommit message (Expand)AuthorLines
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-8/+8
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-3/+3
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-10/+10
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-1/+6
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-2/+2
2013-11-18libextra: Remove `~fn()` from libextra.Patrick Walton-2/+2
2013-11-19temporarily disable tests on android and tagging issue number #10455Young-il Choi-0/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-4/+4
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-3/+3
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-7/+6
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-20/+16
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+2
2013-10-27Update workcache to no longer use Sha1.Palmer Cox-17/+5
2013-10-24Remove even more of std::ioAlex Crichton-23/+25
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-5/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-11/+16
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-13/+13
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-6/+11
2013-09-30extra: Remove usage of fmt!Alex Crichton-14/+14
2013-09-24Correctly encode item visibility in metadataAlex Crichton-6/+6
2013-09-17remove unnecessary transmutesDaniel Micay-1/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-16Have workcache::test put `foo.c` in the same directory it runs in.Lindsey Kuper-7/+16
2013-09-14extra::workcache: Remodel the (internal) struct Workblake2-ppc-16/+16
2013-09-08extra: Address review comments from JackTim Chevalier-12/+13
2013-09-08rustpkg: Use workcacheTim Chevalier-2/+7
2013-09-08workcache: Add the ability to save and load the database...Tim Chevalier-19/+139
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-3/+3
2013-08-07option.get -> option.unwrapErick Tryzelaar-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02Crypto: Remove DigestUtil and convert to default methods on the Digest trait.Palmer Cox-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-2/+1
2013-07-27cleanup .unwrap and .unwrap_err fixing io testsErick Tryzelaar-2/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-12/+12
2013-07-23extra: rebase fallout.Graydon Hoare-1/+1
2013-07-23extra: give up trying to make more fields of context cloneable, just use ARCs.Graydon Hoare-16/+28
2013-07-23extra: switch json from hashmaps to treemapsGraydon Hoare-2/+1
2013-07-23extra: clean up workcache to use & in place of @ most places.Graydon Hoare-58/+71
2013-07-23extra: remove a @ in workcache config.Graydon Hoare-3/+3
2013-07-23extra: change workcache::Work::unwrap to move out of self.Graydon Hoare-26/+18
2013-07-23extra: access workcache db via RWARC.Graydon Hoare-13/+17
2013-07-23extra: use deriving more in workcache, switch to treemaps.Graydon Hoare-71/+22
2013-07-20Use Option .take() or .take_unwrap() instead of util::replace where possibleblake2-ppc-3/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+12
2013-07-08extra: Patch up code that was using irrefutable patterns incorrectly.Niko Matsakis-2/+2
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