summary refs log tree commit diff
path: root/src/librustc_resolve/macros.rs
AgeCommit message (Expand)AuthorLines
2016-09-26Auto merge of #36678 - TimNN:fix-dist, r=alexcrichtonbors-2/+2
2016-09-26fix rebase falloutTim Neumann-2/+2
2016-09-26Forbid user-defined macros named "macro_rules".Jeffrey Seyfried-0/+3
2016-09-24Load macros from `#[macro_use]` extern crates in `resolve`.Jeffrey Seyfried-8/+49
2016-09-23Load extern crates in `resolve`.Jeffrey Seyfried-1/+1
2016-09-22Auto merge of #36573 - jseyfried:groundwork, r=nrcbors-7/+6
2016-09-22Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfriedbors-1/+3
2016-09-22Use `Resolver::visit_expansion` only with monotonic expansions.Jeffrey Seyfried-7/+6
2016-09-23reviewer comments and rebasingNick Cameron-1/+3
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-1/+1
2016-09-13Perform node id assignment and `macros_at_scope` construction duringJeffrey Seyfried-0/+4
2016-09-13Move macro resolution into `librustc_resolve`.Jeffrey Seyfried-0/+213