about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/placeholders.rs
AgeCommit message (Expand)AuthorLines
2022-08-17Box the `MacCall` in various types.Nicholas Nethercote-3/+3
2022-04-30Save colon span to suggest bounds.Camille GILLOT-0/+1
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
2022-01-07expand: Rename some `AstFragment`s to match AST structuresVadim Petrochenkov-3/+3
2022-01-05ast: Always keep a `NodeId` in `ast::Crate`Vadim Petrochenkov-3/+4
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-0/+14
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-1/+1
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-21/+4
2021-08-12Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"Aaron Hill-4/+21
2021-08-06Remove special case for statement `NodeId` assignmentAaron Hill-21/+4
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-12/+12
2021-02-14expand: Remove obsolete `ExpansionConfig::keep_macs`Vadim Petrochenkov-8/+0
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-5/+2
2020-11-26Properly handle attributes on statementsAaron Hill-7/+4
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-4/+0
2020-11-07typo and formattingo752d-10/+9
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-1/+37
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+4
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+6
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-4/+8
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-2/+6
2020-08-30mv compiler to compiler/mark-0/+345