about summary refs log tree commit diff
path: root/src/libcore/hash/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-8/+0
2015-01-17Register new snapshots.Eduard Burtescu-292/+118
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-140/+333
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-4/+4
2015-01-06FalloutNick Cameron-4/+4
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-02More falloutNick Cameron-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-26/+26
2014-12-15Move hash module from collections to coreSteven Fackler-0/+241