rust/src/libsyntax/parse
2019-07-04 09:08:39 +03:00
..
lexer remove peek_span_src_raw from StringReader 2019-07-04 09:08:39 +03: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 remove old fixme 2019-06-26 11:21:59 -05:00
literal.rs Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov 2019-06-10 23:32:12 +00:00
mod.rs let_chains: Move feature gating to pre-expansion. 2019-06-23 01:29:29 +02:00
parser.rs Rollup merge of #62258 - petrochenkov:idclean, r=Centril 2019-07-04 01:38:49 +02:00
token.rs let_chains: readd kw::let to ident_can_begin_expr. 2019-06-23 01:29:29 +02: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