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
/
src
/
test
/
ui
/
rfc-2497-if-let-chains
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3317
/
+0
2022-12-10
Introduce `with_forced_trimmed_paths`
Esteban Küber
-19
/
+19
2022-11-23
Add regression test for issue 99938
est31
-0
/
+31
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-0
/
+6
2022-10-14
Suppress irrefutable let patterns lint for prefixes in match guards
est31
-14
/
+23
2022-10-06
Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebank
Matthias Krüger
-2
/
+2
2022-10-05
suggest `==` to the rest of assign expr
Takayuki Maeda
-2
/
+2
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-09-15
Remove the let_else feature gate from the testsuite
est31
-1
/
+1
2022-09-04
Use head span for rustc_on_unimplemented's enclosing_scope attr
Michael Goulet
-33
/
+15
2022-08-29
Revert let_chains stabilization
Nilstrieb
-340
/
+478
2022-08-01
Use expr parse restrictions for let expr parsing
Michael Goulet
-242
/
+312
2022-07-16
Stabilize `let_chains`
Caio
-468
/
+330
2022-07-08
Fix last let_chains blocker
Caio
-269
/
+730
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-2
/
+2
2022-07-07
Review comments: wording
Esteban Küber
-6
/
+6
2022-07-07
Tweak wording and spans
Esteban Küber
-6
/
+6
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-9
/
+21
2022-07-07
Shorten span for closures.
Camille GILLOT
-2
/
+2
2022-06-25
[rustc_parse] Forbid lets in certain places
Caio
-186
/
+409
2022-06-21
Improve suggestion for calling closure on type mismatch
Michael Goulet
-0
/
+8
2022-06-16
diagnostics: fix trailing space
klensy
-4
/
+4
2022-06-13
Improve parsing errors and suggestions for bad if statements
Michael Goulet
-12
/
+30
2022-03-31
[let_chains] Forbid let inside parentheses
Caio
-461
/
+709
2022-03-25
Minor `let_chains` modification
Caio
-11
/
+11
2022-03-16
Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr...
Dylan DPC
-0
/
+173
2022-03-16
Extend the irrefutable_let_patterns lint to let chains
est31
-10
/
+158
2022-03-15
Ensure that `let_else` does not interact with `let_chains`
Caio
-0
/
+173
2022-03-09
Warn users about || in let chain expressions
Caio
-55
/
+110
2022-02-27
Make deref suggestion better
Michael Goulet
-0
/
+12
2022-01-22
Fix let_chains and if_let_guard feature flags
Caio
-0
/
+30
2022-01-19
Add tests to ensure that let_chains works with if_let_guard
Caio
-2
/
+26
2022-01-18
Formally implement let chains
Caio
-214
/
+337
2021-12-14
Make TyS::is_suggestable more structual
Michael Goulet
-2
/
+6
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-1
/
+1
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-45
/
+0
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-55
/
+55
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-118
/
+108
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-408
/
+155
2021-08-11
Modify structured suggestion output
Esteban Küber
-13
/
+18
2021-07-30
Use multispan suggestions more often
Esteban Küber
-8
/
+12
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-9
/
+45
2021-05-06
Better rustc_on_unimplemented, and UI test fixes
Scott McMurray
-21
/
+21
2021-03-10
Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis
Dylan DPC
-1
/
+1
2021-03-07
Remove notes, increase S/N ratio
Esteban Küber
-3
/
+0
2021-03-07
Add help suggesting `matches` to `let_chains` lint
Esteban Küber
-0
/
+32
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-188
/
+112
2021-02-25
Update test output for edition preludes.
Mara Bos
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-1
/
+0
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-5
/
+21
[next]