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
2019-05-10
Remove some unnecessary If arms
Manish Goregaokar
-41
/
+0
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
-23
/
+23
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
-6
/
+6
2019-04-30
Update find(p).map(p) occurrences to use find_map(p)
André Luis Leal Cardoso Junior
-4
/
+10
2019-04-28
Fix breakage due to rust-lang/rust#60225
Michael Wright
-0
/
+17
2019-04-25
Rustup for https://github.com/rust-lang/rust/pull/59042
Philipp Hansch
-4
/
+3
2019-04-23
Ignore all enum and struct constructors in lints about `*or(call())`
Manish Goregaokar
-0
/
+13
2019-04-19
Fix false positive in module_name_repetitions lint
Philipp Hansch
-0
/
+14
2019-04-17
Use lint pass macros
Matthew Kraai
-66
/
+15
2019-04-17
Fix lint_without_lint_pass internal lint
flip1995
-1
/
+7
2019-04-17
Use {get,match}_def_path from LateContext
flip1995
-9
/
+9
2019-04-17
Remove uplifted functions {get,match}_def_path from Clippy
flip1995
-132
/
+1
2019-04-15
Remove clippy::default_hash_types internal lint
flip1995
-62
/
+3
2019-04-14
Clean up unused cx parameters
Manish Goregaokar
-4
/
+4
2019-04-14
Remove now-unnecessary calls to node_to_hir_id
Manish Goregaokar
-2
/
+2
2019-04-12
Fix `get_def_path`
flip1995
-7
/
+2
2019-04-10
Support updated type dependent def ID getter
Tomas Koutsky
-2
/
+2
2019-04-05
use a multispan for MANY_SINGLE_CHAR_NAMES
Andy Russell
-2
/
+2
2019-04-01
Fix dogfood error of question_mark lint fix
flip1995
-3
/
+2
2019-04-01
Fix question_mark lint+test
flip1995
-1
/
+8
2019-03-26
Hacky rustup
Oliver Scherer
-1
/
+1
2019-03-18
Cargo fmt
Mateusz Mikuła
-4
/
+2
2019-03-18
name -> check_name
Mateusz Mikuła
-1
/
+1
2019-03-18
NestedMetaItemKind -> NestedMetaItem
Mateusz Mikuła
-2
/
+2
2019-03-18
Fix path_qualified
Mateusz Mikuła
-11
/
+17
2019-03-18
Replace most of ty:Ty with Ty
Mateusz Mikuła
-1
/
+1
2019-03-16
Feed dog
flip1995
-0
/
+1
2019-03-16
Adapt paths to new formatting
flip1995
-12
/
+12
2019-03-16
cargo fmt
flip1995
-23
/
+17
2019-03-16
Use LocalInternedString inside of AbsolutePathPrinter
flip1995
-10
/
+13
2019-03-16
AbsolutePathBuffer -> AbsolutePathPrinter
flip1995
-4
/
+4
2019-03-15
Reimplement AbsolutePathBuffer
flip1995
-22
/
+94
2019-03-12
Rename span_lint_node* functions to span_lint_hir*
Philipp Hansch
-5
/
+5
2019-03-10
Addressed points raised in review.
Alexander Regueiro
-25
/
+23
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-84
/
+85
2019-03-09
Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995
bors
-6
/
+2
2019-03-09
Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995
Philipp Krones
-1
/
+20
2019-03-09
Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995
Philipp Krones
-0
/
+27
2019-03-08
Refactor: Remove utils::opt_def_id
Philipp Hansch
-6
/
+2
2019-03-08
Document match_path, improve match_qpath docs
Philipp Hansch
-1
/
+20
2019-03-08
Update clippy_lints/src/utils/mod.rs
Philipp Krones
-1
/
+1
2019-03-08
Fix doctest
Philipp Hansch
-2
/
+8
2019-03-07
align with rust-lang/rust/#58992
ljedrz
-8
/
+7
2019-03-07
fix missing a semicolon
rchaser53
-1
/
+1
2019-03-07
Refactor: Extract `trait_ref_of_method` function
Philipp Hansch
-0
/
+21
2019-03-06
Renamed: Cyclomatic Complexity -> Cognitive Complexity
Félix Fischer
-7
/
+24
[prev]
[next]