| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | rustc: Begin eliminating ext's dependency on the session | Brian Anderson | -11/+8 | |
| 2012-03-16 | Check kind bounds when calling methods | Marijn Haverbeke | -2/+4 | |
| Closes #1915 | ||||
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -2/+2 | |
| 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 | -3/+10 | |
| 2012-03-14 | fix auto_serialize for enums with type parameters | Niko Matsakis | -32/+40 | |
| 2012-03-14 | adjust auto_serialize to generate fns named serialize_T() | Niko Matsakis | -79/+64 | |
| 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 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -142/+377 | |
| 2012-03-13 | first (functional) version of the auto_serialize syntax ext | Niko Matsakis | -106/+163 | |
| 2012-03-13 | fixup serialize_variant | Niko Matsakis | -0/+564 | |
