| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -991/+0 | |
| This reverts commit a33535e441dc5461fec0489069a1491367ad1c91. | ||||
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -0/+991 | |
| This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168. | ||||
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -991/+0 | |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -114/+0 | |
| 2012-10-07 | remove the old auto_serialize syntax extension | Erick Tryzelaar | -0/+80 | |
| 2012-10-01 | Split auto_serialize2 into two macros | Erick Tryzelaar | -75/+124 | |
| 2012-10-01 | Factor out auto_serialize2's impls from each other. | Erick Tryzelaar | -67/+114 | |
| 2012-10-01 | auto_serialize2 should deserialize structs using read_struct | Erick Tryzelaar | -57/+106 | |
| 2012-10-01 | Add deserializable and more types to serialization2 | Erick Tryzelaar | -61/+128 | |
| 2012-09-28 | demode vec | Niko Matsakis | -6/+6 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 | |
| 2012-09-26 | libstd: change serialization2 to take &self argument methods | Erick Tryzelaar | -7/+40 | |
| Unfortunately this trips over issue (#3585), where auto-ref isn't playing nicely with @T implementations. Most serializers don't care, but prettyprint2 won't properly display "@" until #3585 is fixed. | ||||
| 2012-09-26 | auto_serialize2 should fully qualify std::serialization2::deserialize | Erick Tryzelaar | -4/+12 | |
| 2012-09-26 | libsyntax: remove quasiquoter from auto_serialize2 | Erick Tryzelaar | -132/+288 | |
| 2012-09-26 | libsyntax: implement auto_serialize2 for enums, records, and structs | Erick Tryzelaar | -0/+616 | |
