summary refs log tree commit diff
path: root/src/test/run-pass/auto_serialize.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4/+4
2012-06-20Remove bind. Issue #2189Brian Anderson-27/+27
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-1/+1
2012-03-14fixup auto_serialize's treatment of nullary variantsNiko Matsakis-0/+15
2012-03-14fix auto_serialize for enums with type parametersNiko Matsakis-0/+21
2012-03-14adjust auto_serialize to generate fns named serialize_T()Niko Matsakis-15/+16
2012-03-13merge all auto_serialize tests into oneNiko Matsakis-0/+98