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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-30
Fix cast_lossless false positive in impl const fn
Philipp Hansch
-0
/
+4
2019-08-29
Also return the method spans in utils::method_calls
flip1995
-3
/
+5
2019-08-28
Replace `Arg` with `Param`
Yuki Okushi
-3
/
+3
2019-08-25
Account for trait alias when looking for defid
Lzu Tao
-1
/
+3
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-9
/
+4
2019-08-18
Fix breakage due to rust-lang/rust#61708
Michael Wright
-1
/
+1
2019-08-16
Use outer_expn_data instead of outer_expn_info
KRAAI, MATTHEW [VISUS]
-14
/
+27
2019-08-16
Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"
Lzu Tao
-1
/
+1
2019-07-12
Rustup `macro expansion and resolution`
Lzu Tao
-4
/
+4
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-1
/
+1
2019-06-25
find_by_hir_id -> find
Manish Goregaokar
-3
/
+3
2019-06-25
get_parent_node_by_hir_id -> get_parent_node
Manish Goregaokar
-1
/
+1
2019-06-22
Fix fallout cause NodeId pruning
Lzu Tao
-2
/
+2
2019-06-21
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-21
Remove unnecssary lifetime from trait_ref_of_method
flip1995
-1
/
+1
2019-06-21
Fix breakage due to rust-lang/rust#61968
Michael Wright
-2
/
+2
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-1
/
+1
2019-06-18
rustup https://github.com/rust-lang/rust/pull/61836/
Matthias Krüger
-1
/
+1
2019-06-14
Fix wrong lifetime of TyCtxt
Lzu Tao
-5
/
+5
2019-06-13
Fix wrong lifetime of TyCtxt
Lzu Tao
-5
/
+5
2019-06-12
Remove wrong lifetime from LintContext
Lzu Tao
-14
/
+9
2019-06-01
Make use of new `outer_expn_info()` function
Lzu Tao
-12
/
+4
2019-05-27
Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)
Oliver Scherer
-0
/
+2
2019-05-24
Rustup to https://github.com/rust-lang/rust/pull/59545
Philipp Hansch
-2
/
+3
2019-05-23
Rustup to https://github.com/rust-lang/rust/pull/60740
Philipp Hansch
-2
/
+2
2019-05-18
Dogfood and rustfmt
Oliver Scherer
-1
/
+3
2019-05-17
Prevent symbocalypse
Oliver Scherer
-42
/
+41
2019-05-14
Clippy dogfood
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-34
/
+42
2019-05-11
Add in_macro again
Manish Goregaokar
-2
/
+6
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-5
/
+5
2019-05-10
Ignore desugarings in macro checks
Manish Goregaokar
-1
/
+10
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-16
/
+16
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 {get,match}_def_path from LateContext
flip1995
-3
/
+3
2019-04-17
Remove uplifted functions {get,match}_def_path from Clippy
flip1995
-132
/
+1
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
-1
/
+1
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-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
-1
/
+1
2019-03-18
Fix path_qualified
Mateusz Mikuła
-0
/
+6
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
-1
/
+1
[prev]
[next]