index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
workcache.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-1
/
+1
2014-02-05
move concurrent stuff from libextra to libsync
JeremyLetang
-1
/
+1
2014-02-03
extra: Fix tests with io_error usage
Alex Crichton
-4
/
+5
2014-02-03
extra: Remove io_error usage
Alex Crichton
-7
/
+7
2014-01-29
Removing do keyword from libextra
Scott Lawrence
-4
/
+4
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem 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-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2014-01-11
extra::workcache: Remove unused Logger
klutzy
-31
/
+6
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-2
/
+2
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-7
/
+14
2014-01-03
libextra: Remove unnecessary `@mut`s
Patrick Walton
-4
/
+6
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-6
/
+5
2013-12-11
Make 'self lifetime illegal.
Erik Price
-21
/
+21
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-3
/
+0
2013-12-04
Rename extra::json::*::init() constructors to *::new()
Kevin Ballard
-3
/
+3
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-1
/
+1
2013-11-29
extra: json::Encoder should take a &mut io::Writer
Erick Tryzelaar
-8
/
+8
2013-11-29
extra: Rename json constructors into *::init
Erick Tryzelaar
-3
/
+3
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-10
/
+10
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-1
/
+6
2013-11-18
auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton
bors
-2
/
+2
2013-11-18
libextra: Remove `~fn()` from libextra.
Patrick Walton
-2
/
+2
2013-11-19
temporarily disable tests on android and tagging issue number #10455
Young-il Choi
-0
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-4
/
+4
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-3
/
+3
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-7
/
+6
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-20
/
+16
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-1
/
+2
2013-10-27
Update workcache to no longer use Sha1.
Palmer Cox
-17
/
+5
2013-10-24
Remove even more of std::io
Alex Crichton
-23
/
+25
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-5
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-11
/
+16
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-13
/
+13
2013-10-18
rustpkg: Make rustpkg tests stop comparing dates
Tim Chevalier
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-1
/
+1
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-6
/
+11
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-14
/
+14
2013-09-24
Correctly encode item visibility in metadata
Alex Crichton
-6
/
+6
2013-09-17
remove unnecessary transmutes
Daniel Micay
-1
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-09-16
Have workcache::test put `foo.c` in the same directory it runs in.
Lindsey Kuper
-7
/
+16
2013-09-14
extra::workcache: Remodel the (internal) struct Work
blake2-ppc
-16
/
+16
2013-09-08
extra: Address review comments from Jack
Tim Chevalier
-12
/
+13
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-2
/
+7
2013-09-08
workcache: Add the ability to save and load the database...
Tim Chevalier
-19
/
+139
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-3
/
+3
2013-08-07
option.get -> option.unwrap
Erick Tryzelaar
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
[next]