rust/compiler/rustc_ast/src
bors 577a76f003 Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov
Move global analyses from lowering to resolution

Split off https://github.com/rust-lang/rust/pull/87234

r? `@petrochenkov`
2021-09-03 14:47:13 +00:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Handle let-else initializer edge case errors 2021-08-30 20:18:42 -05:00
ast.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02: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 Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
mut_visit.rs Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov 2021-09-03 14:47:13 +00:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Remove box syntax from rustc_ast 2021-08-18 09:25:26 +02:00
token.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
tokenstream.rs don't clone attrs 2021-05-30 22:44:40 +03:00
visit.rs Add let-else to AST 2021-08-30 20:17:45 -05:00