]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/manual_rem_euclid.rs
Auto merge of #9487 - kraktus:question_mark, r=Jarcho
[rust.git] / clippy_lints / src / manual_rem_euclid.rs
2022-09-27 borsAuto merge of #9487 - kraktus:question_mark, r=Jarcho
2022-09-23 borsAuto merge of #9496 - yotamofek:never_loop_let_else...
2022-09-22 borsAuto merge of #9501 - xFrednet:changelog-1.64, r=llogiq
2022-09-20 xFrednetChangelog for Rust 1.64 :apple:
2022-07-18 borsAuto merge of #9148 - arieluy:then_some_unwrap_or,...
2022-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-16 borsAuto merge of #9171 - Serial-ATA:highlight-js, r=xFrednet
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 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-07 Dylan DPCRollup merge of #98507 - xFrednet:rfc-2383-manual-expec...
2022-07-07 borsAuto merge of #98827 - aDotInTheVoid:suggest-extern...
2022-07-02 Dylan DPCRollup merge of #98639 - camsteffen:no-node-binding...
2022-07-01 Cameron SteffenFactor out hir::Node::Binding
2022-07-01 borsAuto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate
2022-06-30 Philipp KronesMerge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f...
2022-06-30 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-06-29 borsAuto merge of #9043 - dswij:9037-test, r=Manishearth
2022-06-29 borsAuto merge of #8981 - PrestonFrom:more_details_for_sign...
2022-06-27 borsAuto merge of #8649 - ebobrow:imperative_find, r=flip1995
2022-06-27 borsAuto merge of #8871 - Serial-ATA:cargo-dev-deprecate...
2022-06-26 borsAuto merge of #9032 - kyoto7250:issue_9018, r=llogiq
2022-06-25 borsAuto merge of #8985 - botahamec:single-match-option...
2022-06-25 borsAuto merge of #9015 - kyoto7250:issue_8493, r=Jarcho
2022-06-24 borsAuto merge of #9031 - evantypanski:manual_rem_euclid...
2022-06-23 Evan TypanskiAdd external macro guard and test middle MSRV
2022-06-23 Evan TypanskiSplit constant check functions and simplify
2022-06-22 Evan TypanskiSimplify with let else
2022-06-22 Evan TypanskiAdd MSRV check for const rem_euclid
2022-06-22 Evan TypanskiFix case for function params
2022-06-22 Evan TypanskiPrefer if let chain over macro
2022-06-22 Evan TypanskiFix case where rem was considered commutative
2022-06-22 Evan TypanskiPrefer `.ok()?` over `.unwrap()`
2022-06-21 Evan TypanskiFix case where suggestion errored for infer type
2022-06-21 Evan TypanskiImplement manual_rem_euclid lint