summary refs log tree commit diff
path: root/src/rustc/syntax/ext
AgeCommit message (Expand)AuthorLines
2012-03-27rust: Remove extensions' dependency on the sessionBrian Anderson-11/+8
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-15/+15
2012-03-26rustc: Begin eliminating ext's dependency on the sessionBrian Anderson-37/+55
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-25/+25
2012-03-20rustc: Make the quasiquote operator stop reusing nodes (and therefore stop re...Patrick Walton-3/+4
2012-03-19rustc: Stop generating the flag_none #fmt flag. Issue #1993Brian Anderson-7/+0
2012-03-16Check kind bounds when calling methodsMarijn Haverbeke-2/+4
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-8/+8
2012-03-14fixup auto_serialize's treatment of nullary variantsNiko Matsakis-3/+10
2012-03-14fix auto_serialize for enums with type parametersNiko Matsakis-32/+40
2012-03-14adjust auto_serialize to generate fns named serialize_T()Niko Matsakis-79/+64
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-142/+377
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-106/+166
2012-03-13fixup serialize_variantNiko Matsakis-0/+564
2012-03-13get new decorator extensions workingNiko Matsakis-0/+51
2012-03-13Fix Issue #1926 by sorting the gather list.Kevin Atkinson-1/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-6/+5
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+1861