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
/
dbg_macro.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-51
/
+57
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-7
/
+3
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-14
/
+37
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-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
-29
/
+4
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-1
/
+3
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-10
/
+47
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-5
/
+5
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-2
/
+3
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-4
/
+17
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-2
/
+2
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-0
/
+5
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-45
/
+52
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+9
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-03-15
rustup https://github.com/rust-lang/rust/pull/69589/
Matthias Krüger
-1
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-2
/
+2
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
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-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-12-03
Rustup to rust-lang/rust#66935
flip1995
-3
/
+3
2019-09-04
Refactor option handling
Jeremy Stucki
-4
/
+1
2019-08-16
Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"
Lzu Tao
-2
/
+2
2019-05-17
Prevent symbocalypse
Oliver Scherer
-2
/
+1
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-1
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-14
/
+3
2019-03-05
move lint documentation into macro invocations
Andy Russell
-15
/
+15
2019-02-03
run `util/dev update_lints` and `cargo fmt --all`
rhysd
-3
/
+3
2019-02-03
prefer `if` to `match`
rhysd
-22
/
+19
2019-02-03
use snippet for making a suggestion if possible
rhysd
-8
/
+37
2019-02-02
add more test cases for dbg_macro rule
rhysd
-1
/
+0
2019-02-02
use span_help_and_lint() instead of span_lint_and_sugg()
rhysd
-4
/
+2
2019-02-01
`cargo +nightly fmt` at clippy_lints/
rhysd
-2
/
+2
2019-02-01
remove TODO comment which was already done
rhysd
-1
/
+1
2019-02-01
fix category and use suggestion
rhysd
-7
/
+11
2019-01-31
implement dbg_macro rule (fixes #3721)
rhysd
-0
/
+51