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
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
2018-08-29
utilize carrier
Corey Farwell
-9
/
+3
2018-08-29
suggest wrapping_offset as well
Corey Farwell
-13
/
+45
2018-08-29
if no suggestion, dont add suggestion
Corey Farwell
-11
/
+10
2018-08-29
utilize .is_unsafe_ptr
Corey Farwell
-6
/
+2
2018-08-29
utilize cx.tcx.types.usize
Corey Farwell
-2
/
+1
2018-08-29
tweak comment
Corey Farwell
-1
/
+1
2018-08-29
switch lint from 'style' to 'complexity'
Corey Farwell
-1
/
+1
2018-08-28
New lint: Suggest `ptr.add([usize])` over `ptr.offset([usize] as isize)`.
Corey Farwell
-0
/
+130