summary refs log tree commit diff
path: root/src/librustc_ast
AgeCommit message (Expand)AuthorLines
2020-03-21can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-5/+14
2020-03-09Address review commentsVadim Petrochenkov-5/+14
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-35/+24
2020-03-09rustc_ast: Introduce `Token::uninterpolate`Vadim Petrochenkov-2/+18
2020-03-09rustc_ast: Introduce `Token::uninterpolated_span`Vadim Petrochenkov-0/+34
2020-03-06fix various typosMatthias Krüger-2/+2
2020-03-06Auto merge of #69586 - petrochenkov:unmerge, r=Centrilbors-57/+117
2020-03-03Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkovbors-7/+8
2020-03-01Rename `syntax` in librustc_ast/README.mdLeSeulArtichaut-1/+1
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-7/+8
2020-03-01ast: Implement `TryFrom<ItemKind>` for associated and foreign itemsVadim Petrochenkov-0/+29
2020-03-01ast: Unmerge structures for associated items and foreign itemsVadim Petrochenkov-57/+88
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+8644