| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -1/+1 | |
| Instead of using the new_ prefix just name them after their type | ||||
| 2012-03-14 | fixup auto_serialize's treatment of nullary variants | Niko Matsakis | -0/+15 | |
| 2012-03-14 | fix auto_serialize for enums with type parameters | Niko Matsakis | -0/+21 | |
| 2012-03-14 | adjust auto_serialize to generate fns named serialize_T() | Niko Matsakis | -15/+16 | |
| We used to generate a module T with a serialize() and deserialize() fn, but this was suboptimal for a number of reasons: - it required moving serialization into core so that uint etc worked - it was harder to override the serialization behavior locally (this is now trivial) | ||||
| 2012-03-13 | merge all auto_serialize tests into one | Niko Matsakis | -0/+98 | |
