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
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-3
/
+3
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-8
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-2
/
+2
2021-05-06
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
flip1995
-16
/
+6
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-38
/
+31
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-21
/
+21
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+3
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-7
/
+7
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-3
/
+3
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+7
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-2
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-16
rustup https://github.com/rust-lang/rust/pull/68944
Matthias Krüger
-1
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
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
[next]