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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-19
Ran update_lints script
Taylor Cramer
-2
/
+2
2016-04-19
Added lint for use imports which remove unsafe from name
Taylor Cramer
-0
/
+3
2016-04-17
add neg_multiply lint (#862)
llogiq
-0
/
+3
2016-04-17
Make if_not_else lint Allow by default (fixes #859)
Georg Brandl
-1
/
+1
2016-04-14
Add a `TEMPORARY_CSTRING_AS_PTR` lint
mcarton
-0
/
+1
2016-04-08
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
mcarton
-2
/
+0
2016-04-04
Fix false positive with `DOC_MARKDOWN` and `32MiB`
mcarton
-1
/
+1
2016-04-02
Updated lints with script
Taylor Cramer
-1
/
+1
2016-04-02
Initial attempt at linting invalid upcast comparisons
Taylor Cramer
-0
/
+2
2016-03-31
Rustup to 1.9.0-nightly (30a3849f2 2016-03-30)
mcarton
-0
/
+1
2016-03-30
make `nonminimal_bool` allow-by-default
Oliver Schneider
-1
/
+1
2016-03-29
update lints
Oliver Schneider
-0
/
+1
2016-03-29
better simplification
Oliver Schneider
-0
/
+8
2016-03-28
Add a lint for bad documentation formatting
mcarton
-0
/
+3
2016-03-28
Fix some spelling mistakes here and there
mcarton
-2
/
+2
2016-03-28
Lint transmute from ptr to ref
mcarton
-2
/
+2
2016-03-24
Added crosspointer transmute error and tests
Taylor Cramer
-0
/
+2
2016-03-24
Deprecates 4 lints
mcarton
-6
/
+7
2016-03-18
improve needless_bool to catch odd construct in non_expressive_names
Oliver Schneider
-0
/
+1
2016-03-18
make single char names threshold configurable
Oliver Schneider
-1
/
+1
2016-03-18
refactor for speed
Oliver Schneider
-4
/
+0
2016-03-18
lint on too many single character bindings
Oliver Schneider
-1
/
+5
2016-03-18
lint on binding-names that are too similar
Oliver Schneider
-0
/
+6
2016-03-15
Update to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
Manish Goregaokar
-1
/
+1
2016-03-12
s/Clippy.toml/clippy.toml
mcarton
-2
/
+2
2016-03-12
Lint function with too many arguments
mcarton
-0
/
+3
2016-03-12
Don’t make conf errors fatal errors
mcarton
-16
/
+22
2016-03-12
mv src/conf.rs src/utils
mcarton
-4
/
+3
2016-03-12
Add a `BLACKLISTED_NAME` lint
mcarton
-0
/
+3
2016-03-12
Add configuration variables to wiki
mcarton
-0
/
+1
2016-03-12
Use configuration in the `TYPE_COMPLEXITY` lint
mcarton
-1
/
+1
2016-03-12
Start implementing a configuration file
mcarton
-1
/
+25
2016-03-11
Small nits on INDEXING_SLICING
mcarton
-1
/
+1
2016-03-11
Lint against indexing and slicing
Adolfo Ochagavía
-0
/
+1
2016-03-08
Lint types with `fn new() -> Self` and no `Default` impl
mcarton
-0
/
+3
2016-03-08
Lint unused labels
mcarton
-0
/
+3
2016-03-08
Linting classical overflow checks.
KALPESH KRISHNA
-0
/
+3
2016-03-05
Warn about calling a closure in the same expression where it's defined.
KALPESH KRISHNA
-0
/
+1
2016-02-29
lint ! and != in if expressions with else branches
Oliver Schneider
-0
/
+3
2016-02-29
lint unportable clike enum discriminants
Oliver Schneider
-0
/
+3
2016-02-28
Lint manual swaps
mcarton
-1
/
+2
2016-02-28
Lint `foo = bar; bar = foo` sequences
mcarton
-0
/
+3
2016-02-27
Add a lint about suspiciously formatted `else if`
mcarton
-0
/
+1
2016-02-27
Add a lint about suspiciously formatted `=@` ops
mcarton
-0
/
+3
2016-02-20
Lint about `format!("{}", foo)`
mcarton
-0
/
+1
2016-02-20
Lint about usage of `format!("string literal")`
mcarton
-0
/
+2
2016-02-20
Build the import lint in update_lints.py
mcarton
-33
/
+36
2016-02-18
Merge pull request #664 from Manishearth/fix_regex
Manish Goregaokar
-1
/
+1
2016-02-16
Merge pull request #669 from shssoichiro/single-char-pattern
llogiq
-0
/
+1
2016-02-16
Make DERIVE_HASH_NOT_EQ symmetric
mcarton
-1
/
+1
[prev]
[next]