rust/src/libsyntax
Björn Steinbrink 43cae88079 Lexer: Fix offset handling in get_str_from()
As the comment said, the subtraction is bogus for multibyte characters.
Fortunately, we can just use last_pos instead of pos to get the correct
position without any subtraction hackery.
2013-06-08 03:24:47 +02:00
..
ext std: remove each[i]_mut functions, in favour of iterators. 2013-06-08 03:24:27 +10:00
parse Lexer: Fix offset handling in get_str_from() 2013-06-08 03:24:47 +02:00
print Deduplicate words in code comments 2013-06-06 10:48:27 +03:00
util add test cases for fold traversing macros 2013-06-06 14:21:07 -07:00
abi.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
ast_map.rs interner just uses uints, not idents with syntax context 2013-06-05 12:01:38 -07:00
ast_util.rs moved TLS of sctable to ast_util, hid parameter in hygiene calls 2013-06-05 12:01:40 -07:00
ast.rs removed unused imports (and one unused argument) 2013-06-05 12:01:39 -07:00
attr.rs
codemap.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
diagnostic.rs extra::term: better error handling and win32 compat 2013-05-31 20:02:49 -04:00
fold.rs implement fold traversing macros 2013-06-06 14:21:07 -07:00
opt_vec.rs
syntax.rc
visit.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00