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_expand
/
src
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-30
Add let-else to AST
Cameron Steffen
-3
/
+3
2021-06-17
Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`
Yuki Okushi
-1
/
+1
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-3
/
+8
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-11
/
+0
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-1
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-5
/
+5
2020-11-26
Properly handle attributes on statements
Aaron Hill
-20
/
+6
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-1
/
+1
2020-10-14
Remove unused code from remaining compiler crates
est31
-97
/
+0
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-4
/
+20
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-4
/
+16
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-1
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+649