| Age | Commit message (Expand) | Author | Lines |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -16/+13 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -67/+20 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+6 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -6/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+6 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -5/+5 |
| 2012-09-12 | Document IterBytes, Eq, Cmp, Hash. Close #3449. | Graydon Hoare | -1/+24 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -2/+2 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -2/+2 |
| 2012-09-07 | Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes. | Graydon Hoare | -15/+15 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -9/+9 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-08-30 | Migrate core::send_map to random, keyed hashes w/ hash::Hash trait. | Graydon Hoare | -1/+1 |
| 2012-08-30 | Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait. | Graydon Hoare | -20/+102 |
| 2012-08-27 | Convert over some residual uses of #oldmacros. | Graydon Hoare | -18/+28 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -16/+16 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -6/+6 |
| 2012-08-14 | De-mode more pieces of core. | Graydon Hoare | -3/+7 |
| 2012-08-02 | De-duplicate core::hash some, refactor the traits. | Graydon Hoare | -190/+198 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -8/+8 |
| 2012-07-31 | Add hash tests: idempotent, no_bytes_dropped. | Ben Blum | -0/+42 |
| 2012-07-31 | Add hash uint tests | Ben Blum | -0/+19 |
| 2012-07-31 | Add hash_u64, hash_u32, hash_uint. | Ben Blum | -0/+38 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -30/+30 |
| 2012-07-30 | core::hash -- add a hash::streaming interface and associated siphash implemen... | Damian Gryski | -11/+194 |
| 2012-07-24 | Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859. | Graydon Hoare | -0/+163 |