rust/compiler/rustc_ast/src
Aaron Hill f9f238e6b8
Remove special case for ExprKind::Paren in MutVisitor
The special case breaks several useful invariants (`ExpnId`s are
globally unique, and never change). This special case
was added back in 2016 in https://github.com/rust-lang/rust/pull/34355
2021-07-19 17:23:10 -05:00
..
ast
attr Implement token-based handling of attributes during expansion 2021-04-11 01:31:36 -04:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
ast.rs Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett 2021-07-11 06:31:42 +00:00
ast_like.rs parser: Ensure that all nonterminals have tokens after parsing 2021-06-06 14:21:12 +03:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs Update to new bootstrap compiler 2021-06-28 11:30:49 -04:00
mut_visit.rs Remove special case for ExprKind::Paren in MutVisitor 2021-07-19 17:23:10 -05:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs
token.rs remove pat2021 2021-04-27 21:15:59 -05:00
tokenstream.rs don't clone attrs 2021-05-30 22:44:40 +03:00
visit.rs Add support for using qualified paths with structs in expression and pattern 2021-06-10 13:18:41 +02:00