]> git.lizzy.rs Git - rust.git/history - clippy_lints
Updated the list of active mentors
[rust.git] / clippy_lints /
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 borsAuto merge of #6621 - giraffate:improve_the_example_in_...
2021-01-22 Takayuki NakataImprove the example in `ref_in_deref`
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 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 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-17 kai.giebelerMerge remote-tracking branch 'upstream/master' 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-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 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
2021-01-14 borsAuto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
2021-01-13 Daniel SmithExplicitly document false positives
2021-01-13 borsAuto merge of #77524 - Patryk27:fixes/66228, r=estebank
2021-01-13 borsAuto merge of #6584 - giraffate:make_references_to_issu...
2021-01-13 Joshua NelsonSeparate out a `hir::Impl` struct
2021-01-13 Takayuki NakataMake a reference a link in doc
2021-01-12 railFix the ICE 6539
2021-01-12 Cameron SteffenSimilar names ignore underscore prefixed names
2021-01-12 borsAuto merge of #6462 - flip1995:roadmap, r=flip1995...
2021-01-11 borsAuto merge of #6557 - rail-rain:extending_cast_ptr_alig...
2021-01-11 railSimplify `cast_ptr_alignment` `pointer::casr` case
2021-01-11 borsAuto merge of #6575 - flip1995:stop_linting_deps, r...
2021-01-11 Jason NewcombAdd: single_match will suggest using if .. == .. instea...
2021-01-10 Patryk WychowaniecRework diagnostics for wrong number of generic args
2021-01-09 Vadim Petrochenkovast: Remove some indirection layers from values in...
2021-01-09 borsAuto merge of #6565 - giraffate:small_fixes_of_doc_in_n...
2021-01-09 borsAuto merge of #6571 - ThibsG:BoxedLocalTrait, r=phansch
2021-01-09 ThibsGFix FP for `boxed_local` lint in default trait fn impl
2021-01-08 borsAuto merge of #6569 - camsteffen:symbol-comparison...
2021-01-08 Cameron SteffenFix symbol string comparison dogfood
2021-01-08 Cameron SteffenAdd unnecessary symbol string lint
2021-01-08 Cameron SteffenFix unnecessary keyword intern dogfood
2021-01-08 Cameron SteffenAdd keywords to interning defined symbol lint
2021-01-08 Cameron SteffenUse DefId in interning defined symbol lint
2021-01-08 Cameron SteffenFix path_to_res for enum inherent items
2021-01-08 borsAuto merge of #6566 - giraffate:reduce_the_span_in_from...
2021-01-08 railMove `is_hir_ty_cfg_dependant` to `util`,
2021-01-08 Takayuki NakataReduce the span in `from_over_into` to impl header
2021-01-07 Takayuki NakataSmall fixes of doc in `needless_question_mark`
2021-01-07 CaioReintroduce hir::ExprKind::If
2021-01-07 borsAuto merge of #6558 - stanislav-tkach:patch-2, r=flip1995
2021-01-07 Stanislav TkachFix typo: `irrevelent` -> `irrelevant`
2021-01-07 railCatch `pointer::cast` too in `cast_ptr_alignment`
2021-01-06 borsAuto merge of #6554 - sozysozbot:master, r=flip1995
2021-01-06 Stanislav TkachRemove duplication in the manual_ok_or lint example
2021-01-06 jekto_vatimelijuFix typo: `which which can be` -> `which can be`
2021-01-06 borsAuto merge of #6553 - phansch:field-reassign-with-defau...
2021-01-05 Philipp HanschFix macro issues with field_reassign_with_default
2021-01-05 Philipp HanschUse existing 'is_automatically_derived' helper
2021-01-05 borsAuto merge of #6551 - phansch:tiny-symbol-cleanup,...
2021-01-05 Philipp HanschTiny Symbol cleanup
2021-01-05 Javier AlvarezRemove default lint description
2021-01-05 Javier AlvarezAdd case_sensitive_file_extensions lint
next