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
/
explicit_write.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-10-13
Apply fixes from lint
GnomedDev
-1
/
+1
2024-10-13
Check MethodCall/Call arg count earlier or at all
GnomedDev
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-09-22
Formatting
Philipp Krones
-2
/
+2
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-5
/
+15
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-1
/
+1
2023-12-16
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
Philipp Krones
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-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
-14
/
+11
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-13
/
+8
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-16
/
+12
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-46
/
+44
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-15
/
+14
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-4
/
+4
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-1
/
+1
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-2
/
+2
2022-09-02
clippy: BindingAnnotation change
Cameron Steffen
-1
/
+1
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-1
/
+1
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-1
/
+9
2022-05-22
Fix clippy explicit_write lint for new writeln implementation
David Tolnay
-2
/
+34
2022-02-10
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
flip1995
-23
/
+18
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-2
/
+2
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-3
/
+3
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-07-15
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
flip1995
-81
/
+36
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-5
/
+5
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-1
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-2
/
+2
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-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-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-6
/
+6
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-1
/
+1
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-1
/
+1
2019-10-10
Use match_function_call wherever possible
Matthias Seiffert
-6
/
+3
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-8
/
+8
[next]