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
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-12
Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov
Mara Bos
-5
/
+14
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-5
/
+14
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-2
/
+1
2020-11-02
Treat trailing semicolon as a statement in macro call
Aaron Hill
-0
/
+7
2020-10-27
Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...
bors
-0
/
+9
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-0
/
+9
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-0
/
+1
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-10
/
+10
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+3
2020-10-14
Remove unused code from rustc_ast
est31
-38
/
+0
2020-10-09
address review comments
Esteban Küber
-0
/
+10
2020-10-07
Auto merge of #76985 - hbina:clone_check, r=estebank
bors
-1
/
+13
2020-10-04
Remove extra indirection in LitKind::ByteStr
Robin Schoonover
-1
/
+1
2020-09-21
Prevent stackoverflow
Hanif Bin Ariffin
-1
/
+13
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-3
/
+3
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-0
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+6
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-2
/
+3
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-0
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-3
/
+5
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-0
/
+1
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-2
/
+8
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-4
/
+15
2020-08-30
mv compiler to compiler/
mark
-0
/
+2846