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
/
int_plus_one.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-21
Start removing `snippet_opt`
Jason Newcomb
-3
/
+3
2024-08-17
Remove redundant doc comments
Alex Macleod
-2
/
+0
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-10-23
Set existing doc-tests to `no_run`
Alex Macleod
-2
/
+2
2022-11-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-16
/
+12
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-11
/
+12
2022-11-15
Extend `needless_borrowed_reference` to structs and tuples, ignore _
Alex Macleod
-16
/
+12
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+2
2022-09-23
Apply uninlined_format-args to clippy_lints
Yuri Astrakhan
-2
/
+2
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-2
/
+1
2022-06-05
Improve lint doc consistency
Serial
-2
/
+1
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-1
/
+1
2022-05-07
Replace `#[allow]` with `#[expect]` in Clippy
xFrednet
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+1
2021-11-04
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
flip1995
-2
/
+2
2021-10-24
Update rustfmt
Cameron Steffen
-2
/
+2
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-5
/
+5
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+2
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-2
/
+1
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-1
/
+2
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-12
/
+12
2021-01-20
Add new lint `upper_case_acronyms`
Hirochika Matsumoto
-12
/
+12
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-3
/
+3
2020-08-11
int_plus_one: make lint adhere to lint message convention
Matthias Krüger
-3
/
+3
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+0
2020-06-01
Fix more code examples
ThibsG
-1
/
+0
2020-04-18
Fixes internal lint warning in code base.
xiongmao86
-10
/
+5
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-2
/
+2
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
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
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-15
Add a new lint for unused self
James Wang
-22
/
+21
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-7
/
+7
2019-08-28
Update int_plus_one suggestion text
Philipp Hansch
-1
/
+1
2019-08-02
Doctests: Fix all complexity lint docs
Philipp Hansch
-3
/
+7
2019-04-17
Use lint pass macros
Matthew Kraai
-16
/
+6
2019-03-05
move lint documentation into macro invocations
Andy Russell
-17
/
+17
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-1
/
+1
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
-4
/
+4
2018-11-27
Run rustfmt on clippy_lints
flip1995
-9
/
+14
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-20
Fill in Applicability from review comments by @flip1995
Vitaly _Vi Shukela
-1
/
+1
2018-09-20
Fix indents
Vitaly _Vi Shukela
-5
/
+5
[next]