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
Age
Commit message (
Expand
)
Author
Lines
2019-05-12
Fix #4019
Michael Wright
-12
/
+50
2019-05-11
Add in_macro again
Manish Goregaokar
-7
/
+11
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-117
/
+128
2019-05-10
Start handling desugarings in author lint
Manish Goregaokar
-1
/
+27
2019-05-10
Ignore desugarings in macro checks
Manish Goregaokar
-1
/
+10
2019-05-10
Add IfDesugar to desugaring_name
Manish Goregaokar
-0
/
+4
2019-05-10
Fix consts.rs
Manish Goregaokar
-5
/
+6
2019-05-10
More uses of higher::if_block
Manish Goregaokar
-14
/
+12
2019-05-10
Remove some unnecessary If arms
Manish Goregaokar
-64
/
+1
2019-05-10
Fix needless_bool.rs
Manish Goregaokar
-3
/
+3
2019-05-10
Fix question_mark.rs
Manish Goregaokar
-2
/
+2
2019-05-10
Fix shadow.rs
Manish Goregaokar
-7
/
+0
2019-05-10
Fix unwrap.rs
Manish Goregaokar
-2
/
+2
2019-05-10
Add util function for desugaring if block
Manish Goregaokar
-0
/
+21
2019-05-09
use `derive` feature over `serde_derive` crate
Andy Russell
-1
/
+1
2019-05-08
rustup https://github.com/rust-lang/rust/pull/60586
Matthias Krüger
-0
/
+2
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-117
/
+121
2019-05-03
Fix link in into_iter_on_array documentation
Jean Mertz
-4
/
+3
2019-05-03
Auto merge of #4053 - euclio:too-many-args-span, r=flip1995
bors
-2
/
+17
2019-05-02
remove function body from "too many args" span
Andy Russell
-2
/
+17
2019-05-02
Auto merge of #4049 - airt:fix-4033-search_is_some, r=flip1995
bors
-2
/
+17
2019-05-02
Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obk
bors
-0
/
+7
2019-05-01
more Use->DropTemps fixes
Matthias Krüger
-2
/
+2
2019-05-01
rustup https://github.com/rust-lang/rust/pull/60417/
Matthias Krüger
-7
/
+7
2019-05-01
clippy-driver: use rustc_tools_util to get version info.
Matthias Krüger
-1
/
+1
2019-05-01
check closure arguments before use it
airt
-1
/
+2
2019-05-01
format code
airt
-13
/
+13
2019-04-30
Update find(p).map(p) occurrences to use find_map(p)
André Luis Leal Cardoso Junior
-5
/
+13
2019-04-30
Add lints for find_map
André Luis Leal Cardoso Junior
-0
/
+86
2019-05-01
fix suggestion for search_is_some
airt
-4
/
+10
2019-05-01
fix suggestion for search_is_some naively
airt
-2
/
+10
2019-04-29
Rustup to rustc 1.36.0-nightly (f843ad60e 2019-04-30)
Manish Goregaokar
-3
/
+2
2019-04-28
Rustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)
Manish Goregaokar
-4
/
+5
2019-04-28
Suggest .copied() for map_clone on iterators too
Manish Goregaokar
-7
/
+4
2019-04-28
Fix breakage due to rust-lang/rust#60225
Michael Wright
-50
/
+60
2019-04-25
useless_let_if_seq handle interior mutability
Josh Mcguigan
-0
/
+7
2019-04-25
Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch
bors
-0
/
+4
2019-04-25
Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995
bors
-0
/
+3
2019-04-25
Ignore unnecessary cast if inside macro
cemil
-0
/
+3
2019-04-25
Auto merge of #4029 - phansch:update_pulldown_cmark, r=oli-obk
bors
-40
/
+23
2019-04-25
Rustup for https://github.com/rust-lang/rust/pull/59042
Philipp Hansch
-6
/
+5
2019-04-24
Update pulldown_cmark to 0.5
Philipp Hansch
-40
/
+23
2019-04-24
Remove approx_constant known problems
Matthew Kraai
-4
/
+1
2019-04-24
Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=...
bors
-1
/
+1
2019-04-23
Suppress let_and_return if let has attributes
Matthew Kraai
-1
/
+1
2019-04-23
Change "if types change" to "if you later change the type"
Matthew Kraai
-1
/
+1
2019-04-23
Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk
bors
-5
/
+23
2019-04-23
Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23)
Manish Goregaokar
-1
/
+1
2019-04-23
Ignore all enum and struct constructors in lints about `*or(call())`
Manish Goregaokar
-5
/
+23
2019-04-21
Auto merge of #4013 - kraai:move-path_buf_push_overwrite-to-nursery, r=matthi...
bors
-3
/
+2
[prev]
[next]