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
/
utils
Age
Commit message (
Expand
)
Author
Lines
2018-10-24
Add lint for calling `mem::discriminant` on a non-enum type
HMPerson1
-0
/
+1
2018-10-23
Fix inspector pass documentation
Guillem Nieto
-2
/
+2
2018-10-11
Fix `stutter` lints
Devon Hollowood
-21
/
+20
2018-10-11
Fix `similar_names` warnings
Devon Hollowood
-0
/
+6
2018-10-08
Fix cast_possible_wrap and cast_sign_loss warnings
Devon Hollowood
-0
/
+2
2018-10-08
Fix cast_possible_truncation warnings
Devon Hollowood
-1
/
+2
2018-10-08
Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...
Philipp Hansch
-8
/
+8
2018-10-07
Fix items_after_statements for sub-functions
Devon Hollowood
-8
/
+8
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+140
2018-10-05
Remove unused utils
Manish Goregaokar
-9
/
+0
2018-10-03
Fix push_item_path call (rustup to 4cf11765dc98536c6eedf33f2df7f72f6e161263)
Manish Goregaokar
-1
/
+2
2018-09-29
Merge branch 'master' into unnecessary_filter_map
Michael Wright
-1
/
+1
2018-09-27
Fix warnings in clippy_lints
Michael Wright
-7
/
+4
2018-09-26
fix all clippy::use_self pedantic warnings found in the codebase.
Matthias Krüger
-1
/
+1
2018-09-23
Merge pull request #3191 from vi/suggest_with_applicability
Philipp Krones
-10
/
+26
2018-09-20
Fix indents
Vitaly _Vi Shukela
-5
/
+5
2018-09-20
Supplement DiagnosticBuilderExt with Applicability
Vitaly _Vi Shukela
-9
/
+9
2018-09-20
Use span_suggestion_with_applicability instead of span_suggestion
Vitaly _Vi Shukela
-4
/
+20
2018-09-19
Add lint for `mem::replace(.., None)`.
Jay Kickliter
-0
/
+1
2018-09-19
Merge pull request #3187 from flip1995/internal_fn
Philipp Hansch
-15
/
+91
2018-09-17
Fix c_void path
flip1995
-1
/
+1
2018-09-15
Formatting
flip1995
-9
/
+13
2018-09-15
Add internal lint compiler_lint_functions
flip1995
-6
/
+78
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-77
/
+77
2018-09-14
Add match on StructCtor
Manish Goregaokar
-1
/
+2
2018-09-13
Merge pull request #3166 from flip1995/travis_internal
Philipp Hansch
-19
/
+13
2018-09-13
Merge pull request #3085 from mikerite/revert-98dbce
Philipp Hansch
-4
/
+2
2018-09-12
Change Hash{Map, Set} to FxHash{Map, Set}
flip1995
-17
/
+11
2018-09-12
Fix lint_without_lint_pass lint
flip1995
-2
/
+2
2018-09-06
remove "clippy::" lint prefix from lint name in doc url.
Matthias Krüger
-2
/
+2
2018-09-04
Make `Default` do what `default` used to do
Nick Cameron
-2
/
+9
2018-09-03
Make `Conf::default` available
Nick Cameron
-1
/
+1
2018-09-02
Fix #3112
Michael Wright
-6
/
+39
2018-09-01
Merge pull request #2977 from flip1995/tool_lints
Manish Goregaokar
-16
/
+14
2018-08-29
Adapt codebase to the tool_lints
flip1995
-11
/
+9
2018-08-29
Switch to declare_tool_lint macro
flip1995
-5
/
+5
2018-08-29
bring back sugg::range
Corey Farwell
-0
/
+10
2018-08-28
Make clippy_lints::{utils,consts} modules private, remove unused items.
Corey Farwell
-110
/
+198
2018-08-28
Update imports and rustup
Oliver Schneider
-13
/
+13
2018-08-26
Revert "Fix E0502 warnings"
Michael Wright
-4
/
+2
2018-08-23
fix clippy breakage due to https://github.com/rust-lang/rust/pull/52602
Matthias Krüger
-1
/
+1
2018-08-22
rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581
Matthias Krüger
-6
/
+6
2018-08-19
codemap -> source_map
Manish Goregaokar
-13
/
+13
2018-08-14
Avoid new_without_default_derive in DefaultHashTypes
Dale Wijnand
-1
/
+1
2018-08-13
Use utils::span_lint_and_sugg in default_hash_types
Dale Wijnand
-2
/
+2
2018-08-12
Add an internal lint for FxHashMap/FxHashSet
Dale Wijnand
-1
/
+45
2018-08-08
Update to rustc master
Oliver Schneider
-1
/
+1
2018-08-08
Fix build
Nick Cameron
-2
/
+2
2018-08-07
Rustup
Oliver Schneider
-2
/
+2
2018-08-06
Remove #[allow(rust_2018_idioms)] workaround
Dale Wijnand
-9
/
+0
[prev]
[next]