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
Age
Commit message (
Expand
)
Author
Lines
2016-03-18
make single char names threshold configurable
Oliver Schneider
-3
/
+5
2016-03-18
refactor for speed
Oliver Schneider
-62
/
+120
2016-03-18
fix and rebase
Oliver Schneider
-7
/
+6
2016-03-18
refactoring and bugfix
Oliver Schneider
-30
/
+34
2016-03-18
lint on too many single character bindings
Oliver Schneider
-11
/
+61
2016-03-18
suggest inserting underscores for simple cases
Oliver Schneider
-6
/
+24
2016-03-18
lint on binding-names that are too similar
Oliver Schneider
-31
/
+188
2016-03-17
fix `Eq`+`Hash` for `Constant`
Oliver Schneider
-6
/
+7
2016-03-17
refactor clippy-consts to use ConstInt
Oliver Schneider
-229
/
+60
2016-03-16
Merge pull request #773 from mcarton/rustup
Martin Carton
-3
/
+5
2016-03-16
Rustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
mcarton
-3
/
+5
2016-03-15
Fix problem in PANIC_PARAMS with inner `format!`
mcarton
-9
/
+25
2016-03-15
Use `span_suggestion` in `STRING_LIT_AS_BYTES`
mcarton
-6
/
+13
2016-03-15
Fix false positive with STRING_LIT_AS_BYTES and stringify!
mcarton
-1
/
+1
2016-03-15
Fix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
mcarton
-11
/
+8
2016-03-15
rustup const eval changes
Oliver 'ker' Schneider
-104
/
+71
2016-03-15
Update to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
Manish Goregaokar
-1
/
+1
2016-03-14
prevent cc lint from panicking on unreachable code
Oliver Schneider
-0
/
+4
2016-03-13
Merge pull request #698 from mcarton/conf
Manish Goregaokar
-35
/
+403
2016-03-12
Fix false-positive in `panic_params`
mcarton
-1
/
+2
2016-03-12
Add `str` to types considered by `len_zero`
mcarton
-1
/
+1
2016-03-12
Dogfood
mcarton
-4
/
+4
2016-03-12
s/Clippy.toml/clippy.toml
mcarton
-2
/
+2
2016-03-12
Lint function with too many arguments
mcarton
-1
/
+79
2016-03-12
Don’t make conf errors fatal errors
mcarton
-23
/
+40
2016-03-12
mv src/conf.rs src/utils
mcarton
-4
/
+4
2016-03-12
White-list `third-party` in conf files
mcarton
-0
/
+4
2016-03-12
Rustfmt
mcarton
-16
/
+10
2016-03-12
Add a `BLACKLISTED_NAME` lint
mcarton
-0
/
+48
2016-03-12
Add configuration variables to wiki
mcarton
-13
/
+20
2016-03-12
Use configuration in the `TYPE_COMPLEXITY` lint
mcarton
-34
/
+46
2016-03-12
Start implementing a configuration file
mcarton
-1
/
+209
2016-03-11
Small nits on INDEXING_SLICING
mcarton
-19
/
+11
2016-03-11
Lint against indexing and slicing
Adolfo Ochagavía
-7
/
+104
2016-03-11
Fix `unsugar_range` with `..`
mcarton
-17
/
+24
2016-03-11
Rustup to 1.9.0-nightly (c9629d61c 2016-03-10)
mcarton
-19
/
+26
2016-03-09
Improve the MATCH_REF_PATS suggestions
mcarton
-14
/
+22
2016-03-09
Handle the new TryDesugar variant
mcarton
-0
/
+1
2016-03-09
Merge pull request #730 from mcarton/unused-labels
Manish Goregaokar
-47
/
+200
2016-03-08
Fix types comparison
mcarton
-13
/
+21
2016-03-08
Remove uses of `ast_ty_to_ty_cache`
mcarton
-39
/
+36
2016-03-08
Lint types with `fn new() -> Self` and no `Default` impl
mcarton
-27
/
+94
2016-03-08
Lint unused labels
mcarton
-0
/
+81
2016-03-08
fix cyclomatic complexity lint triggering because of short circuit operations
Oliver Schneider
-16
/
+25
2016-03-08
Merge pull request #741 from martiansideofthemoon/blastoise
llogiq
-0
/
+76
2016-03-08
Adding symmetric lints and test cases
KALPESH KRISHNA
-19
/
+36
2016-03-07
Fix ICE in for_loop with globals
mcarton
-7
/
+18
2016-03-08
Adding underflow checks and tests
KALPESH KRISHNA
-0
/
+15
2016-03-08
Linting classical overflow checks.
KALPESH KRISHNA
-0
/
+44
2016-03-07
Fix tests with inclusive ranges
mcarton
-2
/
+3
[prev]
[next]