]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #6325 - flip1995:rustup, r=flip1995
[rust.git] / clippy_lints / src /
2020-11-12 borsAuto merge of #6325 - flip1995:rustup, r=flip1995
2020-11-12 borsAuto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
2020-11-11 Ikko AshimineFix typo in comment
2020-11-11 borsAuto merge of #6269 - camsteffen:map-clone-deref, r...
2020-11-11 Cameron SteffenFix map_clone with deref and clone
2020-11-10 borsAuto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto
2020-11-10 borsAuto merge of #6319 - ebroto:rustup, r=ebroto
2020-11-10 Eduardo BrotoRun cargo dev fmt
2020-11-10 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-09 borsAuto merge of #6305 - smoelius:master, r=flip1995
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-09 borsAuto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
2020-11-08 Vadim PetrochenkovDo not collect tokens for doc comments
2020-11-08 Samuel E. Moelius IIIUpdate lints
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 borsAuto merge of #6267 - camsteffen:or-fun-idx, r=flip1995
2020-11-08 Cameron SteffenFix or_fun_call for index operator
2020-11-08 Cameron SteffenMake KNOW_TYPES static
2020-11-08 borsAuto merge of #6293 - Urcra:lint-example-fix, r=flip1995
2020-11-08 borsAuto merge of #6271 - camsteffen:vec-box-import, r...
2020-11-08 Samuel E. Moelius IIIAdd let_underscore_drop
2020-11-08 borsAuto merge of #6205 - josephlr:empty-loop2, r=flip1995
2020-11-08 Joseph RicheyUpdate clippy_lints/src/loops.rs
2020-11-08 Joe RicheyEnable empty_loop lint for no_std crates
2020-11-08 borsAuto merge of #6301 - alex-700:fix-map-clone, r=matthia...
2020-11-07 borsAuto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
2020-11-07 borsAuto merge of #6298 - JohnTitor:fix-example, r=llogiq
2020-11-07 borsAuto merge of #6287 - camsteffen:readme, r=llogiq
2020-11-07 borsAuto merge of #6134 - patrickelectric:as_utf8, r=llogiq
2020-11-07 borsAuto merge of #6110 - rail-rain:care_enums_non_copy_con...
2020-11-07 borsAuto merge of #6272 - camsteffen:unnecesary-lazy-eval...
2020-11-06 Matthias KrügerFROM_ITER_INSTEAD_OF_COLLECT: avoid unwrapping uncondit...
2020-11-06 borsAuto merge of #6294 - giraffate:fix_suggestion_to_add_s...
2020-11-06 Takayuki NakataRefactor to make getting position just before RArrow...
2020-11-06 Aleksei Latyshevdo not trigger map_clone in the case of &mut
2020-11-05 Takayuki NakataFix suggestion to add unneeded space in `manual_async`
2020-11-05 Yuki OkushiFix `await_holding_refcell_ref` examples for clarify
2020-11-05 ThibsGFix incorrect suggestion for `try_err` lint when `Err...
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-05 borsAuto merge of #6296 - flip1995:rustup, r=flip1995
2020-11-05 ThibsGSkip rustfmt as it is wanted for this test
2020-11-05 Patrick José PereiraAdd string_from_utf8_as_bytes linter
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #6247 - giraffate:fix_suggestion_to_add_s...
2020-11-04 UrcraFix example for cargo common data
2020-11-04 borsAuto merge of #5911 - hegza:issue-568, r=ebroto
2020-11-04 borsAuto merge of #6292 - ebroto:rustup, r=ebroto
2020-11-04 Eduardo BrotoRun cargo dev fmt
2020-11-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-04 borsAuto merge of #6284 - camsteffen:rustc-sym, r=flip1995
2020-11-04 borsAuto merge of #6270 - ClashTheBunny:clarify_allow_deny_...
2020-11-03 Vadim Petrochenkovrustc_ast: `visit_mac` -> `visit_mac_call`
2020-11-03 Vadim Petrochenkovrustc_ast: Do not panic by default when visiting macro...
2020-11-03 borsAuto merge of #6233 - montrivo:manual_ok_or, r=flip1995
2020-11-03 borsAuto merge of #6165 - dvermd:ref_option_ref, r=flip1995
2020-11-03 borsAuto merge of #6101 - pitiK3U:from_iter_instead_of_coll...
2020-11-03 Piti the little... Fix: Use `.collect()` instead of `::fromIterator()`
2020-11-03 Piti the little... Fix: Don't show lint for types that doesn't implement...
2020-11-03 Piti the little... Improve error message
2020-11-03 Piti the little... Remove backticks
2020-11-03 Piti the little... Run `cargo dev fmt`
2020-11-03 Piti the little... Improve: error message
2020-11-03 Piti the little... Improvements from PR feedback
2020-11-03 Piti the little... Fix `from_iter_instead_of_collect` lint crashing on...
2020-11-03 Piti the little... Run `cargo dev update_lints`
2020-11-03 Piti the little... Add `from_iter_instead_of_collect` lint implementation
2020-11-03 borsAuto merge of #6037 - matthiaskrgr:single_char_insert...
2020-11-02 Cameron SteffenInclude bindings as machine applicable
2020-11-02 Cameron SteffenChange lint to use const sym
2020-11-02 Cameron SteffenUse const rustc sym where possible
2020-11-02 ThibsGFix incorrect suggestion when from expansion in `try_er...
2020-11-02 ThibsGGive better suggestion by working on span on `deref_add...
2020-11-02 ThibsGFix incorrect suggestion for macro expansion in `deref_...
2020-11-02 borsAuto merge of #6282 - giraffate:sync-from-rust, r=ebroto
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-11-02 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-11-01 borsAuto merge of #75534 - Aaron1011:feature/new-future...
2020-10-31 Henri LunnikiviImplement field_reassign_with_default
2020-10-31 borsAuto merge of #6277 - ebroto:rustup, r=ebroto
2020-10-31 Eduardo BrotoFix formatting
2020-10-31 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-31 Aaron HillUpdate Clippy path to `Lint`
2020-10-30 Eduardo BrotoAddress suggestions in PR review
2020-10-30 Eduardo BrotoRename single_char_push_str to single_char_add_str
2020-10-30 Matthias Krügerget_hint_if_single_char_arg: fix bug where multi-char...
2020-10-30 Matthias Krügerhandle macros returning Strings in single_char_push_str...
2020-10-30 Matthias Krügersingle_char_push_str lint using insert_str() on single...
2020-10-30 borsAuto merge of #6260 - matthiaskrgr:ices, r=ebroto
2020-10-30 borsAuto merge of #6197 - ThibsG:ImproveFilterNext, r=ebroto
2020-10-30 Cameron SteffenFix unnecessary_lazy_eval suggestion applicability
2020-10-30 Cameron SteffenFix vec_box scope error
2020-10-30 borsAuto merge of #6229 - henil:improve-integer-division...
2020-10-30 henilremoved lint for division/modulo for literal `0`
2020-10-30 LeSeulArtichautRemove implicit `Continue` type
2020-10-30 LeSeulArtichautUse `ControlFlow::is{break,continue}`
2020-10-30 LeSeulArtichautTypeVisitor: use `ControlFlow` in clippy
next