]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/slow_vector_initialization.rs
Auto merge of #3946 - rchaser53:issue-3920, r=flip1995
[rust.git] / clippy_lints / src / slow_vector_initialization.rs
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 Alexander RegueiroAddressed points raised in review.
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-02-26 borsAuto merge of #3821 - g-bartoszek:redundant_closure...
2019-02-26 borsAuto merge of #3818 - phansch:update_changelog, r=oli-obk
2019-02-26 borsAuto merge of #3817 - rust-lang:fix-bool_comparison...
2019-02-26 borsAuto merge of #3814 - ljedrz:HirIdification_lockstep_up...
2019-02-24 ljedrzHirIdify some lints
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 borsAuto merge of #3736 - mikerite:fix-build-20190203,...
2019-02-03 Michael WrightFix breakage due to rust-lang/rust#58079
2019-01-28 borsAuto merge of #3700 - phansch:would_you_like_some_help_...
2019-01-27 borsAuto merge of #3706 - robamler:patch-1, r=phansch
2019-01-27 borsAuto merge of #3705 - matthiaskrgr:rustup, r=phansch
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57907/
2019-01-27 Robert BamlerFix documentation for `slow_vector_initialization`
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-22 borsAuto merge of #3679 - daxpedda:use_self, r=phansch
2019-01-21 borsAuto merge of #3677 - daxpedda:integer_arithmetic,...
2019-01-21 borsAuto merge of #3676 - daxpedda:implicit_return, r=oli-obk
2019-01-21 borsAuto merge of #3680 - g-bartoszek:needless-bool-else...
2019-01-20 borsAuto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
2019-01-20 borsAuto merge of #3675 - mikerite:fix-build-20190120,...
2019-01-20 Michael WrightFixed breakage due to rust-lang/rust#57489
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
2018-12-29 borsAuto merge of #3598 - xfix:apply-cargo-fix-edition...
2018-12-29 borsAuto merge of #3558 - russelltg:new_without_default_mer...
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-12-04 Philipp KronesMerge pull request #3490 from phansch/extract_single_ma...
2018-12-04 Philipp HanschMerge pull request #3473 from lucasloisp/additional...
2018-12-04 Philipp HanschMerge pull request #3488 from phansch/fix_cargo_lint_bug
2018-12-03 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3478 from dtolnay/setlen
2018-12-03 David TolnayRemove unsafe_vector_initialization lint
2018-12-02 David TolnayDowngrade unsafe_vector_initialization to restriction
2018-11-28 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3465 from flip1995/rustfmt
2018-11-27 flip1995Run rustfmt on clippy_lints
2018-11-26 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3365 from gnieto/lint/slow-initiali...
2018-11-25 Guillem NietoLint only the first statment/expression after alloc
2018-11-25 Guillem NietoFix some warnings related to Self
2018-11-25 Guillem NietoRename some symbols
2018-11-25 Guillem NietoSplit lint into slow and unsafe vector initalization
2018-11-25 Guillem NietoAdd unsafe set_len initialization
2018-11-25 Guillem NietoAdd slow zero-filled vector initialization lint