about summary refs log tree commit diff
path: root/src/librustsyntax/ext/expand.rs
AgeCommit message (Expand)AuthorLines
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-157/+0
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-5/+5
2012-05-18add #mod[], which expands to the current module pathPaul Stansifer-0/+16
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-1/+1
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-1/+1
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-2/+2
2012-04-19Disallow rebinding / matching against consts in altsTim Chevalier-3/+2
2012-04-19Annotate FIXMEs (comments only)Tim Chevalier-1/+1
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-2/+2
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-6/+1
2012-03-29rustc: Move ext to librustsyntaxBrian Anderson-0/+147