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
/
clippy_lints
/
src
/
utils
Age
Commit message (
Expand
)
Author
Lines
2016-07-14
Merge pull request #1099 from Manishearth/fix
llogiq
-1
/
+6
2016-07-14
Fix FP with `USELESS_VEC` and non-copy types
mcarton
-1
/
+6
2016-07-12
Don't warn when boxing large arrays
Manish Goregaokar
-0
/
+2
2016-07-10
Rustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)
mcarton
-4
/
+3
2016-07-10
Fix suggestions for `NEW_WITHOUT_DEFAULT`
mcarton
-6
/
+89
2016-07-10
Merge pull request #1060 from Manishearth/sugg
llogiq
-125
/
+572
2016-07-06
Add "JavaScript" to doc-valid-idents
David Tolnay
-1
/
+1
2016-07-06
Address PR's comments
mcarton
-2
/
+2
2016-07-04
Use `sugg::Sugg` in transmute links
mcarton
-0
/
+6
2016-07-04
Merge branch 'master' into sugg
mcarton
-0
/
+9
2016-07-03
Use `utils::sugg` in `match` related lints
mcarton
-0
/
+5
2016-07-03
Add a new `not_unsafe_ptr_arg_deref` lint
mcarton
-0
/
+9
2016-07-02
Use `utils::sugg` in swap lints
mcarton
-35
/
+45
2016-07-01
Use `utils::sugg` in `FOR_KV_MAP`
mcarton
-6
/
+14
2016-07-01
Add more sugggestion-building functions
mcarton
-20
/
+68
2016-07-01
Introduce `multispan_sugg`
mcarton
-1
/
+21
2016-07-01
Rustup to ea0dc9297283daff6486807f43e190b4eb561412 III
mcarton
-1
/
+1
2016-07-01
Move `vec!` unexpanding function to `utils::higher`
mcarton
-1
/
+41
2016-07-01
Move more functions to `utils::higher`
mcarton
-36
/
+35
2016-07-01
Move `unsugar_range` to `utils::higher`
mcarton
-88
/
+90
2016-07-01
Use `utils::sugg` in `TOPLEVEL_REF_ARG`
mcarton
-0
/
+5
2016-07-01
Use `utils::sugg` in `MATCH_BOOL`
mcarton
-0
/
+16
2016-07-01
Add a module to pretty-print suggestions
mcarton
-1
/
+289
2016-06-27
use span_lint_and_then instead of adding to the `DiagnosticWrapper`
Oliver Schneider
-30
/
+10
2016-06-25
don't lint on comparing `*const f32`s
Oliver 'ker' Schneider
-4
/
+2
2016-06-21
fix cargo clippy when using with `--manifest-path`
Oliver Schneider
-2
/
+7
2016-06-21
Revert "fix cargo clippy when using with `--manifest-path`"
Manish Goregaokar
-7
/
+2
2016-06-21
fix cargo clippy when using with `--manifest-path`
Oliver Schneider
-2
/
+7
2016-06-16
round 2
Oliver Schneider
-11
/
+11
2016-06-16
round 1
Oliver Schneider
-14
/
+14
2016-06-10
Merge pull request #1000 from Manishearth/doc_whitelist
Martin Carton
-1
/
+1
2016-06-10
Format all `if_let_chain` consistently
mcarton
-36
/
+30
2016-06-10
Run rustfmt
mcarton
-8
/
+15
2016-06-10
added GPLv{2,3} to doc-valid-idents
Andre Bogus
-1
/
+1
2016-06-09
Whitelist Nan in `DOC_MARKDOWN`
mcarton
-1
/
+1
2016-06-06
simply parse unknown json-strings as strings instead of erroring
Oliver Schneider
-1
/
+1
2016-06-05
Add environment variable to deactivate wiki links
mcarton
-2
/
+5
2016-06-02
process more kinds of metadata
Oliver Schneider
-12
/
+3
2016-05-31
added missing PatKind::Path + tests
Andre Bogus
-0
/
+1
2016-05-31
s/PatKind::Ident/PatKind::Binding/g
Andre Bogus
-1
/
+1
2016-05-30
add version check to the unit tests
Oliver Schneider
-0
/
+76
2016-05-28
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*
mcarton
-8
/
+8
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+1642
[prev]