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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-04
Use span_lint_and_sugg + move infaillible lint
ThibsG
-8
/
+6
2020-02-04
Add new lint: match with a single binding statement
ThibsG
-0
/
+3
2020-02-02
Rustup to rust-lang/rust#68133
Yuki Okushi
-0
/
+4
2020-01-31
Move debug_assertions_with_mut_call to nursery
flip1995
-2
/
+1
2020-01-30
add lint
Mikhail Babenko
-0
/
+3
2020-01-30
Declare lint and implement lint logic.
xiongmao86
-0
/
+5
2020-01-25
Auto merge of #5081 - Areredify:vec_box_threshold, r=flip1995
bors
-1
/
+2
2020-01-25
add size parameter for lint
Mikhail Babenko
-1
/
+2
2020-01-23
add `option_as_ref_deref` lint
Areredify
-0
/
+3
2020-01-20
Add `skip_while_next` lint
Yuki Okushi
-0
/
+3
2020-01-19
Run `update_lints`
Yuki Okushi
-3
/
+3
2020-01-19
Rename `ok_if_let` to `if_let_some_result`
Yuki Okushi
-5
/
+5
2020-01-18
rustup https://github.com/rust-lang/rust/pull/67712
Matthias Krüger
-1
/
+0
2020-01-18
Downgrade range_plus_one to pedantic
Andre Bogus
-2
/
+1
2020-01-15
Add lint for default lint description
Brad Sherman
-0
/
+1
2020-01-13
Auto merge of #4543 - xiongmao86:issue4503, r=flip1995
bors
-0
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-5
/
+7
2020-01-12
./util/dev update_lints.
xiongmao86
-2
/
+1
2020-01-12
Declare lint.
xiongmao86
-0
/
+3
2020-01-09
Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995
bors
-0
/
+3
2020-01-07
Move `transmute_float_to_int` lint to `complexity`
Krishna Sai Veera Reddy
-1
/
+2
2020-01-07
Change lint name to WILDCARD_IN_OR_PATTERNS
ThibsG
-3
/
+3
2020-01-07
Move to complexity and adapt test
ThibsG
-1
/
+2
2020-01-07
New lint: pats_with_wild_match_arm
ThibsG
-0
/
+2
2020-01-06
Add lint to detect usage of invalid atomic ordering
Krishna Sai Veera Reddy
-0
/
+5
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-0
/
+2
2020-01-04
Add lint for iter.nth(0)
Brad Sherman
-0
/
+3
2019-12-31
Move `mem_replace_with_default` out of nursery
Krishna Veera Reddy
-1
/
+2
2019-12-31
Use `mem::take` instead of `mem::replace` when applicable
Krishna Veera Reddy
-0
/
+2
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-2
/
+2
2019-12-28
Add new lint (modulo_arithmetic)
mgr-inz-rafal
-0
/
+4
2019-12-24
Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995
bors
-0
/
+5
2019-12-24
new lint: mutable_key_type
Andre Bogus
-0
/
+5
2019-12-24
do minor cleanups
Lzu Tao
-5
/
+6
2019-12-22
implemented `let_underscore` lint
Mikhail Babenko
-0
/
+4
2019-12-21
Deprecate unused_label lint
flip1995
-5
/
+4
2019-12-18
Update iterator_step_by_zero
Michael Wright
-3
/
+3
2019-12-16
Fix clippy build failure
Krishna Veera Reddy
-1
/
+0
2019-12-07
Add lint to detect transmutes from float to integer
Krishna Veera Reddy
-0
/
+2
2019-12-06
Add lint for pub fns returning a `Result` without documenting errors
RobbieClarken
-0
/
+2
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+5
2019-11-29
Add custom ICE message that points to Clippy repo
Philipp Hansch
-0
/
+2
2019-11-29
Run update_lints
flip1995
-1
/
+1
2019-11-28
Auto merge of #4821 - Areredify:as_conversions, r=flip1995
bors
-0
/
+4
2019-11-28
make use of Result::map_or
Lzu Tao
-0
/
+1
2019-11-25
implemented `as_conversions` lint
Mikhail Babenko
-0
/
+4
2019-11-23
Run update_lints
flip1995
-2
/
+2
2019-11-23
Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lints
flip1995
-0
/
+5
2019-11-23
Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...
flip1995
-0
/
+5
2019-11-23
Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lints
flip1995
-0
/
+2
[next]