about summary refs log tree commit diff
path: root/src/libstd/hash/mod.rs
AgeCommit message (Expand)AuthorLines
2014-06-05std: Recreate a `collections` moduleAlex Crichton-391/+0
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brsonbors-1/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-9/+2
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-07core: Inherit the result moduleAlex Crichton-1/+12
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-0/+8
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-2/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+2
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-1/+1
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-0/+8
2014-02-22std: fix the hash doctestErick Tryzelaar-2/+2
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+369