index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-29
Move directory `libsyntax` -> `librustc_ast`
Vadim Petrochenkov
-761
/
+0
2020-02-28
Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril
Mazdak Farrokhzad
-29
/
+25
2020-02-24
syntax: Remove `Nt(Impl,Trait,Foreign)Item`
Vadim Petrochenkov
-9
/
+0
2020-02-24
Add some missing support for `NtIdent`
Vadim Petrochenkov
-29
/
+25
2020-02-22
parser: Cleanup `Parser::bump_with` and its uses
Vadim Petrochenkov
-0
/
+33
2020-02-13
parser: fuse free `fn` parsing together.
Mazdak Farrokhzad
-3
/
+5
2020-01-30
Use `P` for `NtMeta`.
Nicholas Nethercote
-2
/
+2
2020-01-30
Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.
Nicholas Nethercote
-3
/
+7
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-4
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-119
/
+117
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-2
/
+2
2019-11-23
Derive HashStable for TokenKind.
Camille GILLOT
-9
/
+10
2019-11-23
Use proc-macro for TokenTree.
Camille GILLOT
-0
/
+1
2019-11-23
Rename StableHashingContextLike to HashStableContext.
Camille GILLOT
-1
/
+1
2019-11-22
Invert implementations for TokenKind.
Camille GILLOT
-1
/
+10
2019-11-17
Remove extern crate.
Camille GILLOT
-0
/
+1
2019-11-17
HashStable literals in libsyntax.
Camille GILLOT
-2
/
+2
2019-11-11
Tiny cleanup to size assertions
Vadim Petrochenkov
-3
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-22
/
+22
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-0
/
+728