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
2021-02-01
Assert the size of the refactored enums
Dániel Buga
-0
/
+10
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-35
/
+54
2021-01-15
Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov
bors
-10
/
+66
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-10
/
+66
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-1
/
+10
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-7
/
+8
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2021-01-01
first pass at default values for const generics
Julian Knodt
-0
/
+2
2020-12-30
Rollup merge of #80128 - pierwill:pierwill-docs-fieldpat, r=jyn514
Mara Bos
-6
/
+6
2020-12-29
More uses of the matches! macro
LingMan
-10
/
+4
2020-12-28
Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
Dylan DPC
-36
/
+9
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-36
/
+9
2020-12-17
Edit rustc_ast::ast::FieldPat docs
pierwill
-6
/
+6
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-16
/
+1
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-5
/
+43
2020-11-26
Properly handle attributes on statements
Aaron Hill
-5
/
+43
2020-11-25
ast and parser
b-naber
-0
/
+1
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-0
/
+3
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