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-01-27
Merge master and re-run update_lints.py
llogiq
-0
/
+42
2016-01-27
Point out that char is 32 bit value
Florian Hartwig
-1
/
+3
2016-01-27
Make update_lints script accept digits in lint names
Florian Hartwig
-0
/
+1
2016-01-27
Add a lint for casts from char literals to u8
Florian Hartwig
-0
/
+39
2016-01-27
fixed suggestion for iter case
llogiq
-14
/
+22
2016-01-26
fixed argument check
llogiq
-8
/
+14
2016-01-25
added more test, now works with vecs and iter
llogiq
-6
/
+10
2016-01-25
extend_from_slice lint
llogiq
-2
/
+45
2016-01-24
Lint explicit Clone implementations on Copy type
mcarton
-44
/
+127
2016-01-24
lint on items following statements
Oliver 'ker' Schneider
-4
/
+69
2016-01-22
Merge branch 'rustup'
Manish Goregaokar
-19
/
+19
2016-01-22
Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22)
Manish Goregaokar
-19
/
+19
2016-01-21
Add a lint about deriving Hash and implementing PartialEq
mcarton
-0
/
+102
2016-01-20
Add macro checks in src/methods.rs lints
mcarton
-3
/
+11
2016-01-20
Add a lint for starts_with
mcarton
-31
/
+91
2016-01-20
Handle Entry types in OR_FUN_CALL lint
mcarton
-12
/
+30
2016-01-19
Add macro check
Florian Hartwig
-2
/
+2
2016-01-19
Add lint for "string literal".as_bytes()
Florian Hartwig
-0
/
+51
2016-01-19
Fix deprecation warning on latest nightly
Florian Hartwig
-2
/
+2
2016-01-18
Merge pull request #559 from mcarton/redundant_closure
llogiq
-2
/
+3
2016-01-18
Fix redundant_closure false positive
mcarton
-2
/
+3
2016-01-18
Check types in the CMP_OWNED lint
mcarton
-12
/
+23
2016-01-18
Merge pull request #556 from mcarton/or_fun_call
Manish Goregaokar
-19
/
+210
2016-01-18
Update to rustc 1.7.0-nightly (d0bac3f14 2016-01-18)
mcarton
-4
/
+4
2016-01-18
Improve OR_FUN_CALL to suggest unwrap_or_default
mcarton
-20
/
+85
2016-01-18
Add utility functions to check for trait impl
mcarton
-10
/
+78
2016-01-18
Fix spelling mistake
mcarton
-1
/
+1
2016-01-17
Fix another false positive in lifetime elision lint
Florian Hartwig
-1
/
+0
2016-01-16
Add a lint to warn about call to `.*or(foo(..))`
mcarton
-3
/
+61
2016-01-16
Merge pull request #523 from sanxiyn/escape-arg
llogiq
-1
/
+14
2016-01-16
Merge pull request #551 from fhartwig/unused-lifetimes-fix
llogiq
-2
/
+13
2016-01-14
Handle more iterator adapter cases in for loops
mcarton
-43
/
+96
2016-01-14
Consider lifetime in self paramter in unused_lifetime lint
Florian Hartwig
-2
/
+13
2016-01-13
Lint about `else { if .. }` with useless braces
mcarton
-23
/
+48
2016-01-13
Remove useless curly braces in else { if .. }
mcarton
-43
/
+33
2016-01-13
Use span_suggestion in ENTRY lint
mcarton
-6
/
+7
2016-01-13
Cleanup utils, mostly doc
mcarton
-51
/
+58
2016-01-13
Add BTreeMap to the HASHMAP_ENTRY rule
mcarton
-39
/
+49
2016-01-13
Use span_suggestion in matches lints
mcarton
-55
/
+45
2016-01-13
Add known enums to SINGLE_MATCH
mcarton
-4
/
+50
2016-01-09
added semver lint
llogiq
-2
/
+47
2016-01-08
Stronger macro check
Manish Goregaokar
-2
/
+2
2016-01-07
Fix warnings for unused attributes
Manish Goregaokar
-0
/
+2
2016-01-04
re-add missing comments
Manish Goregaokar
-4
/
+5
2016-01-04
Fix dogfood failures by refactoring open_options
Manish Goregaokar
-121
/
+74
2016-01-04
fmt clippy
Manish Goregaokar
-1487
/
+2186
2016-01-03
Add better error messages for HashMapLint
mcarton
-9
/
+28
2016-01-03
Finish the HashMapLint
mcarton
-12
/
+22
2016-01-03
Move eq_op::is_exp_equal to utils
mcarton
-72
/
+71
2016-01-03
Implement a HashMapLint
mcarton
-10
/
+87
[prev]
[next]