about summary refs log tree commit diff
path: root/src/librustsyntax/ext
AgeCommit message (Expand)AuthorLines
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-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-6/+10
2012-04-25Rewrite exhaustiveness checkerMarijn Haverbeke-1/+0
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-2/+2
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-49/+42
2012-04-20Add new syntax for patterns that match the head constructor onlyTim Chevalier-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-2/+2
2012-04-19Disallow rebinding / matching against consts in altsTim Chevalier-3/+2
2012-04-19Annotate FIXMEs (comments only)Tim Chevalier-5/+7
2012-04-19Cleanup FIXMEs in syntax::ext::qquoteTim Chevalier-13/+7
2012-04-19Removed a FIXME from librustcsyntax/ext/build.rsTim Chevalier-3/+0
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-8/+8
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-6/+1
2012-04-11Add vstore/evec/estr to compiler.Graydon Hoare-8/+12
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-12/+12
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-2/+0
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-03-29rustc: Move ext to librustsyntaxBrian Anderson-0/+2785