rust/src/libsyntax/parse
Mazdak Farrokhzad a7f1649fbb
Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov
Correctly break out of recovery loop

Fix #61858.
2019-07-12 22:46:52 +02:00
..
lexer Replace src: &mut dyn Read with String 2019-07-10 07:12:28 -04:00
attr.rs Allow attributes in formal function parameters 2019-06-09 07:58:40 -03:00
classify.rs let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introduce ::Let. 2019-06-23 01:29:29 +02:00
diagnostics.rs Move pp::Printer helpers to direct impl 2019-07-10 07:13:20 -04:00
literal.rs Move literal_to_string to fmt::Display 2019-07-10 07:11:29 -04:00
mod.rs Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov 2019-07-06 02:38:01 +02:00
parser.rs Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov 2019-07-12 22:46:52 +02:00
token.rs Remove duplicate attr_to_string 2019-07-10 07:11:29 -04:00
unescape.rs Add unit tests for unescaping raw (byte) strings 2019-06-20 09:51:15 +02:00
unescape_error_reporting.rs Don't suggest using \r in raw strings 2019-06-10 17:32:15 +02:00