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
/
unwrap.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-100
/
+92
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-2
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-3
/
+3
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-09-12
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
Philipp Krones
-8
/
+103
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+2
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-1
/
+2
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-5
/
+2
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-1
/
+1
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-1
/
+1
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-5
/
+5
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-3
/
+5
2022-02-10
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
flip1995
-3
/
+4
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-2
/
+2
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-5
/
+5
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-2
/
+4
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-3
/
+3
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-22
/
+111
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-3
/
+4
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-9
/
+12
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-2
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-3
/
+3
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-1
/
+1
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-2
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-2
/
+2
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-4
/
+5
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-3
/
+3
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
-7
/
+7
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-2
/
+2
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+1
2020-05-17
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
flip1995
-2
/
+10
2020-05-11
Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup
flip1995
-6
/
+15
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-2
/
+2
2020-04-12
cargo dev fmt
Philipp Hansch
-1
/
+1
2020-04-12
Make use of Option/Result diagnostic items
Philipp Hansch
-2
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-2
/
+2
2020-03-16
rustup https://github.com/rust-lang/rust/pull/68944
Matthias Krüger
-2
/
+2
2020-02-21
Fix fallout
flip1995
-2
/
+2
2020-02-05
Re-cover use of unnecessary unwraps in macros
Yuki Okushi
-2
/
+3
2020-02-04
Do not lint `unnecessary_unwrap` in macros
Yuki Okushi
-1
/
+5
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
-5
/
+7
2020-01-07
Normalize lint messages
Yuki Okushi
-2
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-2
/
+2
[next]