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
/
main_recursion.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-13
Check MethodCall/Call arg count earlier or at all
GnomedDev
-1
/
+1
2024-04-01
fix fallout from previous commit
y21
-1
/
+1
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-11-10
Clean up after if chain removal
Alex Macleod
-3
/
+2
2023-11-10
Run `if-to-let-chain clippy*/**/*.rs`
Alex Macleod
-15
/
+13
2022-05-13
Tweak some words improved representation
ydah
-1
/
+1
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+1
2021-09-30
Do not pass hir::Crate to lints.
Camille GILLOT
-2
/
+2
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-3
/
+4
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-2
/
+2
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-2
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-3
/
+3
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-24
don't fire empty_loop in no_std crates
Mikhail Babenko
-10
/
+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-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-07
Rustup to rustc 1.40.0-nightly (7a76fe76f 2019-11-07)
Manish Goregaokar
-1
/
+8
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-2
/
+2
2019-08-05
Move expression check to LateLintPass
Vincent Dal Maso
-24
/
+31
2019-08-05
Add recursion check on main function
Vincent Dal Maso
-0
/
+55