summary refs log tree commit diff
path: root/src/libstd/prettyprint.rs
AgeCommit message (Expand)AuthorLines
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-62/+106
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-10Camel case std::serializationBrian Anderson-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-3/+3
2012-08-31Remove deprecated modes from list.rs (and temporarily delete list::push)Kevin Cantu-0/+3
2012-08-25libstd: serialization should use &strs.Erick Tryzelaar-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-15/+15
2012-08-22libstd: fix serialization no-implicit-copies warningsErick Tryzelaar-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-15/+15
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-20/+20
2012-03-14fixup auto_serialize's treatment of nullary variantsNiko Matsakis-3/+3
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-0/+130