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
/
ptr_offset_with_cast.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-10
Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr
Bastian Kersting
-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-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+2
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-4
/
+4
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-6
/
+4
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+2
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-1
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-4
/
+4
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-3
/
+3
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-1
/
+2
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
-9
/
+9
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-02-18
Clean up imports
Yuki Okushi
-5
/
+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
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-8
/
+8
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+1
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-2
/
+2
2019-07-31
Update all the code to pass the updated `use_self` lint.
Jakub Wieczorek
-4
/
+4
2019-05-17
Prevent symbocalypse
Oliver Scherer
-3
/
+2
2019-05-14
Use symbols instead of strings
Oliver Scherer
-2
/
+3
2019-04-17
Use lint pass macros
Matthew Kraai
-29
/
+17
2019-03-05
move lint documentation into macro invocations
Andy Russell
-30
/
+30
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-2
/
+2
2018-11-27
Run rustfmt on clippy_lints
flip1995
-12
/
+8
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-1
/
+1
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-1
/
+10
2018-10-18
new_ret_no_self: add sample from #3313 to Known Problems section.
Matthias Krüger
-1
/
+1
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-31
declare_lint -> declare_tool_lint
Manish Goregaokar
-1
/
+1
2018-08-29
dont deref
Corey Farwell
-2
/
+2
2018-08-29
clippy suggestion
Corey Farwell
-1
/
+1
2018-08-29
derive copy/clone
Corey Farwell
-0
/
+1
2018-08-29
eof newline
Corey Farwell
-1
/
+1
[next]