about summary refs log tree commit diff
path: root/src/librustc_ast/attr
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-684/+0
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-85/+12
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-10/+15
2020-08-04rustc_ast: More detailed docs for `Attribute::check_name`Vadim Petrochenkov-1/+5
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-6/+7
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-18/+24
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-4/+14
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-4/+14
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-1/+1
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-1/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+3
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+4
2020-03-21ast: Compress `AttrId` from `usize` to `u32`Vadim Petrochenkov-4/+4
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-2/+2
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-3/+2
2020-03-09rustc_ast: Introduce `Token::uninterpolated_span`Vadim Petrochenkov-0/+4
2020-03-06Auto merge of #69586 - petrochenkov:unmerge, r=Centrilbors-1/+1
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-4/+3
2020-03-01ast: Unmerge structures for associated items and foreign itemsVadim Petrochenkov-1/+1
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+727