about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Collapse)AuthorLines
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-2/+2
Also split out emitters into their own module.
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-3/+3
+ Apply parser changes manually + Add feature gate
2015-12-16Implement type ascription.Eduard Burtescu-4/+23
2015-12-15Mark libsyntax_ext unstableSeo Sanghyeon-0/+5
2015-12-15Fix custom deriving testsSeo Sanghyeon-1/+3
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+5230