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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
workcache.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-19
Fix a warning in the workcache test.
Erick Tryzelaar
-1
/
+1
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-16
/
+14
2012-12-13
Long lines
Brian Anderson
-1
/
+2
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-3
/
+2
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-9
/
+1
2012-12-13
Rename Send trait to Owned
Brian Anderson
-5
/
+5
2012-12-11
libstd: teach workcache to check freshness.
Graydon Hoare
-18
/
+59
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-13
/
+0
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-1
/
+14
2012-11-22
std: try to fix breakage.
Graydon Hoare
-7
/
+5
2012-11-22
std: initial sketch of workcache, barely does anything.
Graydon Hoare
-0
/
+311