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
2015-11-19
warn on use of ok().expect()
Florian Hartwig
-6
/
+105
2015-11-19
Update to latest rust nightly
Florian Hartwig
-14
/
+13
2015-11-17
rustfmt a little
Seo Sanghyeon
-14
/
+16
2015-11-17
Remove trailing commas in match arms with blocks
Seo Sanghyeon
-49
/
+49
2015-11-14
Merge pull request #452 from fhartwig/lifetime-false-positives
llogiq
-24
/
+62
2015-11-11
Match `min` and `max` functions using `DefId`
Andrew Paseltiner
-7
/
+9
2015-11-11
Add lint for useless transmutes
Andrew Paseltiner
-0
/
+40
2015-11-11
Track elided lifetimes in types and trait objects
Florian Hartwig
-24
/
+62
2015-11-10
use rustc's eval_const, bail on (negative) infinity
Andre Bogus
-5
/
+11
2015-11-10
use visitor for contains_self
Andre Bogus
-88
/
+12
2015-11-09
Remove executable permission from remaining source files
Andrew Paseltiner
-0
/
+0
2015-11-08
Merge pull request #440 from Manishearth/map_clone
Manish Goregaokar
-38
/
+54
2015-11-05
match .map(Clone::clone)
llogiq
-38
/
+54
2015-11-05
Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
Manish Goregaokar
-2
/
+2
2015-11-04
New lint for assignment to temporary
Seo Sanghyeon
-0
/
+47
2015-11-03
check for Deref conversions
wartman4404
-14
/
+13
2015-11-03
New lint for using `.cloned()`
wartman4404
-0
/
+105
2015-11-03
New lint for zip with array length instead of enumerate()
Nathan Weston
-3
/
+35
2015-10-31
Fix ptr-arg false positive for trait impls
Manish Goregaokar
-2
/
+8
2015-10-29
Merge pull request #422 from sanxiyn/no-effect
llogiq
-0
/
+64
2015-10-29
New lint for statement with no effect
Seo Sanghyeon
-0
/
+64
2015-10-28
Don't show single_match if match_bool also applies
wartman4404
-2
/
+4
2015-10-27
Allow needless_lifetime to pass dogfood.sh
Florian Hartwig
-0
/
+1
2015-10-26
Fix false positives when iterator variable is used after the loop
Florian Hartwig
-17
/
+44
2015-10-26
Fixes for code review comments
Florian Hartwig
-9
/
+18
2015-10-26
Don't suggest using a for loop if the iterator is used in the loop body
Florian Hartwig
-2
/
+31
2015-10-26
Suggest for loop instead of while-let when looping over iterators
Florian Hartwig
-1
/
+16
2015-10-26
Fix reverse_range_loop not taking sign into account (fixes #409)
Georg Brandl
-3
/
+67
2015-10-24
Compare float literals to stringified constants
Kevin Yap
-26
/
+45
2015-10-22
Change implementation of approx_const lint
Kevin Yap
-22
/
+28
2015-10-22
New lint for struct update that has no effect
Seo Sanghyeon
-0
/
+38
2015-10-21
added code snippet help to match_bool
Andre Bogus
-2
/
+51
2015-10-20
Fixups from review comments
Vikas Kumar
-9
/
+4
2015-10-20
Ran util/update_lints.py to auto gen doc and lib.rs
Vikas Kumar
-1
/
+1
2015-10-20
Match on bool should be replaced with if..else block
Vikas Kumar
-1
/
+19
2015-10-18
Merge branch 'pr-394'
Manish Goregaokar
-0
/
+70
2015-10-17
Cleanup as discussed in PR
Florian Gilcher
-11
/
+28
2015-10-17
Make is_from_for_desugar sound (rust/28973 got fixed)
Manish Goregaokar
-5
/
+1
2015-10-15
Regnerate README.md
Florian Gilcher
-1
/
+1
2015-10-15
New lint for needless use of nightly features
Florian Gilcher
-0
/
+53
2015-10-15
Fix type complexity lint
Manish Goregaokar
-9
/
+1
2015-10-15
Merge branch 'master' of https://github.com/Manishearth/rust-clippy into rustup
Andre Bogus
-3
/
+3
2015-10-15
rustup
Andre Bogus
-2
/
+2
2015-10-14
Make ptr_arg lint warn by default
Florian Hartwig
-3
/
+3
2015-10-14
Merged #365
Andre Bogus
-7
/
+125
2015-10-14
Merged #366
Andre Bogus
-5
/
+148
2015-10-14
Merge PR #374
Andre Bogus
-25
/
+23
2015-10-13
new lint to detect
Andre Bogus
-1
/
+13
2015-10-13
improved precedence messages (fixes #389)
Andre Bogus
-8
/
+26
2015-10-13
Improve cmp_owned suggestions (fixes #386)
Manish Goregaokar
-15
/
+27
[prev]
[next]