summary refs log tree commit diff
path: root/src/librustc_ast/attr
AgeCommit message (Expand)AuthorLines
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