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-05-18
mut_mut now more robust (thanks to Manishearth, see issue #9)
llogiq
-19
/
+24
2015-05-18
New lint: mut_mut (closes issue #9)
llogiq
-0
/
+54
2015-05-15
new lint: identity_op, refactored bit_masks a bit
llogiq
-0
/
+85
2015-05-15
Added 'ineffective bit mask' lint
llogiq
-10
/
+34
2015-05-10
Add eta reduction (fixes #29)
Manish Goregaokar
-0
/
+62
2015-05-06
Fix Box<Vec<T>> test.
Joshua Yanovski
-1
/
+1
2015-05-06
Fix panic during constant lookup.
Joshua Yanovski
-8
/
+10
2015-05-06
fixed typo from last commit
llogiq
-1
/
+1
2015-05-06
refactored precedence lint
llogiq
-12
/
+10
2015-05-06
New lint: precedence, see issue #41
llogiq
-1
/
+47
2015-05-06
Added new 'float_cmp' lint (see issue #46)
llogiq
-11
/
+42
2015-05-04
new lint to check for doomed comparisons to NAN
llogiq
-1
/
+34
2015-05-04
New lint: approx_const
llogiq
-1
/
+67
2015-05-04
Added &String matching and renamed to vec_ptr_arg to ptr_arg, also added READ...
llogiq
-11
/
+14
2015-05-04
Added check for zero bitmask and uncommon directions, wrong comment in needle...
llogiq
-3
/
+104
2015-05-02
new lint: needless_bool (TODO: The warnings could give more specific directions)
llogiq
-1
/
+55
2015-04-30
Added constant lookup (with help from Manish) to bad_bit_mask
llogiq
-9
/
+22
2015-04-30
Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy,...
llogiq
-1
/
+331
2015-04-20
rustup (rustc 1.0.0-nightly (00978a987 2015-04-18) (built 2015-04-19))
Manish Goregaokar
-4
/
+4
2015-04-14
rustup
Manish Goregaokar
-4
/
+4
2015-03-02
Rustup
Manish Goregaokar
-12
/
+12
2015-02-19
-warnings
Manish Goregaokar
-1
/
+2
2015-01-10
rustup (fixes #28)
Manish Goregaokar
-4
/
+4
2015-01-10
into_string() -> to_owned() (fix #27)
Manish Goregaokar
-2
/
+2
2015-01-07
rustup
Manish Goregaokar
-2
/
+2
2014-12-26
Remove namespacing
Manish Goregaokar
-17
/
+17
2014-12-26
clippy lint group
Manish Goregaokar
-5
/
+8
2014-12-26
more rustup
Manish Goregaokar
-0
/
+1
2014-12-26
Merge branch 'master' of github.com:Manishearth/rust-clippy
Manish Goregaokar
-3
/
+28
2014-12-26
rustup (MatchSource rename, missing copy)
Manish Goregaokar
-1
/
+4
2014-12-24
Implement a lint to check for args like `fn foo(ref x: u8)`, as the `ref` is ...
Jonathan Castello
-3
/
+28
2014-12-19
rustup
Manish Goregaokar
-4
/
+4
2014-12-16
Add seanmonstar's StrToString lint
Manish Goregaokar
-0
/
+38
2014-12-11
rm if_let gate
Manish Goregaokar
-2
/
+2
2014-12-04
Path has only 2 fields now
Rohan Prinja
-2
/
+2
2014-11-20
more clippylike (from issue title)
Manish Goregaokar
-1
/
+1
2014-11-20
Add DList lint (fixes #2)
Manish Goregaokar
-2
/
+27
2014-11-20
+match_if_let
Manish Goregaokar
-3
/
+50
2014-11-19
moar clippylike
Manish Goregaokar
-1
/
+1
2014-11-19
docs
Manish Goregaokar
-4
/
+5
2014-11-19
boxvec
Manish Goregaokar
-3
/
+80
2014-11-19
init cargo
Manish Goregaokar
-0
/
+3
[prev]