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
/
compiler
/
rustc_ast
/
src
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-15
suggest adding a missing semicolon before an item
Takayuki Maeda
-0
/
+24
2022-06-02
Revert #96682.
Nicholas Nethercote
-3
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-05
Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov
Matthias Krüger
-2
/
+3
2022-05-04
Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov
bors
-0
/
+9
2022-05-05
Add a comment on `TokenKind::Interpolated`.
Nicholas Nethercote
-0
/
+9
2022-05-04
Show invisible delimeters (within comments) when pretty printing.
Nicholas Nethercote
-2
/
+3
2022-05-04
Remove unnecessary `NtIdent` in `Token::is_whole_expr`.
Nicholas Nethercote
-1
/
+1
2022-05-04
Speed up `Token::{ident,lifetime}`.
Nicholas Nethercote
-6
/
+16
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-18
/
+25
2022-04-15
Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
Dylan DPC
-1
/
+1
2022-04-07
Shrink `Nonterminal`.
Nicholas Nethercote
-4
/
+4
2022-04-02
Create 2024 edition
Jacob Pratt
-1
/
+1
2022-03-31
Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay
Dylan DPC
-2
/
+2
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-5
/
+0
2022-03-23
Update syntax tree definition
Grisha Vartanyan
-2
/
+2
2022-02-26
2 - Make more use of let_chains
Caio
-12
/
+8
2021-10-04
Use `TokenKind::similar_tokens()`
Fabian Wolff
-0
/
+1
2021-09-04
Fix formatting
Theodore Luo Wang
-1
/
+4
2021-09-04
Use verbose suggestions and only match if the + is seen before a numeric literal
Theodore Luo Wang
-0
/
+4
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-04-27
remove pat2021
mark
-10
/
+3
2021-04-15
rename pat2015 to pat_param
mark
-7
/
+7
2021-03-22
rename :pat2018 -> :pat215
mark
-7
/
+7
2021-03-15
Extend `proc_macro_back_compat` lint to `procedural-masquerade`
Aaron Hill
-27
/
+0
2021-03-14
Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`
Aaron Hill
-49
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-2
/
+2
2021-01-07
rustc_parse: Better spans for synthesized token streams
Vadim Petrochenkov
-1
/
+1
2020-12-31
Enable Pat2021 in edition 2021.
Mara Bos
-2
/
+1
2020-12-30
Implement edition-based macro pat feature
mark
-5
/
+30
2020-12-24
use matches!() macro in more places
Matthias Krüger
-34
/
+19
2020-12-17
docs: Edit rustc_ast::token::Token
pierwill
-1
/
+1
2020-11-25
Adjust pretty-print compat hack to work with item statements
Aaron Hill
-7
/
+14
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-0
/
+7
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+1
2020-10-15
Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor
Yuki Okushi
-10
/
+0
2020-10-14
Remove unused code from rustc_ast
est31
-10
/
+0
2020-10-11
Add hack to keep `actix-web` and `actori-web` compiling
Aaron Hill
-5
/
+16
2020-09-10
Fully integrate token collection for additional AST structs
Aaron Hill
-1
/
+1
2020-09-07
Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov
Dylan DPC
-0
/
+1
2020-09-04
Account for version number in NtIdent hack
Aaron Hill
-3
/
+13
2020-09-02
Allow try blocks as the argument to return expressions
Scott McMurray
-0
/
+1
2020-09-01
Remove trivia tokens
Aleksey Kladov
-15
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+884
[prev]