summary refs log tree commit diff
path: root/src/libsyntax_ext/asm.rs
AgeCommit message (Expand)AuthorLines
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-6/+6
2015-12-18Require exact type equality + add testsVadim Petrochenkov-1/+1
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-3/+3
2015-12-16Implement type ascription.Eduard Burtescu-4/+23
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+245