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
/
src
/
test
/
ui
/
rfc-2294-if-let-guard
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-08-29
Revert let_chains stabilization
Nilstrieb
-24
/
+184
2022-08-01
Use expr parse restrictions for let expr parsing
Michael Goulet
-6
/
+20
2022-07-16
Stabilize `let_chains`
Caio
-182
/
+22
2022-07-08
Fix last let_chains blocker
Caio
-24
/
+73
2022-06-25
[rustc_parse] Forbid lets in certain places
Caio
-4
/
+18
2022-05-09
use hir::Let in hir::Guard
SparrowLii
-2
/
+6
2022-01-22
Fix let_chains and if_let_guard feature flags
Caio
-20
/
+65
2022-01-18
Formally implement let chains
Caio
-48
/
+32
2021-08-16
Don't mark `if_let_guard` as an incomplete feature
Léo Lanteri Thauvin
-12
/
+8
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-162
/
+18
2021-03-07
Add help for `matches` for `if let` in arm guard
Esteban Küber
-0
/
+2
2021-03-07
Add help suggesting `matches` to `let_chains` lint
Esteban Küber
-0
/
+16
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-32
/
+16
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-1
/
+3
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-2
/
+2
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2020-12-17
Change the message for `if_let_guard` feature gate
LeSeulArtichaut
-4
/
+4
2020-12-06
Add a few basic tests for if-let guards
LeSeulArtichaut
-35
/
+179
2020-12-06
Introduce if-let guards in the HIR
LeSeulArtichaut
-10
/
+0
2020-08-08
Gate to if-let guard feature
Lzu Tao
-0
/
+412