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
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
2013-08-02
Crypto: Remove DigestUtil and convert to default methods on the Digest trait.
Palmer Cox
-2
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-28
auto merge of #8069 : erickt/rust/maikklein, r=erickt
bors
-2
/
+1
2013-07-27
cleanup .unwrap and .unwrap_err fixing io tests
Erick Tryzelaar
-2
/
+1
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-12
/
+12
2013-07-23
extra: rebase fallout.
Graydon Hoare
-1
/
+1
2013-07-23
extra: give up trying to make more fields of context cloneable, just use ARCs.
Graydon Hoare
-16
/
+28
2013-07-23
extra: switch json from hashmaps to treemaps
Graydon Hoare
-2
/
+1
2013-07-23
extra: clean up workcache to use & in place of @ most places.
Graydon Hoare
-58
/
+71
2013-07-23
extra: remove a @ in workcache config.
Graydon Hoare
-3
/
+3
2013-07-23
extra: change workcache::Work::unwrap to move out of self.
Graydon Hoare
-26
/
+18
2013-07-23
extra: access workcache db via RWARC.
Graydon Hoare
-13
/
+17
2013-07-23
extra: use deriving more in workcache, switch to treemaps.
Graydon Hoare
-71
/
+22
2013-07-20
Use Option .take() or .take_unwrap() instead of util::replace where possible
blake2-ppc
-3
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-5
/
+12
2013-07-08
extra: Patch up code that was using irrefutable patterns incorrectly.
Niko Matsakis
-2
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey 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-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-5
/
+5
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-2
/
+2
2013-06-24
Create a Digest trait for common methods on digests and convert the SHA-1 imp...
Palmer Cox
-6
/
+7
2013-06-24
Improve the SHA-1 implementation
Palmer Cox
-3
/
+3
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-1
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-31
/
+32
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-1
/
+1
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-27
Refactor core::run in order to address many of the issues
gareth
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+422