about summary refs log tree commit diff
path: root/src/libstd/workcache.rs
AgeCommit message (Expand)AuthorLines
2013-01-23rename hashmap find_ref/get_ref -> find/getDaniel Micay-1/+1
2013-01-23rename hashmap find/get -> find_copy/get_copyDaniel Micay-2/+2
2013-01-23rename send_map to hashmapDaniel Micay-1/+1
2013-01-22std: various hacking on workcache.Graydon Hoare-107/+185
2013-01-10core: Change XXXs into proper FIXMEs with issue numbersTim Chevalier-5/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-5/+9
2012-12-19Fix a warning in the workcache test.Erick Tryzelaar-1/+1
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-1/+1
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-16/+14
2012-12-13Long linesBrian Anderson-1/+2
2012-12-13Change some uses of static methods to use the trait pathBrian Anderson-3/+2
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-9/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-5/+5
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