]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-26 kyoto7250feat(new lint): new lint `use_retain`
2022-06-26 borsAuto merge of #9032 - kyoto7250:issue_9018, r=llogiq
2022-06-26 borsAuto merge of #9055 - kyoto7250:update_nodejs_in_github...
2022-06-26 kyoto7250update node.js version
2022-06-26 alexey semenyukSTRING_ADD example
2022-06-26 alexey semenyukSTRING_ADD example
2022-06-26 kyoto7250use all instead of join
2022-06-26 kyoto7250treat argument as a slice.
2022-06-25 borsAuto merge of #8985 - botahamec:single-match-option...
2022-06-25 xFrednetGive clippy some Dogfood to make it happy =^.^=
2022-06-25 xFrednetAdd note to `is_lint_allowed` about lint emission
2022-06-25 xFrednetFix `#[expect]` for `clippy::manual_non_exhaustive`
2022-06-25 xFrednetUpdate `useless_attribute` docs and allow `macro_use_im...
2022-06-25 xFrednetFix `#[expect]` for `clippy::macro_use_imports`
2022-06-25 xFrednetFix `#[expect]` for `unnecessary_unwrap`, `panicking_un...
2022-06-25 xFrednetFix `#[expect]` for `clippy::needless_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::implicit_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::boxed_local`
2022-06-25 xFrednetFix `#[expect]` for `clippy::nonminimal_bool`
2022-06-25 xFrednetFix `#[expect]` for `clippy::logic_bug`
2022-06-25 xFrednetTest `#[expect]` for `redundant_clone`
2022-06-25 xFrednetFix `#[expect]` for `clippy::ptr_arg`
2022-06-25 Jason NewcombSuggest `pointer::cast` when possible in `transmute_ptr...
2022-06-25 borsAuto merge of #9015 - kyoto7250:issue_8493, r=Jarcho
2022-06-24 SerialAdd test for [`default_deprecation_reason`]
2022-06-24 borsAuto merge of #9031 - evantypanski:manual_rem_euclid...
2022-06-24 dswijAdd test for `extra_unused_lifetimes` FP on derive
2022-06-24 borsAuto merge of #9037 - smoelius:fix-extra-unused-lifetim...
2022-06-24 borsAuto merge of #9036 - xFrednet:0000-force-warn-in-drive...
2022-06-23 borsAuto merge of #8953 - DevAccentor:slow_vector_initializ...
2022-06-23 Evan TypanskiAdd external macro guard and test middle MSRV
2022-06-23 SerialAdd `cargo dev dogfood`
2022-06-23 SerialFix ICE when deprecating lints in directories
2022-06-23 Evan TypanskiSplit constant check functions and simplify
2022-06-23 xFrednetCheck for `--force-warn` in Clippy's driver run condition
2022-06-23 Preston FromUpdate messages for clarity when linting
2022-06-23 Samuel E. Moelius IIIFix `extra_unused_lifetimes` false positive
2022-06-22 borsAuto merge of #9034 - alex-semenyuk:example_vec_resize_...
2022-06-22 borsAuto merge of #9028 - kyoto7250:issue_8798, r=xFrednet
2022-06-22 borsAuto merge of #9026 - hellow554:neg_multiply_precedence...
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-22 alexey semenyukExample for VEC_RESIZE_TO_ZERO
2022-06-22 borsAuto merge of #9030 - Serial-ATA:remove-clippy-dev...
2022-06-22 borsAuto merge of #9017 - alex-semenyuk:while_let_on_iterat...
2022-06-21 kyoto7250enum_variant_names should ignore when all prefixes...
2022-06-21 Evan TypanskiFix case where suggestion errored for infer type
2022-06-21 Evan TypanskiImplement manual_rem_euclid lint
2022-06-21 SerialRemove `cargo_dev` dependency
2022-06-21 SerialAdd `dev deprecate`
2022-06-21 alexey semenyuk`For` example should be used instead `while` in WHILE_L...
2022-06-21 Preston FromAdd details about significant drop in match scrutinees...
2022-06-20 Marcel Hellwigput parentheses around neg_multiply suggestion if needed
2022-06-20 borsAuto merge of #9006 - kyoto7250:issue-8836-v2, r=Jarcho
2022-06-20 borsAuto merge of #9025 - Alexendoo:unused-async-method...
2022-06-20 Alex Macleodunused_async: lint async methods
2022-06-20 borsAuto merge of #9023 - unvalley:add-meta-tag-for-lint...
2022-06-20 kyoto7250confirm using chain in collapsible_span_lint_calls
2022-06-20 kyoto7250check macro in HitEqInterExpr
2022-06-20 kyoto7250check last statement
2022-06-20 borsAuto merge of #9016 - Alexendoo:needless-return-test...
2022-06-19 Maybe Waffleremove last use of MAX_SUGGESTION_HIGHLIGHT_LINES
2022-06-19 Maybe Waffleremove `span_lint_and_sugg_for_edges` from clippy utils
2022-06-19 unvalleyAdd description meta tag for lint list
2022-06-18 Matthias KrügerRollup merge of #98165 - WaffleLapkin:once_things_renam...
2022-06-18 Alex MacleodUse RefCell in needless_return tests
2022-06-18 kyoto7250ignore item in thread_local!
2022-06-18 kyoto7250cargo dev fmt
2022-06-18 kyoto7250check macro in eq_block
2022-06-18 kyoto7250check only first statement
2022-06-18 kyoto7250check macro_backtrace only
2022-06-17 borsAuto merge of #8989 - kyoto7250:default_iter_empty...
2022-06-17 borsAuto merge of #97892 - klensy:fix-spaces, r=oli-obk
2022-06-17 kyoto7250check only the end
2022-06-17 kyoto7250feat(lint): add default_iter_empty
2022-06-17 Dylan DPCRollup merge of #98191 - TaKO8Ki:remove-rest-of-unneces...
2022-06-17 Dylan DPCRollup merge of #97798 - WaffleLapkin:allow_for_suggest...
2022-06-17 Takayuki Maedaremove the rest of unnecessary `to_string`
2022-06-17 kyoto7250use get_diagnostic_name for checking macro_call
2022-06-16 Maybe WaffleMove/rename `lazy::Sync{OnceCell,Lazy}` to `sync::...
2022-06-16 flip1995Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7...
2022-06-16 borsAuto merge of #9007 - flip1995:rustup, r=flip1995
2022-06-16 flip1995Bump nightly version -> 2022-06-16
2022-06-16 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-06-16 Maybe Wafflebless clippy ui tests
2022-06-16 klensybless clippy tests
2022-06-16 borsAuto merge of #9005 - flip1995:book_ci_2, r=xFrednet
2022-06-16 kyoto7250feat(fix): ignore todo! and unimplemented! in if_same_t...
2022-06-16 flip1995Build mdbook in remark workflow
2022-06-15 borsAuto merge of #9002 - andylizi:fix-never-loop, r=Manish...
2022-06-15 Dany MarcouxIgnore bodies containing `todo!()` in `clippy::if_same_...
2022-06-15 Yuki OkushiRollup merge of #98110 - cjgillot:closure-brace, r...
2022-06-15 andyliziFix false positive for `never_loop` struct expression...
2022-06-15 borsAuto merge of #8964 - tamaroning:read_zero_byte_vec...
2022-06-14 borsAuto merge of #8999 - Alexendoo:error-pattern, r=xFrednet
2022-06-14 Alex MacleodRemove error-pattern comments
next