rust/src/libsyntax/parse
Nicholas Nethercote 7a090fbe02 Rename some stuff in StringReader.
- `source_text` becomes `src`, matching `FileMap::src`.

- `byte_offset()` becomes `src_index()`, which makes it clearer that
  it's an index into `src`. (Likewise for variables containing
  `byte_offset` in their name.) This function also now returns a `usize`
  instead of a `BytePos`, because every callsite immediately converted
  the `BytePos` to a `usize`.
2018-05-13 17:16:03 +10:00
..
lexer Rename some stuff in StringReader. 2018-05-13 17:16:03 +10:00
attr.rs make it compile again 2018-05-02 12:05:13 +02:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Optimize string handling in lit_token(). 2018-05-09 09:17:03 +10:00
parser.rs Fix tuple struct field spans 2018-05-10 09:15:47 -07:00
token.rs 'label can start expressions 2018-04-23 11:17:59 +02:00