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
/
clippy_lints
/
src
/
let_if_seq.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-5
/
+3
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-2
/
+3
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-74
/
+85
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-1
/
+2
2022-10-27
Update tooling
Maybe Waffle
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+1
2022-09-02
clippy: BindingAnnotation change
Cameron Steffen
-2
/
+2
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-12
/
+9
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-2
/
+2
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-12
/
+12
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+3
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-8
/
+6
2021-01-18
Remove qpath_res util function
Cameron Steffen
-2
/
+2
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-3
/
+2
2020-12-06
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
flip1995
-47
/
+6
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-6
/
+6
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-21
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
Ralf Jung
-2
/
+1
2020-05-17
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
flip1995
-1
/
+1
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-3
/
+3
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-16
rustup https://github.com/rust-lang/rust/pull/68944
Matthias Krüger
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-2
/
+5
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-9
/
+10
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-5
/
+5
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-9
/
+9
2019-09-18
Work around qpath_res issue
Michael Wright
-3
/
+3
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-2
/
+2
2019-05-10
More uses of higher::if_block
Manish Goregaokar
-2
/
+2
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-3
/
+3
2019-04-25
useless_let_if_seq handle interior mutability
Josh Mcguigan
-0
/
+7
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-04-14
Remove now-unnecessary calls to node_to_hir_id
Manish Goregaokar
-2
/
+2
2019-03-07
align with rust-lang/rust/#58992
ljedrz
-7
/
+6
2019-03-05
move lint documentation into macro invocations
Andy Russell
-39
/
+39
2019-02-03
Fix breakage due to rust-lang/rust#58079
Michael Wright
-1
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-1
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
[next]