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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast
/
src
/
mut_visit.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-13
/
+8
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-8
/
+6
2020-11-26
Properly handle attributes on statements
Aaron Hill
-8
/
+6
2020-11-25
ast and parser
b-naber
-1
/
+4
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-0
/
+1
2020-11-12
Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov
Mara Bos
-1
/
+5
2020-11-12
Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
bors
-3
/
+3
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-1
/
+5
2020-11-09
Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
Dylan DPC
-12
/
+9
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-3
/
+3
2020-11-06
rustc_ast: Never clone empty token streams in mutable visitor
Vadim Petrochenkov
-1
/
+1
2020-11-06
rustc_ast: Visit tokens stored in AST nodes in mutable visitor
Vadim Petrochenkov
-15
/
+34
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-8
/
+8
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-5
/
+2
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-28
/
+44
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-1
/
+1
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+3
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-2
/
+5
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-5
/
+7
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-2
/
+2
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-1
/
+1
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-3
/
+4
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1325