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
/
conf.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-18
Ignore identifier 'OpenStreetMap' for DOC_MARKDOWN lint
Johannes Hofmann
-1
/
+1
2017-10-20
Fixed some code in clippy to pass the new, removed formatting changes.
Paul Florence
-1
/
+1
2017-09-29
Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_threshold
Oliver Schneider
-0
/
+2
2017-09-27
Clarify verbose_bit_mask_threshold description
Yury Krivopalov
-1
/
+1
2017-09-25
Configuration option for VERBOSE_BIT_MASK threshold
Yury Krivopalov
-0
/
+2
2017-09-20
avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...
Andre Bogus
-3
/
+6
2017-09-18
Fix case in doc_valid_idents
Martin Carton
-1
/
+1
2017-09-18
lints/doc_markdown: add two more entries
Luca Bruno
-1
/
+1
2017-09-05
Run nightly rustfmt
Oliver Schneider
-13
/
+10
2017-08-14
Rustfmt
Oliver Schneider
-11
/
+28
2017-05-12
Run rustfmt
Oliver Schneider
-2
/
+2
2017-05-09
Forgot doc comments
Oliver Schneider
-0
/
+3
2017-05-09
Update our config reading to serde 1.0
Oliver Schneider
-89
/
+59
2017-05-06
Add KiB to doc-valid-idents
Niklas Fiekas
-1
/
+1
2017-04-25
Add "MinGW" to doc-valid-idents
Trevor Spiteri
-0
/
+1
2017-03-03
Add ECMAScript to default `doc-valid-idents`
Sander Maijers
-0
/
+1
2017-02-08
doc-markdown: Allow LaTeX-related words
Nathan Musoke
-0
/
+1
2017-01-30
large_enum_variants lint suggests to box variants above a configurable limit
Oliver Schneider
-0
/
+2
2016-12-21
manually fix the overlong lines
Oliver Schneider
-7
/
+22
2016-12-21
remove nondeterminism by adjusting thresholds
Oliver Schneider
-1
/
+1
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-18
/
+15
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-11
/
+9
2016-11-11
Recognize quux as a metasyntactic variable
Sébastien Santoro
-1
/
+1
2016-10-25
Search for `clippy.toml` recursively
mcarton
-10
/
+44
2016-10-12
doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents list
Patrick Horlebein
-1
/
+1
2016-08-31
Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*
mcarton
-3
/
+3
2016-08-23
Deny `missing_docs_in_private_items` in some modules
mcarton
-1
/
+16
2016-08-17
Add "DirectX" and "OpenGL" to `doc_valid_idents`
mcarton
-1
/
+1
2016-08-06
Add a configurable threshold for enum variants before name lints trigger (fix...
Georg Brandl
-0
/
+2
2016-08-03
added OAuth and TrueType to doc whitelist
Andre Bogus
-1
/
+1
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-1
/
+1
2016-07-31
Add `IPv4` and `IPv6` to the valid doc idents list
mcarton
-1
/
+1
2016-07-12
Don't warn when boxing large arrays
Manish Goregaokar
-0
/
+2
2016-07-06
Add "JavaScript" to doc-valid-idents
David Tolnay
-1
/
+1
2016-06-16
round 2
Oliver Schneider
-11
/
+11
2016-06-16
round 1
Oliver Schneider
-14
/
+14
2016-06-10
added GPLv{2,3} to doc-valid-idents
Andre Bogus
-1
/
+1
2016-06-09
Whitelist Nan in `DOC_MARKDOWN`
mcarton
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+205
[prev]