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
/
methods
Age
Commit message (
Expand
)
Author
Lines
2019-01-08
Remove all copyright license headers
Philipp Hansch
-18
/
+0
2019-01-07
Update `unwrap_get` code review suggestions
Michael Wright
-8
/
+7
2019-01-06
Improve `get_unwrap` suggestion
Michael Wright
-2
/
+19
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-14
/
+14
2018-12-17
Do not mark as_ref as useless if it's followed by a method call
Wilco Kusee
-7
/
+17
2018-12-14
rustup rust-lang/rust#52994
flip1995
-2
/
+2
2018-12-09
run rustfmt
Matthias Krüger
-1
/
+4
2018-12-08
Swap if branches
Philipp Hansch
-3
/
+3
2018-12-08
rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )
Matthias Krüger
-9
/
+9
2018-12-08
Merge pull request #3336 from HMPerson1/clone_on_copy_deref
Philipp Hansch
-2
/
+14
2018-12-05
Fix TyKind::<kind> usage in codebase
flip1995
-5
/
+5
2018-11-27
Fix some formatting issues
flip1995
-40
/
+30
2018-11-27
Run rustfmt on clippy_lints
flip1995
-201
/
+232
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-31
/
+46
2018-11-27
Fix bugs and improve documentation
flip1995
-2
/
+2
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-11
/
+26
2018-11-02
Addressed comments.
kennytm
-5
/
+5
2018-11-02
Fix dogfood error.
kennytm
-17
/
+17
2018-11-02
Added lints `into_iter_on_ref` and `into_iter_on_array`. Fix #1565.
kennytm
-1
/
+116
2018-11-02
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
Matthias Krüger
-1
/
+1
2018-11-02
Merge #3387
bors[bot]
-56
/
+36
2018-11-01
Use slice patterns instead of padding
Michael Wright
-9
/
+9
2018-10-31
Merge #3368
bors[bot]
-1
/
+8
2018-10-31
Replace big if/else expression with match
Michael Wright
-56
/
+36
2018-10-28
more consistent use of terminology; trait > syntax
Michael Rutter
-3
/
+3
2018-10-28
added downsides to "known problems" for get_unwrap lint
Michael Rutter
-1
/
+8
2018-10-27
Don't expand macro in or_fun_call suggestion
Philipp Hansch
-4
/
+4
2018-10-25
Revert "new_ret_no_self: add sample from #3313 to Known Problems section."
Matthias Krüger
-2
/
+1
2018-10-19
new_ret_no_self walk return type to check for self
Josh Mcguigan
-18
/
+6
2018-10-19
Fix suggestion for multiple derefs
HMPerson1
-2
/
+13
2018-10-19
new_ret_no_self correct false positive on raw pointer return types
Josh Mcguigan
-0
/
+6
2018-10-19
new_ret_no_self correct linting of tuple return types
Josh Mcguigan
-0
/
+11
2018-10-19
Fix `clone_on_copy` not detecting derefs sometimes
HMPerson1
-1
/
+2
2018-10-18
new_ret_no_self: add sample from #3313 to Known Problems section.
Matthias Krüger
-1
/
+2
2018-10-18
Merge pull request #3303 from shssoichiro/3069-unnecessary-fold-pattern-guard
Philipp Hansch
-1
/
+2
2018-10-16
Update known problems for unnecessary_fold
Joshua Holmer
-1
/
+2
2018-10-13
new_ret_no_self correctly lint impl return
Josh Mcguigan
-4
/
+22
2018-10-13
Removed unused variables
Josh Mcguigan
-1
/
+1
2018-10-13
new_ret_no_self fix false positive for impl trait return with associated type...
Josh Mcguigan
-1
/
+2
2018-10-13
new_ret_no_self corrected panic and added test stderr
Josh Mcguigan
-7
/
+9
2018-10-13
new_ret_no_self added positive test cases
Josh Mcguigan
-11
/
+11
2018-10-12
Revert "Exclude pattern guards from unnecessary_fold lint"
Joshua Holmer
-18
/
+0
2018-10-12
Exclude pattern guards from unnecessary_fold lint
Joshua Holmer
-0
/
+18
2018-10-10
Fix #2937
Michael Wright
-8
/
+16
2018-10-08
Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...
Philipp Hansch
-20
/
+20
2018-10-07
Fix items_after_statements for sub-functions
Devon Hollowood
-20
/
+20
2018-10-07
Adding more detail to filter_map lint documentation.
Dylan Maccora
-2
/
+13
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+20
2018-10-02
Correct false positive in wrong_self_convention lint for to_mut
Josh Mcguigan
-8
/
+10
2018-09-29
Merge branch 'master' into unnecessary_filter_map
Michael Wright
-2
/
+13
[prev]
[next]