]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
rustup https://github.com/rust-lang/rust/pull/57907/
[rust.git] / clippy_lints / src / lib.rs
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-23 borsAuto merge of #3582 - Arkweid:add-lints-aseert-checks...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-14 borsAuto merge of #3653 - gendx:master, r=phansch
2019-01-14 borsAuto merge of #3658 - detrumi:add-several-run-rustfix...
2019-01-12 borsAuto merge of #3654 - matthiaskrgr:rustup, r=phansch
2019-01-12 Matthias Krügerrustup: the features if_while_or_patterns has been...
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-09 Abroskin AlexanderMerge branch 'master' into add-lints-aseert-checks
2019-01-09 A.A.Abroskinchange assert_checks to assertions_on_constants
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-07 borsAuto merge of #3640 - detrumi:nested_use_self, r=flip1995
2019-01-07 borsAuto merge of #3600 - xfix:cast-ref-to-mut, r=flip1995
2019-01-07 Konrad BorowskiMove cast_ref_to_mut list to correctness group
2019-01-07 Konrad Borowskicast_ref_to_mut lint
2019-01-07 A.A.Abroskinrun ./util/dev update_lints
2019-01-07 A.A.AbroskinAdd assert(true) and assert(false) lints
2019-01-05 borsAuto merge of #3635 - matthiaskrgr:revert_random_state_...
2019-01-05 Matthias KrügerRevert "Auto merge of #3603 - xfix:random-state-lint...
2019-01-05 borsAuto merge of #3610 - phansch:method_rs_cleanup, r...
2019-01-04 borsAuto merge of #3601 - xfix:move-constant-write-lint...
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2019-01-03 borsAuto merge of #3617 - matthiaskrgr:3462_test, r=phansch
2019-01-03 borsAuto merge of #3615 - matthiaskrgr:rtuVbump, r=phansch
2019-01-03 borsAuto merge of #3603 - xfix:random-state-lint, r=phansch
2019-01-03 borsAuto merge of #3607 - detrumi:limit_infinite_iter_to_kn...
2019-01-02 borsAuto merge of #3609 - codeworm96:fix_test, r=phansch
2018-12-31 borsAuto merge of #3608 - phansch:improve_util_docs, r...
2018-12-31 borsAuto merge of #3606 - detrumi:blacklisted_name_hashset...
2018-12-31 Wilco KuseeUse hashset for name blacklist
2018-12-31 borsAuto merge of #3590 - jorpic:i3559-if_same_then_else...
2018-12-30 borsAuto merge of #3599 - xfix:use-hash-set-for-valid-ident...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 Konrad BorowskiMerge branch 'master' of https://github.com/rust-lang...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
2018-12-30 Konrad Borowskirandom_state lint
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 Konrad BorowskiUse an FxHashSet for valid idents in documentation...
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 borsAuto merge of #3595 - xfix:mark-writes-to-constant...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-29 Konrad BorowskiSupport array indexing expressions in unused write...
2018-12-28 Peter FürstenauMerge remote-tracking branch 'upstream/master'
2018-12-28 Russell GreeneMerge new_without_default_derive into new_without_default
2018-12-22 borsAuto merge of #3569 - phansch:update_contributing,...
2018-12-19 borsAuto merge of #3552 - phansch:make_integration_tests_fa...
2018-12-19 borsAuto merge of #3546 - matthiaskrgr:fix_install, r=oli-obk
2018-12-18 borsAuto merge of #3554 - klausi:module_name_repeat, r...
2018-12-17 flip1995Rename lint to MODULE_NAME_REPETITIONS
2018-12-17 flip1995Move renaming to the right place
2018-12-16 Klaus Purerfix(module_name_repeat): Try to register renamed lint...
2018-12-16 Klaus Purerchore(moduel_name_repeat): Rename stutter lint to modul...
2018-12-14 borsAuto merge of #3545 - Kampfkarren:vec_boxed_sized,...
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-13 KampfkarrenRemove references to sized for end users
2018-12-13 KampfkarrenLint for Vec<Box<T: Sized>> - Closes #3530
2018-12-12 borsAuto merge of #3535 - sinkuu:fixes, r=phansch
2018-12-12 borsAuto merge of #3510 - phansch:fix_doc_markdown_mixed_ca...
2018-12-12 borsAuto merge of #3450 - phansch:structured_sugg_for_expli...
2018-12-12 Philipp HanschAdd suggestion for explicit_write lint
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-12-06 Philipp HanschMerge pull request #3494 from daxpedda/master
2018-12-05 daxpeddaRenamed to `implicit_return`.
2018-12-05 daxpeddaAppeasing the Test Gods.
2018-12-05 daxpeddaRenamed `forced_return` to `missing_returns`.
2018-12-05 daxpeddaAdded `FORCED_RETURN` lint.
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-03 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3479 from dtolnay/literal
2018-12-02 Philipp HanschMerge pull request #3483 from phansch/mention_triage_pr...
2018-12-02 David TolnayDowngrade large_digit_groups to pedantic
2018-12-02 David TolnayDowngrade unsafe_vector_initialization to restriction
2018-11-30 Philipp HanschMerge pull request #3471 from matthiaskrgr/mamor_warn
2018-11-30 Matthias Krügerremove macro_at_most_once_rep feature attribute since...
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 NietoUpdate lints
2018-11-25 Guillem NietoAdd slow zero-filled vector initialization lint
2018-11-24 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3439 from dtolnay/npbv
2018-11-21 David TolnayDowngrade needless_pass_by_value to allow by default
2018-11-19 bors[bot]Merge #3432
2018-11-17 bors[bot]Merge #3435
2018-11-17 Matthias Krügerremove unused allow() attributes, NFC
2018-11-15 bors[bot]Merge #3419
2018-11-13 Yusuf SimonsonCheck for common metadata
2018-11-06 Michael WrightMerge branch 'master' into fix-missing-comma-fp
2018-11-05 bors[bot]Merge #3408
2018-11-05 Philipp HanschRIIR update lints: Add check mode (update_lints.py...
2018-11-05 bors[bot]Merge #3353
2018-11-03 bors[bot]Merge #3399
2018-11-03 bors[bot]Merge #3400
2018-11-03 bors[bot]Merge #3123
2018-11-02 flip1995Add cfg_attr(rustfmt) lint
2018-11-02 bors[bot]Merge #3344
next