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-30
minor code readability improvements
Oliver Schneider
-8
/
+2
2016-03-30
make `nonminimal_bool` allow-by-default
Oliver Schneider
-4
/
+4
2016-03-29
dogfood
Oliver Schneider
-23
/
+20
2016-03-29
`!(a == b)` --> `a != b`
Oliver Schneider
-14
/
+48
2016-03-29
added brackets and fixed compiler comments
Oliver Schneider
-5
/
+24
2016-03-29
accidentally forgot about improvements if there were multiplie candidates
Oliver Schneider
-1
/
+1
2016-03-29
detect negations of terminals like a != b vs a == b
Oliver Schneider
-1
/
+26
2016-03-29
make sure `a < b` and `a >= b` are considered equal by SpanlessEq
Oliver Schneider
-1
/
+19
2016-03-29
a small refactoring for readability
Oliver Schneider
-6
/
+5
2016-03-29
collect stats on bool ops and negations in an expression
Oliver Schneider
-37
/
+52
2016-03-29
String::extend -> String::push_str
Oliver Schneider
-6
/
+6
2016-03-29
update lints
Oliver Schneider
-1
/
+2
2016-03-29
if a < b { ... } if a >= b { ... } what am I doing?
Oliver Schneider
-4
/
+2
2016-03-29
negations around expressions can make things simpler
Oliver Schneider
-0
/
+4
2016-03-29
differentiate between logic bugs and optimizable expressions
Oliver Schneider
-6
/
+65
2016-03-29
treat macros as terminals to prevent `cfg!` from giving platform specific hints
Oliver Schneider
-17
/
+20
2016-03-29
fallout and tests
Oliver Schneider
-4
/
+4
2016-03-29
merge multiple equal terminals into one
Oliver Schneider
-8
/
+21
2016-03-29
improve lint attribute detail
Oliver Schneider
-2
/
+2
2016-03-29
also compute minimal product of sum form
Oliver Schneider
-1
/
+30
2016-03-29
improve bracket display
Oliver Schneider
-7
/
+19
2016-03-29
better simplification
Oliver Schneider
-0
/
+163
2016-03-29
Fix false positive in `MATCH_SAME_ARMS` and guards
mcarton
-2
/
+4
2016-03-28
Add `for _ in vec![…]` to the `USELESS_VEC` lint
mcarton
-48
/
+58
2016-03-28
Address nits in DOC_MARKDOWN
mcarton
-18
/
+20
2016-03-28
Improve the DOC_MARKDOWN lint
mcarton
-8
/
+29
2016-03-28
Add a lint for bad documentation formatting
mcarton
-0
/
+115
2016-03-28
Beautify more docs
mcarton
-40
/
+38
2016-03-28
Fix some spelling mistakes here and there
mcarton
-12
/
+12
2016-03-28
s/cx.span_lint/span_lint(cx, /
mcarton
-18
/
+23
2016-03-28
Lint transmute from ptr to ref
mcarton
-39
/
+73
2016-03-28
Fix ICE
Manish Goregaokar
-8
/
+6
2016-03-27
Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26)
josephDunne
-37
/
+42
2016-03-27
Rm extraneous infcx
Manish Goregaokar
-4
/
+2
2016-03-27
Stop using ast_ty_to_ty_cache
Manish Goregaokar
-14
/
+26
2016-03-27
Allow trailing commas in if_let_chain
Manish Goregaokar
-0
/
+11
2016-03-27
Fix ICE with unknown defids
Manish Goregaokar
-11
/
+12
2016-03-27
Fix ICE with relating late bound regions
Manish Goregaokar
-9
/
+18
2016-03-24
Cleanup and added transmute to ugly path list
Taylor Cramer
-6
/
+6
2016-03-24
Added crosspointer transmute error and tests
Taylor Cramer
-0
/
+60
2016-03-25
Merge pull request #795 from mcarton/deprecated
Manish Goregaokar
-125
/
+53
2016-03-24
Deprecates 4 lints
mcarton
-125
/
+53
2016-03-24
Update float_cmp message
Vincent Prouillet
-2
/
+3
2016-03-23
Match attributes in FnKind patterns
Jascha
-2
/
+2
2016-03-21
Merge pull request #727 from oli-obk/similar_names
Manish Goregaokar
-72
/
+370
2016-03-20
fixed the build
Andre Bogus
-4
/
+4
2016-03-20
Fix typo in new_without_default docu
Jan-Erik Rediger
-1
/
+1
2016-03-18
Fix `new_without_default` with lts and generics
mcarton
-0
/
+2
2016-03-18
use snippet_opt and span_suggestion
Oliver Schneider
-10
/
+10
2016-03-18
improve needless_bool to catch odd construct in non_expressive_names
Oliver Schneider
-46
/
+56
[prev]
[next]