rust/src/libsyntax/parse
Brian Anderson d21336ee0a rustc: Remove &str indexing from the language.
Being able to index into the bytes of a string encourages
poor UTF-8 hygiene. To get a view of `&[u8]` from either
a `String` or `&str` slice, use the `as_bytes()` method.

Closes #12710.

[breaking-change]
2014-07-01 19:12:29 -07:00
..
lexer rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
attr.rs Register new snapshots 2014-06-15 23:30:24 -07:00
classify.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
common.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
mod.rs Handle CRLF properly in the lexer 2014-06-18 21:07:58 -07:00
obsolete.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
parser.rs Register new snapshots 2014-06-25 12:47:56 -07:00
token.rs comments only 2014-06-27 22:14:22 -07:00