about summary refs log tree commit diff
path: root/src/librustpkg/workcache_support.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-58/+0
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-3/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-20/+6
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-27Integrate the code in the digest and cryptoutil modules directly into the sha...Palmer Cox-2/+1
2013-10-27Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.Palmer Cox-3/+2
2013-10-24Remove even more of std::ioAlex Crichton-10/+14
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-7/+7
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-4/+11
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-5/+5
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-0/+5
2013-09-08rustpkg: Use workcacheTim Chevalier-0/+58