about summary refs log tree commit diff
path: root/src/libsyntax/token.rs
AgeCommit message (Expand)AuthorLines
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-761/+0
2020-02-28Rollup merge of #69384 - petrochenkov:nounnorm, r=CentrilMazdak Farrokhzad-29/+25
2020-02-24syntax: Remove `Nt(Impl,Trait,Foreign)Item`Vadim Petrochenkov-9/+0
2020-02-24Add some missing support for `NtIdent`Vadim Petrochenkov-29/+25
2020-02-22parser: Cleanup `Parser::bump_with` and its usesVadim Petrochenkov-0/+33
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-3/+5
2020-01-30Use `P` for `NtMeta`.Nicholas Nethercote-2/+2
2020-01-30Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.Nicholas Nethercote-3/+7
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-4/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-22Format the worldMark Rousskov-119/+117
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-2/+2
2019-11-23Derive HashStable for TokenKind.Camille GILLOT-9/+10
2019-11-23Use proc-macro for TokenTree.Camille GILLOT-0/+1
2019-11-23Rename StableHashingContextLike to HashStableContext.Camille GILLOT-1/+1
2019-11-22Invert implementations for TokenKind.Camille GILLOT-1/+10
2019-11-17Remove extern crate.Camille GILLOT-0/+1
2019-11-17HashStable literals in libsyntax.Camille GILLOT-2/+2
2019-11-11Tiny cleanup to size assertionsVadim Petrochenkov-3/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-22/+22
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-0/+728