rust/src/libsyntax_pos
Mazdak Farrokhzad 52c3846d51
Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank
Recover `mut $pat` and other improvements

- Recover on e.g. `mut Foo(x, y)` and suggest `Foo(mut x, mut y)`. Fixes https://github.com/rust-lang/rust/issues/63764.
- Recover on e.g. `let mut mut x;`
- Recover on e.g. `let keyword` and `let keyword(...)`.
- Cleanups in `token.rs` with `fn is_non_raw_ident_where` and friends.
2019-08-29 05:32:48 +02:00
..
analyze_source_file libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
symbol libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
analyze_source_file.rs libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
edition.rs syntax_pos: Remove the duplicate global edition 2019-08-15 20:41:45 +03:00
hygiene.rs Remove default macro transparencies 2019-08-23 01:53:20 +03:00
lib.rs hygiene: Require passing transparency explicitly to apply_mark 2019-08-23 01:44:33 +03:00
span_encoding.rs Increase Span from 4 bytes to 8 bytes. 2019-04-05 12:26:09 +11:00
symbol.rs Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank 2019-08-29 05:32:48 +02:00
tests.rs convert \r\n to \n when loading files 2019-08-14 15:35:12 +03:00