]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #6659 - phlip9:let_and_return_fix, r=phansch
[rust.git] / clippy_lints / src /
2021-02-02 borsAuto merge of #6659 - phlip9:let_and_return_fix, r...
2021-02-02 borsAuto merge of #6661 - Manishearth:exhaustive-fix, r...
2021-02-02 Manish Goregaokarexhaustive_structs: don't trigger for structs with...
2021-01-31 borsAuto merge of #6603 - ThibsG:MatchOverlappingArm5986...
2021-01-30 borsAuto merge of #6654 - flip1995:no_lazy_static_regex...
2021-01-30 flip1995Remove unknown_clippy_lints allow attribute
2021-01-30 flip1995Get rid of regex and lazy_static dependencies
2021-01-30 borsAuto merge of #6653 - flip1995:rustup, r=flip1995
2021-01-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-30 Philip HayesFix let_and_return false positive
2021-01-29 Yuki OkushiRollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
2021-01-28 Yuki OkushiRollup merge of #81277 - flip1995:from_diag_items,...
2021-01-28 Yuki OkushiRollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikom...
2021-01-27 borsAuto merge of #6645 - camsteffen:syntax-highlighting...
2021-01-26 borsAuto merge of #6469 - matthiaskrgr:clippy_dev_crater...
2021-01-25 borsAuto merge of #6617 - Manishearth:exhaustive_enums...
2021-01-25 Manish GoregaokarBetter suggestion span
2021-01-25 borsAuto merge of #6630 - xFrednet:0000-configuration-docum...
2021-01-22 borsAuto merge of #6403 - camsteffen:similar-names-undersco...
2021-01-22 borsAuto merge of #6619 - camsteffen:collapsible-match...
2021-01-22 Cameron SteffenFix dogfood
2021-01-22 Cameron SteffenEnhance collapsible_match for adjusted bindings
2021-01-22 borsAuto merge of #6591 - camsteffen:manual-filter-map...
2021-01-22 Manish GoregaokarClean up suggestion span; clarify help message
2021-01-22 Manish GoregaokarFix indentation of suggestion
2021-01-22 Manish GoregaokarAdd exhaustive_structs lint
2021-01-22 flip1995Make more traits of the From/Into family diagnostic...
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 borsAuto merge of #6621 - giraffate:improve_the_example_in_...
2021-01-22 Takayuki NakataImprove the example in `ref_in_deref`
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-22 Esteban KüberFix clippy and comment
2021-01-22 Esteban KüberAdd loop head span to hir
2021-01-22 Cameron SteffenDeprecate find_map lint
2021-01-22 Cameron SteffenRemove unneeded allow's
2021-01-22 Cameron SteffenReplace find_map with manual_find_map
2021-01-22 Cameron SteffenSplit filter_map into manual_filter_map
2021-01-22 Cameron SteffenAdd expr_fallback to SpanlessEq
2021-01-22 Cameron SteffenFix comment
2021-01-22 Cameron SteffenCheck if let guard in collapsible_match
2021-01-21 Manish GoregaokarExhaustiveEnums -> ExhaustiveItems
2021-01-21 Manish GoregaokarMake exhaustive_enums only warn on exported items
2021-01-21 Manish GoregaokarMake exhaustive_enums a late pass
2021-01-21 Manish GoregaokarNew lint: exhaustive_enums
2021-01-21 borsAuto merge of #6609 - giraffate:fix_wrong_suggestion_of...
2021-01-21 borsAuto merge of #6605 - kawogi:doc-markdown, r=llogiq
2021-01-21 borsAuto merge of #6532 - matthiaskrgr:mlmm, r=llogiq
2021-01-21 borsAuto merge of #6408 - pro-grammer1:master, r=oli-obk
2021-01-21 borsAuto merge of #6611 - pastchick3:master, r=flip1995
2021-01-21 pastchick3Improve the suggestion message of `stable_sort_primitive`.
2021-01-20 Aaron HillForce token collection to run when parsing nonterminals
2021-01-20 borsAuto merge of #6567 - camsteffen:path-to-res-enum,...
2021-01-20 borsAuto merge of #6475 - matsujika:capitalized_acronyms...
2021-01-20 Hirochika MatsumotoRemove nightly-gate of `split_inclusive`
2021-01-20 Hirochika MatsumotoAdd new lint `upper_case_acronyms`
2021-01-20 Hirochika MatsumotoRun `cargo dev new_lint`
2021-01-20 borsAuto merge of #6578 - MarijnS95:size-in-element-count...
2021-01-19 Marijn Suijtensize_of_in_element_count: Disable lint on division...
2021-01-19 Takayuki NakataFix a wrong suggestion of `ref_in_deref`
2021-01-19 borsAuto merge of #6577 - nahuakang:inspect_then_for_each...
2021-01-19 nahuakangCreate new lint for the usage of inspect for each.
2021-01-19 borsAuto merge of #6608 - rail-rain:note_on_as_conversions...
2021-01-18 railAdd a note to `as_conversions`
2021-01-18 Cameron SteffenRemove qpath_res util function
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 kai.giebelerMerge remote-tracking branch 'upstream/master' into...
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-17 ThibsGDo not lint when range is completely included into...
2021-01-17 pro-grammer1Remove numeric literals from print_literal and write_li...
2021-01-17 pro-grammer1Negate results of matches!
2021-01-17 pro-grammer1Replace another instance of match with matches
2021-01-17 borsAuto merge of #6585 - Daniel-B-Smith:false-positive...
2021-01-17 borsAuto merge of #6528 - Jarcho:redundant_slicing, r=flip1995
2021-01-17 borsAuto merge of #6582 - rail-rain:ice_6539, r=flip1995
2021-01-17 borsAuto merge of #6549 - ThibsG:FixClosureNeedlessReturn...
2021-01-17 pro-grammer1Run tests/ui/update-all-references.sh and refactor...
2021-01-16 Jack HueyReview changes
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyUse pred not binder
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyRemove PredicateKind
2021-01-16 Jack HueyRemove PredicateKind::Atom
2021-01-16 flip1995Deprecate unknown_clippy_lints
2021-01-15 Jason NewcombUpdate clippy_lints/src/redundant_slicing.rs
2021-01-15 Jason Newcombfix copy-paste error
2021-01-15 Jason Newcombdon't lint external macro expansions
2021-01-15 Jason Newcombfix new lint error
2021-01-15 Jason NewcombInitial implementation of redundant_slicing lint
2021-01-15 borsAuto merge of #6500 - Javier-varez:case_sensitive_file_...
2021-01-15 ThibsGFix FP with empty return for `needless_return` lint
2021-01-15 borsAuto merge of #6574 - Jarcho:single_match_eq, r=Manishearth
2021-01-15 borsAuto merge of #6589 - giraffate:add_notes_of_prioritiza...
2021-01-15 borsAuto merge of #6555 - stanislav-tkach:patch-1, r=flip1995
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2021-01-15 borsAuto merge of #6586 - flip1995:rustup, r=flip1995
2021-01-15 flip1995Don't trigger needless_return lint in macros
2021-01-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-15 Jason NewcombRename function
2021-01-14 Jason NewcombAddress review comments
next