]> git.lizzy.rs Git - rust.git/history - clippy_lints
Code formatting/cleanup
[rust.git] / clippy_lints /
2019-04-10 Philipp HanschCode formatting/cleanup
2019-04-08 Philipp HanschFix ICE in decimal_literal_representation lint
2019-04-08 borsAuto merge of #3929 - KarboniteKream:single-char-patter...
2019-04-08 Klemen KoširEscape a single quote in single_char_pattern hint
2019-04-08 borsAuto merge of #3921 - euclio:single-char-names-multispa...
2019-04-08 borsAuto merge of #3848 - felix91gr:null_transmute, r=flip1995
2019-04-08 borsAuto merge of #3901 - rail-rain:issue_1670, r=flip1995
2019-04-08 borsAuto merge of #3885 - mikerite:clippy_dev_toolchain...
2019-04-07 Matthias KrügerMerge pull request #3918 from matthiaskrgr/typos
2019-04-05 Andy Russelluse a multispan for MANY_SINGLE_CHAR_NAMES
2019-04-05 Michael WrightMerge branch 'master' into clippy_dev_toolchain
2019-04-04 Matthias KrügerNFC: fix typos
2019-04-03 Philipp KronesMerge pull request #3916 from matthiaskrgr/rustup
2019-04-03 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/59657
2019-04-02 Félix FischerAdd TransmutingNull Lint
2019-04-01 Philipp KronesMerge pull request #3905 from rust-lang/compiletest
2019-04-01 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/58805
2019-04-01 Félix FischerUpdated source to match with recent rustc `master`...
2019-04-01 flip1995Fix dogfood error of question_mark lint fix
2019-04-01 flip1995Fix question_mark lint+test
2019-03-27 railuse `span_lint_and_sugg` in `explicit_counter_loop`
2019-03-26 Félix FischerFix some test failures
2019-03-26 Oliver SchererHacky rustup
2019-03-23 Manish GoregaokarMerge pull request #3902 from matthiaskrgr/rustup
2019-03-23 Matthias Krügerrun cargo fmt
2019-03-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/59096/
2019-03-23 railChange explicit_counter_loop's message to add parenthes...
2019-03-23 railChange explicit_counter_loop's message to reflect origi...
2019-03-18 borsAuto merge of #3893 - mati865:rustup, r=oli-obk
2019-03-18 Mateusz MikułaCargo fmt
2019-03-18 Mateusz MikułaDrop range_contains feature
2019-03-18 Mateusz MikułaFix rustfmt::skip detection
2019-03-18 Mateusz MikułaRework clippy detection in attribute lint
2019-03-18 Mateusz Mikułaname -> check_name
2019-03-18 Mateusz Mikułaspan -> span()
2019-03-18 Mateusz Mikułaname -> ident_str
2019-03-18 Mateusz MikułaNestedMetaItemKind -> NestedMetaItem
2019-03-18 Mateusz MikułaDrop redundant &
2019-03-18 Mateusz MikułaFix path_qualified
2019-03-18 Mateusz MikułaReplace most of ty:Ty with Ty
2019-03-16 flip1995Feed dog
2019-03-16 flip1995Adapt paths to new formatting
2019-03-16 flip1995cargo fmt
2019-03-16 flip1995Use LocalInternedString inside of AbsolutePathPrinter
2019-03-16 flip1995AbsolutePathBuffer -> AbsolutePathPrinter
2019-03-16 flip1995Remove ty::TyKind from eta_reduction and replace it...
2019-03-15 flip1995parent_def_id -> parent
2019-03-15 flip1995item_path_str -> def_path_str
2019-03-15 flip1995Reimplement AbsolutePathBuffer
2019-03-15 borsAuto merge of #3886 - phansch:rustfix_useless_asref...
2019-03-15 borsAuto merge of #3883 - daxpedda:missing_docs_in_private_...
2019-03-14 daxpeddaAdd a test for `doc(include)`
2019-03-14 daxpeddaAdd `doc(include = ...)` detection to `missing_docs_in_...
2019-03-14 borsAuto merge of #3879 - phansch:rustfix_string_lit_as_byt...
2019-03-14 borsAuto merge of #3877 - rink1969:3842, r=flip1995
2019-03-14 rink1969casting integer literal to float is unnecessary
2019-03-13 borsAuto merge of #3873 - phansch:hiridification, r=flip1995
2019-03-13 Philipp Hanschcargo fmt
2019-03-12 borsAuto merge of #3869 - taiki-e:use_self, r=flip1995
2019-03-12 borsAuto merge of #3872 - phansch:some_feature_cleanup...
2019-03-12 borsAuto merge of #3794 - mikerite:fix-3739, r=phansch
2019-03-12 Philipp HanschUse `HirId` instead of `NodeId` for lookup
2019-03-12 borsAuto merge of #3871 - taiki-e:needless_continue, r...
2019-03-12 Philipp HanschRename span_lint_node* functions to span_lint_hir*
2019-03-12 borsAuto merge of #3865 - phansch:run_more_doc_tests, r...
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-12 borsAuto merge of #3868 - taiki-e:needless_pass_by_value...
2019-03-12 Philipp HanschRun more doc tests
2019-03-11 Taiki EndoFix `needless_continue` false positive
2019-03-11 Taiki EndoFix `use_self` false positive on nested functions
2019-03-11 Taiki EndoFilter out proc_macro and proc_macro_attribute
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 flip1995Fix/Ignore doc tests
2019-03-10 flip1995Run rustfmt
2019-03-10 Alexander RegueiroAddressed points raised in review.
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-10 borsAuto merge of #3863 - rust-lang:get_unwrap, r=oli-obk
2019-03-09 Manish GoregaokarMove get_unwrap to restriction
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-09 borsAuto merge of #3860 - phansch:refactor_out_opt_def_id...
2019-03-09 borsAuto merge of #3861 - flip1995:rollup, r=flip1995
2019-03-09 Philipp KronesRollup merge of #3857 - phansch:document_path_qpath...
2019-03-09 Philipp KronesRollup merge of #3852 - phansch:refactor_assign_ops...
2019-03-09 Philipp KronesRollup merge of #3851 - phansch:refactor_trait_stuff...
2019-03-08 borsAuto merge of #3854 - ljedrz:rustc_58992, r=phansch
2019-03-08 Philipp HanschRefactor: Remove utils::opt_def_id
2019-03-08 Philipp HanschDocument match_path, improve match_qpath docs
2019-03-08 Philipp Hanschcargo fmt
2019-03-08 Philipp Hanschfmt
2019-03-08 Philipp KronesUpdate clippy_lints/src/utils/mod.rs
2019-03-08 Philipp HanschFix doctest
2019-03-08 Philipp HanschRefactor: Cleanup one part of assign_ops lint
2019-03-07 ljedrzalign with rust-lang/rust/#58992
2019-03-07 borsAuto merge of #3853 - rchaser53:issue-3849, r=flip1995
2019-03-07 rchaser53fix missing a semicolon
2019-03-07 Philipp HanschRefactor: Extract `trait_ref_of_method` function
2019-03-06 borsAuto merge of #3803 - felix91gr:master, r=oli-obk
2019-03-06 Félix FischerRenamed: Cyclomatic Complexity -> Cognitive Complexity
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellfix or ignore failing doc tests
next