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
2025-07-16
future-incompat lints: don't link to the nightly edition-guide version
dianne
-1
/
+1
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-9
/
+3
2025-02-26
Print out destructor
Michael Goulet
-18
/
+59
2025-02-24
Consider lvalues of field and index as possibly temporary places
Michael Goulet
-0
/
+8
2025-02-24
More comments
Michael Goulet
-8
/
+16
2025-02-24
Improve behavior of IF_LET_RESCOPE around temporaries and place expressions
Michael Goulet
-77
/
+63
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-14
/
+19
2025-01-23
Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler...
bors
-6
/
+5
2024-12-15
Use links to edition guide for edition migrations
Eric Huss
-1
/
+1
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+1
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-11-06
skip if-let-rescope lint unless requested by migration
Ding Xiang Fei
-6
/
+5
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