| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-27 | serialize: use Result | Sean McArthur | -110/+132 | |
| All of Decoder and Encoder's methods now return a Result. Encodable.encode() and Decodable.decode() return a Result as well. fixes #12292 | ||||
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -4/+4 | |
| Closes #5283 | ||||
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -2/+2 | |
| The arguments were accidentally swapped in the wrong order. Closes #12743 | ||||
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -17/+27 | |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -0/+281 | |
| This also inverts the dependency between libserialize and libcollections. cc #8784 | ||||
