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-02-07
Small cleanup
mcarton
-9
/
+4
2016-02-07
Fix typo
mcarton
-1
/
+1
2016-02-07
Add `-` and `/` to EQ_OP
mcarton
-5
/
+9
2016-02-07
Improve is_exp_equal
mcarton
-33
/
+152
2016-02-07
Lint ifs with the same then and else blocks
mcarton
-14
/
+69
2016-02-07
Lint about consecutive ifs with same condition
mcarton
-1
/
+94
2016-02-07
Merge branch 'pr-581'
Manish Goregaokar
-103
/
+135
2016-02-06
Fix false negative in TRIVIAL_REGEX
mcarton
-41
/
+55
2016-02-06
Merge pull request #623 from mcarton/redundant
Manish Goregaokar
-268
/
+438
2016-02-06
Remove redundancy in lint documentation
mcarton
-102
/
+97
2016-02-06
Fix util/update_wiki.py warnings and be consistent in declare_lint! invocations
mcarton
-166
/
+341
2016-02-05
Lint about trivial regexes
mcarton
-8
/
+53
2016-02-05
Fix case conventions
mcarton
-11
/
+11
2016-02-05
Improve error message
mcarton
-1
/
+1
2016-02-05
Check for pattern use in FOR_KV_MAP
mcarton
-6
/
+32
2016-02-05
Lint looping on maps ignoring the keys or values
mcarton
-7
/
+78
2016-02-05
Merge branch 'master' into regex_syntax
llogiq
-65
/
+82
2016-02-05
fixed span position and README
llogiq
-13
/
+44
2016-02-05
Lint on cloning double pointer
Manish Goregaokar
-65
/
+82
2016-02-05
new regex syntax lint, fixes #597
llogiq
-2
/
+60
2016-02-03
fallout
Oliver Schneider
-103
/
+71
2016-02-03
warn on `use`ing all variants of an enum
Oliver Schneider
-0
/
+64
2016-02-03
Fix confusing message for STRING_TO_STRING
mcarton
-3
/
+4
2016-02-03
Extend ABSURD_UNSIGNED_COMPARISONS to handle more types
scurest
-31
/
+138
2016-02-03
Merge branch 'pr-593'
Manish Goregaokar
-1
/
+55
2016-02-02
Add a lint about using `clone` on `Copy` types
mcarton
-7
/
+34
2016-02-02
Fix warnings about the rustfmt_skip attribute
mcarton
-6
/
+4
2016-02-02
Partially apply rustfmt
mcarton
-85
/
+92
2016-02-02
Restore some of rustfmt madness
mcarton
-156
/
+42
2016-02-02
Fix typo in drop_ref lint description.
inrustwetrust
-1
/
+1
2016-02-02
Add lint to warn for calls to `std::mem::drop` with a reference argument
inrustwetrust
-0
/
+65
2016-02-01
fixed #606
llogiq
-4
/
+4
2016-02-01
Merge pull request #609 from oli-obk/prefixed_enum_variants
llogiq
-191
/
+279
2016-02-01
fallout
Oliver Schneider
-191
/
+186
2016-02-01
add lint to check for enums where all variants have the same pre-/postfix
Oliver Schneider
-0
/
+93
2016-02-01
Skip escape analysis for closure arguments
Seo Sanghyeon
-6
/
+8
2016-02-01
fallout
Oliver Schneider
-68
/
+45
2016-02-01
lint on single match expressions with a value in the else path
Oliver 'ker' Schneider
-15
/
+62
2016-01-31
fixed #528
llogiq
-1
/
+3
2016-01-29
Add a lint to suggest uint == 0 over uint <= 0
scurest
-1
/
+55
2016-01-30
Merge branch 'devonhollowood-for-loop-over-option'
llogiq
-3
/
+56
2016-01-29
Add for_loop_over_result lint
Devon Hollowood
-7
/
+29
2016-01-29
Fix formatting on wiki
mcarton
-1
/
+1
2016-01-29
Synchronise comments with wiki
mcarton
-3
/
+9
2016-01-29
Small cleanup
mcarton
-6
/
+6
2016-01-29
Fix false positive in NEEDLESS_LIFETIMES
mcarton
-15
/
+45
2016-01-29
Add a lint to warn about &vec![_] if &[_] would do
mcarton
-1
/
+117
2016-01-28
Add for_loop_over_option lint
Devon Hollowood
-3
/
+34
2016-01-29
Merge pull request #549 from mcarton/ifs
Manish Goregaokar
-66
/
+81
2016-01-28
Add a lint to warn about use of `print{,ln}!`
mcarton
-0
/
+80
[prev]
[next]