about summary refs log tree commit diff
path: root/src/libstd/hash
AgeCommit message (Expand)AuthorLines
2014-06-05std: Recreate a `collections` moduleAlex Crichton-1042/+0
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-23auto merge of #14368 : tedhorst/rust/master, r=alexcrichtonbors-1/+1
2014-05-22updated hash value in reduced benchmarkTed Horst-1/+1
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-17/+8
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 possible string functionalityAlex Crichton-1/+1
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-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-24Update libuvAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+9
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-8/+3
2014-04-15optimized SipHash implementationSean McArthur-42/+143
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-5/+5
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+5
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-11/+11
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-4/+4
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-27std: cut down on the memory usage of `SipHasher`Erick Tryzelaar-6/+6
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-9/+42
2014-02-22std: fix the hash doctestErick Tryzelaar-2/+2
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+888