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_lowering
/
src
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-22
`rustc_ast_lowering`: remove `ref` patterns
Maybe Waffle
-5
/
+5
2022-09-17
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
Dylan DPC
-11
/
+0
2022-09-15
Stabilize the let_else feature
est31
-11
/
+0
2022-09-14
Pass ImplTraitContext as &, there's no need for that to be &mut
Santiago Pastorino
-3
/
+4
2022-09-06
Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow...
Santiago Pastorino
-4
/
+3
2022-07-11
extract method to read scrutinee conditionally
Ding Xiang Fei
-16
/
+2
2022-07-11
move else block into the `Local` struct
Ding Xiang Fei
-2
/
+16
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-71
/
+20
2022-07-06
Remove `sess` field from LoweringContext.
Camille GILLOT
-2
/
+2
2022-02-17
Add more information to `impl Trait` deny error
Michael Goulet
-2
/
+2
2021-12-13
let-else: fix attribute aliasing + add test for issue 89807
Cormac Relf
-0
/
+1
2021-12-13
let-else: add hir::Let and type check it like a hir::Local
Cormac Relf
-22
/
+9
2021-09-18
Do not preallocate item HirIds.
Camille GILLOT
-1
/
+1
2021-08-30
Add let_else feature gate
Cameron Steffen
-0
/
+10
2021-08-30
Lower let-else to HIR
Cameron Steffen
-16
/
+81
2021-08-30
Refactor lower_stmts
Cameron Steffen
-55
/
+56
2021-08-30
Move some methods to block module
Cameron Steffen
-0
/
+109