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_underscore.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-22
/
+36
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-5
/
+4
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-2
/
+2
2024-03-07
Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...
Philipp Krones
-2
/
+3
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-14
/
+15
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-4
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-10
/
+14
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-2
/
+8
2023-04-23
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Philipp Krones
-2
/
+13
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-1
/
+1
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-1
/
+51
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-1
/
+1
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-89
/
+68
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-10
/
+13
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-3
/
+4
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-15
/
+9
2022-01-15
initial revert
Ellen
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-2
/
+8
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-4
/
+3
2021-08-26
add `tcx` to `fn walk`
lcnr
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-15
/
+15
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-4
/
+4
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+3
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-11
/
+2
2020-11-23
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
flip1995
-2
/
+62
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-23
Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup
flip1995
-1
/
+1
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+3
2020-04-07
Format clippy_lints/src/let_underscore.rs
Philipp Krones
-1
/
+3
2020-04-07
rustup: update for the new Ty::walk interface.
Eduard Burtescu
-2
/
+8
2020-04-02
Allow let_underscore
pmk21
-7
/
+6
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-30
lint all guard types, not just lock functions
Areredify
-38
/
+38
2020-01-30
decouple 'let_underscore' tests
Mikhail Babenko
-1
/
+1
2020-01-30
add lint
Mikhail Babenko
-18
/
+61
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-3
/
+3
2020-01-23
disable let_underscore_must_use in external macros
Mikhail Babenko
-0
/
+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-07
Normalize lint messages
Yuki Okushi
-3
/
+3
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-1
/
+1
[next]