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
/
slow_vector_initialization.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-2
/
+5
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-15
/
+15
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-15
Add a new lint for unused self
James Wang
-2
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-16
/
+16
2019-08-03
Doctests: Enable running doc tests for perf lints
Philipp Hansch
-0
/
+2
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-1
/
+1
2019-05-17
Prevent symbocalypse
Oliver Scherer
-8
/
+7
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-7
/
+8
2019-04-17
Use lint pass macros
Matthew Kraai
-15
/
+4
2019-03-10
Addressed points raised in review.
Alexander Regueiro
-1
/
+1
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-3
/
+3
2019-03-05
move lint documentation into macro invocations
Andy Russell
-15
/
+15
2019-02-24
HirIdify some lints
ljedrz
-5
/
+5
2019-02-03
Fix breakage due to rust-lang/rust#58079
Michael Wright
-1
/
+1
2019-01-27
Auto merge of #3706 - robamler:patch-1, r=phansch
bors
-2
/
+2
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-1
/
+1
2019-01-26
Fix documentation for `slow_vector_initialization`
Robert Bamler
-2
/
+2
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-20
Fixed breakage due to rust-lang/rust#57489
Michael Wright
-4
/
+3
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-7
/
+7
2018-12-03
Remove unsafe_vector_initialization lint
David Tolnay
-52
/
+1
2018-12-01
Downgrade unsafe_vector_initialization to restriction
David Tolnay
-1
/
+1
2018-11-27
Run rustfmt on clippy_lints
flip1995
-54
/
+43
2018-11-25
Lint only the first statment/expression after alloc
Guillem Nieto
-9
/
+30
2018-11-25
Fix some warnings related to Self
Guillem Nieto
-7
/
+7
2018-11-25
Rename some symbols
Guillem Nieto
-57
/
+60
2018-11-25
Split lint into slow and unsafe vector initalization
Guillem Nieto
-28
/
+72
2018-11-25
Add unsafe set_len initialization
Guillem Nieto
-7
/
+33
2018-11-25
Add slow zero-filled vector initialization lint
Guillem Nieto
-0
/
+304