summary refs log tree commit diff
path: root/src/libstd/workcache.rs
AgeCommit message (Expand)AuthorLines
2012-12-11libstd: teach workcache to check freshness.Graydon Hoare-18/+59
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30libs: Remove transitionary material on iter_bytes, add workcache to build.Graydon Hoare-13/+0
2012-11-28librustc: Add explicit self to IterBytes. r=nmatsakisPatrick Walton-1/+14
2012-11-22std: try to fix breakage.Graydon Hoare-7/+5
2012-11-22std: initial sketch of workcache, barely does anything.Graydon Hoare-0/+311