rust/src/libsyntax/parse
bors 19a38de68a Auto merge of #63402 - estebank:strip-margin, r=oli-obk
Strip code to the left and right in diagnostics for long lines

Fix #62999.
2019-08-30 06:49:15 +00:00
..
lexer fix rebase 2019-08-21 14:26:52 -07:00
parser Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank 2019-08-29 05:32:48 +02:00
attr.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02: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 Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
literal.rs Simplify with Symbol/Token::is_book_lit. 2019-08-27 10:21:41 +02:00
mod.rs Use dedicated type for spans in pre-expansion gating. 2019-08-20 20:26:37 +02:00
parser.rs Auto merge of #63127 - kper:pr, r=nikomatsakis 2019-08-28 03:42:00 +00:00
tests.rs syntax_pos: NO_EXPANSION/SyntaxContext::empty() -> SyntaxContext::root() 2019-08-15 20:38:12 +03:00
token.rs Simplify with Symbol/Token::is_book_lit. 2019-08-27 10:21:41 +02:00
unescape_error_reporting.rs Rollup merge of #62917 - estebank:trailing-slash, r=matklad 2019-07-24 16:13:20 +02:00