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
/
redundant_clone.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-29
Rustup to rust-lang/rust#68512
Yuki Okushi
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-12
Remove references
Yuki Okushi
-3
/
+3
2020-01-12
Rustup to rust-lang/rust#67000
Yuki Okushi
-61
/
+28
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-1
/
+1
2020-01-08
Fix `redundant_clone`
Shotaro Yamada
-0
/
+7
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-20
Fix 'redudant' spelling in redundant_clone docs
Emma
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-12-02
Rustup to rust-lang/rust#64736
flip1995
-2
/
+3
2019-12-02
Use assert_crate_local for a more explicit error
Philipp Hansch
-5
/
+5
2019-12-02
Rustup to https://github.com/rust-lang/rust/pull/66789
Philipp Hansch
-2
/
+3
2019-10-03
extern rustc_index
Shotaro Yamada
-5
/
+2
2019-10-03
Add comments
Shotaro Yamada
-14
/
+41
2019-10-03
Resolve reviews
Shotaro Yamada
-13
/
+11
2019-10-03
Apply suggestion
Shotaro Yamada
-2
/
+1
2019-10-03
Add run-rustfix
Shotaro Yamada
-1
/
+9
2019-10-03
Fix false-positive of redundant_clone and move to clippy::perf
Shotaro Yamada
-71
/
+301
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-1
/
+1
2019-09-13
Convert to Place's new boxed slice projection
Jason Olson
-6
/
+5
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-3
/
+3
2019-08-03
Doctests: Enable running doc tests for nursery lints
Philipp Hansch
-2
/
+10
2019-07-24
rustup https://github.com/rust-lang/rust/pull/62859
Matthias Krüger
-1
/
+1
2019-07-21
Fix breakage due to rust-lang/rust#60913
Michael Wright
-16
/
+29
2019-05-29
rustup https://github.com/rust-lang/rust/pull/60928
Matthias Krüger
-3
/
+3
2019-05-18
Dogfood and rustfmt
Oliver Scherer
-2
/
+1
2019-05-17
Prevent symbocalypse
Oliver Scherer
-9
/
+9
2019-05-14
Rustfmt all the things
Oliver Scherer
-3
/
+4
2019-05-14
Use symbols instead of strings
Oliver Scherer
-9
/
+9
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-04-29
Rustup to rustc 1.36.0-nightly (f843ad60e 2019-04-30)
Manish Goregaokar
-3
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-04-17
Use {get,match}_def_path from LateContext
flip1995
-8
/
+7
2019-04-03
rustup https://github.com/rust-lang/rust/pull/59657
Matthias Krüger
-1
/
+1
2019-03-18
Replace most of ty:Ty with Ty
Mateusz Mikuła
-2
/
+2
2019-03-13
cargo fmt
Philipp Hansch
-2
/
+2
2019-03-12
Rename span_lint_node* functions to span_lint_hir*
Philipp Hansch
-4
/
+4
2019-03-05
move lint documentation into macro invocations
Andy Russell
-31
/
+31
2019-03-01
Place::Local(x) is now Place::Base(PlaceBase::Local(x))
Santiago Pastorino
-4
/
+5
2019-02-24
fix formatting
ljedrz
-3
/
+1
2019-02-20
partially HirIdify lints
ljedrz
-3
/
+2
2019-02-01
Adding lint for too many lines.
Araam Borhanian
-0
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-1
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-15
/
+15
[next]