about summary refs log tree commit diff
path: root/src/libsyntax/token.rs
AgeCommit message (Expand)AuthorLines
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