rust/src/comp/syntax
Marijn Haverbeke 44ffd8e3aa Allow type annotations for blocks
I.e. {|foo: int| -> int foo + 2}

Issue #1275
2011-12-09 09:42:22 +01:00
..
ext Change literal representation to not truncate 2011-12-07 21:08:28 +01:00
parse Allow type annotations for blocks 2011-12-09 09:42:22 +01:00
print Allow binding of nested patterns 2011-12-08 12:03:48 +01:00
util Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
ast.rs Allow binding of nested patterns 2011-12-08 12:03:48 +01:00
ast_util.rs Allow binding of nested patterns 2011-12-08 12:03:48 +01:00
codemap.rs rustc: Fix position of diagnostic highlight lines 2011-11-24 08:10:11 +01:00
fold.rs Allow binding of nested patterns 2011-12-08 12:03:48 +01:00
visit.rs Allow binding of nested patterns 2011-12-08 12:03:48 +01:00