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
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-09
Revert "Implement Anonymous{Struct, Union} in the AST"
Felix S. Klock II
-3
/
+0
2021-08-30
Add let-else to AST
Cameron Steffen
-1
/
+4
2021-08-26
Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa
bors
-5
/
+2
2021-08-25
Various pattern cleanups
Léo Lanteri Thauvin
-5
/
+2
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-3
/
+3
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-2
/
+2
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-2
/
+11
2021-05-16
Implement Anonymous{Struct, Union} in the AST
jedel1043
-0
/
+3
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-31
/
+24
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-1
/
+3
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-4
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-16
/
+16
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-1
/
+6
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-10
/
+3
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-9
/
+9
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-7
/
+3
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+6
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-1
/
+0
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-1
/
+1
2020-11-26
Properly handle attributes on statements
Aaron Hill
-1
/
+1
2020-11-25
ast and parser
b-naber
-0
/
+3
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
-1
/
+1
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-1
/
+5
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-1
/
+1
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
-7
/
+2
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-25
/
+16
2020-10-16
Add check_generic_arg early pass
Santiago Pastorino
-5
/
+12
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+913