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_lint
/
src
/
if_let_rescope.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-02
reduce false positives on some common cases from if-let-rescope
Ding Xiang Fei
-2
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+1
2024-10-24
stabilize if_let_rescope
Ding Xiang Fei
-2
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-15
update bootstrap configs
Josh Stone
-1
/
+1
2024-09-30
Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu
Matthias Krüger
-2
/
+28
2024-09-30
apply suggestions
Ding Xiang Fei
-1
/
+2
2024-09-30
preserve brackets around if-lets and skip while-lets
Ding Xiang Fei
-2
/
+27
2024-09-29
cleanup: don't `.into()` identical types
Matthias Krüger
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-20
/
+15
2024-09-14
Make some lint doctests compatible with `--stage=0`
Zalathar
-1
/
+1
2024-09-13
simplify the suggestion notes
Ding Xiang Fei
-108
/
+123
2024-09-11
coalesce lint suggestions that can intersect
Ding Xiang Fei
-108
/
+211
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-0
/
+312