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-16
Merge pull request #670 from Manishearth/better-ice-fix
Manish Goregaokar
-19
/
+16
2016-02-15
Fix wrong reported lint for EXPL_IMPL_CLONE_ON_COPY
mcarton
-2
/
+2
2016-02-15
Fix suggestion in `COLLAPSIBLE_IF` lint
mcarton
-3
/
+1
2016-02-15
Reword lint documentation
Joshua Holmer
-1
/
+1
2016-02-15
Address nits
Joshua Holmer
-4
/
+4
2016-02-15
Replace potentially ICEgen ast_ty_to_ty_cache
mcarton
-13
/
+10
2016-02-15
Cleanup
mcarton
-3
/
+0
2016-02-15
Make derive lint handle generics correctly
Manish Goregaokar
-5
/
+8
2016-02-14
Lint single-character strings as P: Pattern args
Joshua Holmer
-2
/
+63
2016-02-14
Fix ICE in `EXPL_IMPL_CLONE_ON_COPY`
mcarton
-9
/
+11
2016-02-14
remove Visitor from regex_macro
llogiq
-35
/
+33
2016-02-14
Merge pull request #662 from mcarton/#601
llogiq
-7
/
+21
2016-02-14
Address small nit
mcarton
-2
/
+2
2016-02-13
Merge pull request #654 from mcarton/new
llogiq
-55
/
+107
2016-02-13
Fix false positive in `NEEDLESS_RANGE_LOOP`
mcarton
-5
/
+18
2016-02-13
Fix comment
mcarton
-0
/
+1
2016-02-13
Fix false positive for `ifs_same_cond` and `cfg!`
mcarton
-0
/
+5
2016-02-13
Rustup to 1.8.0-nightly (ce4b75f25 2016-02-12)
mcarton
-1
/
+1
2016-02-13
Lint about `new` methods not returning `Self`
mcarton
-1
/
+43
2016-02-13
Add `new` to WRONG_SELF_CONVENTION
mcarton
-34
/
+59
2016-02-13
Fix false negative with OK_EXPECT
mcarton
-20
/
+5
2016-02-12
Merge branch 'master' into copies2
mcarton
-243
/
+184
2016-02-12
fix nightly breakage
Oliver 'ker' Schneider
-240
/
+184
2016-02-12
Fix `Hash` implementation for `Constant`
mcarton
-34
/
+59
2016-02-12
Small optimisation of most common cases
mcarton
-5
/
+6
2016-02-12
Add the MATCH_SAME_ARMS lint
mcarton
-16
/
+111
2016-02-12
Dogfood for future MATCH_SAME_ARMS lint
mcarton
-18
/
+14
2016-02-12
Add missing types to eq_ty
mcarton
-0
/
+4
2016-02-12
Extend IF_SAME_THEN_ELSE to ifs sequences
mcarton
-18
/
+36
2016-02-12
Implement Expr spanless-hashing
mcarton
-28
/
+358
2016-02-12
Add missing ExprLoop to SpanlessEq
mcarton
-1
/
+6
2016-02-12
Refactor Expr comparisons
mcarton
-235
/
+254
2016-02-12
Add missing ExprIndex to is_exp_equal
mcarton
-0
/
+3
2016-02-12
Merge pull request #637 from mcarton/debug
llogiq
-108
/
+88
2016-02-11
improve the `no_effect` lint
Oliver Schneider
-5
/
+22
2016-02-10
Merge branch 'pr-645'
Manish Goregaokar
-1
/
+77
2016-02-09
Improve testing and suggestion messages on bool_comparison
Joshua Holmer
-16
/
+12
2016-02-09
Lint usage of `Debug`-based formatting
mcarton
-3
/
+48
2016-02-09
Don’t use `{:?}` and use span_suggestion in TOPLEVEL_REF_ARG
mcarton
-5
/
+11
2016-02-09
Remove unused Display implementation for consts
mcarton
-86
/
+0
2016-02-09
Use const_eval in loops
mcarton
-14
/
+29
2016-02-09
Update lints
Joshua Holmer
-1
/
+1
2016-02-09
display suggestion separately from lint
Joshua Holmer
-17
/
+29
2016-02-10
Merge branch 'pr-613'
Manish Goregaokar
-31
/
+138
2016-02-09
lint comparison to bool (e.g. `y == true`)
Joshua Holmer
-0
/
+68
2016-02-09
speed up lint using blocks and types
llogiq
-15
/
+19
2016-02-08
Merge remote-tracking branch 'origin/master' into regex_macro
llogiq
-121
/
+421
2016-02-08
fix #595
llogiq
-26
/
+19
2016-02-08
prevent panic in enum glob import lint if a crate's elements are glob imported
Oliver Schneider
-4
/
+6
2016-02-07
regex macro lint
llogiq
-2
/
+54
[prev]
[next]