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_parse
/
src
/
parser
/
attr_wrapper.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+2
2022-04-29
Remove hacks in `make_token_stream`.
Nicholas Nethercote
-38
/
+0
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-14
/
+14
2022-04-27
Avoid producing `NoDelim` values in `FrameData`.
Nicholas Nethercote
-12
/
+15
2022-04-19
Merge `TokenCursor::{next,next_desugared}`.
Nicholas Nethercote
-11
/
+6
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-4
/
+4
2022-03-22
Split `TokenCursor::{next,next_desugared}` into inlined and non-inlined halves.
Nicholas Nethercote
-5
/
+6
2021-09-05
Change more x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-06-06
parser: Ensure that all nonterminals have tokens after parsing
Vadim Petrochenkov
-8
/
+2
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-111
/
+406
2021-03-26
Always preserve `None`-delimited groups in a captured `TokenStream`
Aaron Hill
-10
/
+35
2021-03-06
rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`
Vadim Petrochenkov
-3
/
+7
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-2
/
+2
2021-02-13
Address review comments
Aaron Hill
-0
/
+185