]> git.lizzy.rs Git - rust.git/history - clippy_lints
Extend `if_then_some_else_none` to also suggest `bool::then_some`
[rust.git] / clippy_lints /
2022-08-04 Michael KrasnitskiExtend `if_then_some_else_none` to also suggest `bool...
2022-08-03 borsAuto merge of #9284 - lengyijun:typo, r=dswij
2022-08-03 borsAuto merge of #9282 - macovedj:clone-on-copy-try-preced...
2022-08-02 Daniel Macoveiclean up
2022-08-02 Daniel Macoveiadd paren before '?' when suggesting deref
2022-08-02 borsAuto merge of #9053 - AaronC81:fix-9052, r=flip1995
2022-08-02 borsAuto merge of #9264 - guerinoni:instant-elapsed, r...
2022-08-02 borsAuto merge of #9279 - tabokie:weight-loss, r=flip1995
2022-08-02 tabokieuse slice match more often
2022-08-02 tabokiesimplify unit type check
2022-08-02 borsAuto merge of #9254 - alex-semenyuk:enable_empty_loop_n...
2022-08-01 Federico GuerinoniAdd `elapsed_instant` lint
2022-08-01 borsAuto merge of #9273 - tabokie:assert_ok_fp, r=flip1995
2022-08-01 tabokiedo not apply [`assertions_on_result_states`] to unwrap...
2022-08-01 borsAuto merge of #9270 - schubart:link_to_developer_guide...
2022-08-01 tabokiemove [`assertions_on_result_states`] to restriction
2022-08-01 borsAuto merge of #9223 - sgued:unwrap-expect-used, r=giraffate
2022-07-30 SostheneApply suggestions from code review
2022-07-29 borsAuto merge of #8974 - Metaswitch:remove-blacklist-termi...
2022-07-29 Andy CaldwellChange lint name to plural
2022-07-29 Andy CaldwellRename "blacklisted name" to "disallowed name" throughout
2022-07-29 borsAuto merge of #9252 - Metaswitch:use-deprecated-config...
2022-07-28 Andy CaldwellHarden duplicates checking and add tests
2022-07-28 Sosthène GuédonFix tests
2022-07-28 Sosthène Guédonunwrap_used: Fix doc to not recommend expect when expec...
2022-07-28 borsAuto merge of #9257 - flip1995:rustup, r=flip1995
2022-07-28 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-27 borsAuto merge of #9182 - Serial-ATA:new_lint-type-flag...
2022-07-27 Philipp KronesRead and use deprecated configuration (as well as emitt...
2022-07-27 Guillaume GomezRollup merge of #99728 - cjgillot:ast-lifetimes-anon...
2022-07-26 Camille GILLOTClippy fallout.
2022-07-26 Camille GILLOTReplace LifetimeRes::Anonymous by LifetimeRes::Infer.
2022-07-26 SerialAdd `--type` flag to `dev new_lint`
2022-07-25 borsAuto merge of #9241 - Jarcho:ice_9238, r=xFrednet
2022-07-25 borsAuto merge of #9130 - c410-f3r:arith, r=llogiq
2022-07-25 borsAuto merge of #97313 - cjgillot:ast-lifetimes-anon...
2022-07-25 Camille GILLOTClippy fallout.
2022-07-25 borsAuto merge of #9243 - Jarcho:std_core, r=Manishearth
2022-07-25 borsAuto merge of #9225 - tabokie:assert_ok, r=Jarcho
2022-07-25 tabokieAdd `[assertions_on_result_states]` lint
2022-07-25 borsAuto merge of #9246 - kyoto7250:reopen_issue_8493,...
2022-07-25 kyoto7250check macro statements in non_copy_const.rs
2022-07-25 borsAuto merge of #9245 - alex-semenyuk:enable_multiple_con...
2022-07-25 borsAuto merge of #9244 - Jarcho:ice-9242, r=flip1995
2022-07-25 Jason NewcombImprove `[std|alloc]_instead_of_[alloc|core]` lints
2022-07-25 Jason NewcombFix ICE in `question_mark`
2022-07-24 borsAuto merge of #9237 - Alexendoo:useless-format-spans...
2022-07-24 Alex MacleodFix `useless_format` spans for `format!("{foo}")`
2022-07-23 borsAuto merge of #9230 - RalfJung:fix-doc-lint-names,...
2022-07-23 Ralf Jungfix outdated lint names in docs
2022-07-23 borsAuto merge of #9229 - FoseFx:case_sensitive_file_extens...
2022-07-22 Sosthène Guédonunwrap_used: Fix help, "an `None`" -> "`None`"
2022-07-22 Max Baumannupdate case_sensitive_file_extension_comparisons example
2022-07-21 Sosthène Guédonunwrap_used: Stop recommending using `expect` when...
2022-07-21 borsAuto merge of #9214 - Jarcho:assign_op_prim, r=Manishearth
2022-07-21 borsAuto merge of #9215 - alex-semenyuk:enable_test_entrypo...
2022-07-21 borsAuto merge of #9216 - smoelius:master, r=flip1995
2022-07-21 borsAuto merge of #9217 - Serial-ATA:extra-newlines, r...
2022-07-21 SerialRemove extra newlines in [`significant_drop_in_scrutine...
2022-07-20 Jason NewcombDon't lint `assign_op_pattern` when the suggestion...
2022-07-20 borsAuto merge of #9207 - Jarcho:todo_arm, r=giraffate
2022-07-19 borsAuto merge of #9210 - evantypanski:issue9160, r=Manishearth
2022-07-19 Evan TypanskiUse parens around [`needless_borrow`] field calls
2022-07-18 CaioAdd Arithmetic lint
2022-07-18 borsAuto merge of #9202 - PaulTheNeko:patch-1, r=Manishearth
2022-07-18 PaulFix typo in alloc_instead_of_core
2022-07-18 borsAuto merge of #9148 - arieluy:then_some_unwrap_or,...
2022-07-18 borsAuto merge of #9199 - Xiretza:unused-self-exported...
2022-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-07-18 Xiretzaunused_self: respect avoid-breaking-exported-api
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-18 Ariel UyAdd new lint `obfuscated_if_else`
2022-07-17 borsAuto merge of #9196 - alex-semenyuk:invalid_regex,...
2022-07-17 alexey semenyukFix example for `clippy::invalid_regex`
2022-07-17 Ariel UyFix `mismatching_type_param_order` false positive
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-17 alexey semenyukNEEDLESS_OPTION_TAKE doc improvements
2022-07-16 CaioStabilize `let_chains`
2022-07-16 Matthias KrügerRollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string...
2022-07-16 borsAuto merge of #9171 - Serial-ATA:highlight-js, r=xFrednet
2022-07-16 Takayuki Maedaavoid some `Symbol` to `String` conversions
2022-07-15 Aaron ChristiansenFix suggestion for `async` in redundant_closure_call
2022-07-15 borsAuto merge of #9178 - alex-semenyuk:match_like_matches_...
2022-07-15 borsAuto merge of #9174 - flip1995:rustup, r=Jarcho
2022-07-15 borsAuto merge of #9103 - i509VCB:std-instead-of-core,...
2022-07-15 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-15 alex-semenyukmatch_like_matches_macro does not trigger when one...
2022-07-14 i509VCBstd_instead_of_core, std_instead_of_alloc, alloc_instea...
2022-07-14 borsAuto merge of #95956 - yaahc:stable-in-unstable, r...
2022-07-14 borsAuto merge of #9170 - Rqnsom:box_collection, r=Jarcho
2022-07-14 borsAuto merge of #9161 - Victor-N-Suadicani:move_format_pu...
2022-07-14 Victor Nordam Suad... Add Known problems section
2022-07-14 borsAuto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r...
2022-07-14 Dylan DPCRollup merge of #98705 - WaffleLapkin:closure_binder...
2022-07-14 Dylan DPCRollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 borsAuto merge of #9134 - Jarcho:while_let_iter_closure...
2022-07-13 Korlobox_collection: raise warn for all std collections
2022-07-13 borsAuto merge of #9159 - alex-semenyuk:fix_typos, r=dswij
2022-07-13 borsFix typos
next