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
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-08
Fix cast_possible_truncation warnings
Devon Hollowood
-0
/
+1
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-10-04
Reimplement the `fn_to_numeric_cast_with_truncation` lint
Philipp Hansch
-0
/
+2
2018-10-03
Reimplement the `fn_to_numeric_cast` lint
Philipp Hansch
-0
/
+2
2018-10-02
Reimplement the `map_clone` lint from scratch
Oliver Schneider
-0
/
+4
2018-10-02
relicensing: Remove map_clone
Manish Goregaokar
-4
/
+0
2018-10-02
relicensing: Remove fn_to_numeric_cast, fn_to_numeric_cast_with_truncation
Manish Goregaokar
-4
/
+0
2018-09-26
Implement unnecesary_filter_map lint
Michael Wright
-0
/
+2
2018-09-24
Lint for chaining flatten after map
Jane Lusby
-0
/
+1
2018-09-19
mem_replace: apply update_lints tool.
Jay Kickliter
-0
/
+1
2018-09-19
Add lint for `mem::replace(.., None)`.
Jay Kickliter
-0
/
+3
2018-09-15
Add internal lint compiler_lint_functions
flip1995
-2
/
+4
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-4
/
+22
2018-09-13
fix warnings about trivial casts, mostly {i,u}128 -> {i,u}128, such as "i128:...
Matthias Krüger
-1
/
+1
2018-09-13
Merge pull request #3085 from mikerite/revert-98dbce
Philipp Hansch
-3
/
+1
2018-09-08
clippy_lints: enable crate_visibility_modifier since it is used but no longer...
Matthias Krüger
-0
/
+1
2018-09-07
Merge pull request #3129 from mipli/3091-numeric-typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-0
/
+2
2018-09-05
Add lint for misstyped literal casting
Michael A. Plikk
-0
/
+2
2018-09-03
Lint against needless uses of `collect()`
Josh Holmer
-0
/
+2
2018-09-03
iter conservation efforts: save the endangered .iter() and .into_iter()
Josh Triplett
-4
/
+2
2018-09-03
Make `Conf::default` available
Nick Cameron
-1
/
+1
2018-09-01
Merge pull request #2977 from flip1995/tool_lints
Manish Goregaokar
-22
/
+23
2018-08-29
Merge pull request #3105 from frewsxcv/frewsxcv-private
Manish Goregaokar
-2
/
+2
2018-08-29
Implement backwards compatibility changes introduced by rust-lang/rust#53762
flip1995
-10
/
+10
2018-08-29
Adapt codebase to the tool_lints
flip1995
-2
/
+3
2018-08-29
Switch to declare_tool_lint macro
flip1995
-10
/
+10
2018-08-29
Switch to tool_lints
flip1995
-20
/
+20
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
/
+4
2018-08-28
Make clippy_lints::{utils,consts} modules private, remove unused items.
Corey Farwell
-2
/
+2
2018-08-26
Merge pull request #3082 from mikerite/move-range-lints
Philipp Krones
-2
/
+3
2018-08-26
Revert "Fix E0502 warnings"
Michael Wright
-3
/
+1
2018-08-26
Remove `iterator_find_map` feature attribute
Michael Wright
-1
/
+0
2018-08-26
Move some range lints to complexity
Michael Wright
-2
/
+3
2018-08-24
Merge pull request #3048 from goodmanjonathan/assign_op
Philipp Krones
-1
/
+4
2018-08-24
Add copy_iterator lint (#1534)
Niklas Fiekas
-0
/
+3
2018-08-23
remove macro_vis_matcher feature gate since it is stable now.
Matthias Krüger
-1
/
+0
2018-08-23
Remove now stable tool_attributes feature
flip1995
-2
/
+0
2018-08-19
Remove implied rust_2018 feature
Manish Goregaokar
-1
/
+0
2018-08-16
fix-2927: Update formatting
Michael Wright
-8
/
+8
2018-08-15
Fix #2927
Michael Wright
-14
/
+18
2018-08-14
Merge pull request #3026 from dwijnand/fxhash
Philipp Krones
-0
/
+2
2018-08-14
Move shadow_unrelated to pedantic
Dale Wijnand
-1
/
+1
2018-08-14
Avoid new_without_default_derive in DefaultHashTypes
Dale Wijnand
-1
/
+1
2018-08-13
deprecate assign_ops lint
Jonathan Goodman
-1
/
+4
2018-08-12
Add an internal lint for FxHashMap/FxHashSet
Dale Wijnand
-0
/
+2
2018-08-08
Merge pull request #2823 from flip1995/thingies_things
Oliver Schneider
-1
/
+2
2018-08-06
Fix #3000
Michael Wright
-1
/
+1
2018-08-02
Replace cfg_attr(rustfmt... thingies
flip1995
-1
/
+2
[prev]
[next]