summary refs log tree commit diff
path: root/src/test/run-pass/auto_serialize.rs
AgeCommit message (Expand)AuthorLines
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-0/+163
2012-10-07remove the old auto_serialize syntax extensionErick Tryzelaar-208/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-21/+22
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-4/+5
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-2/+7
2012-09-05test: "import" -> "use"Patrick Walton-4/+4
2012-08-30Fix auto_serialize test.Graydon Hoare-0/+35
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-5/+36
2012-08-29std: Camel case some constructorsBrian Anderson-1/+1
2012-08-28CamelCasify lots of stdBen Striegel-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-08Convert impls to new syntaxBrian Anderson-3/+0
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-13/+13
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