about summary refs log tree commit diff
path: root/src/libextra/workcache.rs
AgeCommit message (Expand)AuthorLines
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-1/+1
2014-02-03extra: Fix tests with io_error usageAlex Crichton-4/+5
2014-02-03extra: Remove io_error usageAlex Crichton-7/+7
2014-01-29Removing do keyword from libextraScott Lawrence-4/+4
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-11extra::workcache: Remove unused Loggerklutzy-31/+6
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-7/+14
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-4/+6
2013-12-16Fallout of rewriting std::commAlex Crichton-6/+5
2013-12-11Make 'self lifetime illegal.Erik Price-21/+21
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-3/+0
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-3/+3
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+1
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