rust/src/libsyntax/parse
Vadim Petrochenkov b6d522a101 syntax: Pre-intern names of all built-in macros
They always end up interned anyway
2019-07-07 13:04:07 +03:00
..
lexer syntax: Pre-intern names of all built-in macros 2019-07-07 13:04:07 +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 io::Result from syntax::print 2019-06-29 09:10:17 -04:00
literal.rs Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov 2019-06-10 23:32:12 +00: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 #62292 - Centril:split-async-closures, r=cramertj 2019-07-05 13:53:06 +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