summary refs log tree commit diff
path: root/src/libsyntax_ext/asm.rs
AgeCommit message (Collapse)AuthorLines
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-6/+6
[breaking-change] if you use any of the changed functions, you'll need to remove a try! or panictry!
2015-12-18Require exact type equality + add testsVadim Petrochenkov-1/+1
+ Rebase fixes
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-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+245