]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-07 borsAuto merge of #10164 - khuey:default_enum_unit_variant_...
2023-01-06 borsAuto merge of #10168 - blyxyas:fix_reversed_empty_range...
2023-01-06 borsAuto merge of #10112 - c410-f3r:arith, r=xFrednet
2023-01-06 Caio[arithmetic-side-effects] Consider negative numbers...
2023-01-06 blyxyas[#10167] Clarify that the lint only works if x eq....
2023-01-06 borsAuto merge of #10153 - llogiq:box-default-trim-paths...
2023-01-06 borsAuto merge of #10160 - llogiq:default-trim-paths, r...
2023-01-06 borsAuto merge of #10137 - euclio:dbg-macro, r=giraffate
2023-01-05 borsAuto merge of #10142 - EricWu2003:drop_ref-FP, r=llogiq
2023-01-05 Kyle HueyRestrict suggestion of deriving Default for enums to...
2023-01-05 borsAuto merge of #10161 - khuey:default_enum_unit_variant...
2023-01-05 Kyle HueyExpand derivable-impls to cover enums with a default...
2023-01-04 borsAuto merge of #10159 - khuey:iter_kv_map_ref_mut, r...
2023-01-04 Kyle HueyFix spelling while we're in the neighborhood.
2023-01-04 Andre Bogustrim paths in `default_trait_access`/`clone_on_copy...
2023-01-04 Kyle HueyMake the iter_kv_map lint handle ref/mut annotations.
2023-01-04 borsAuto merge of #10140 - chansuke:chore/add-comment-for...
2023-01-04 borsAuto merge of #10107 - tylerjw:suggest_path, r=Alexendoo
2023-01-04 Tyler WeaverApply changes suggested in review
2023-01-03 Andre Bogustrim paths in `box_default`
2023-01-03 borsAuto merge of #10135 - ardislu:fix-typo, r=giraffate
2023-01-03 borsAuto merge of #10141 - FoseFx:fosefx/9887, r=Jarcho
2023-01-03 borsAuto merge of #10143 - EricWu2003:field_reassign_with_d...
2023-01-02 Tyler WeaverDon't trigger lint if last method is to_lower/upper
2023-01-02 Eric Wuuse OnlyBodies instead of All
2023-01-02 Tyler WeaverOnly remove method from end of recv, indent suggestion...
2023-01-02 Tyler WeaverSuggest using Path for comparing extensions
2023-01-02 borsAuto merge of #10138 - smoelius:unused_self-typo, r...
2023-01-02 borsAuto merge of #10139 - chansuke:chore/fix-if_chain_iden...
2023-01-02 borsAuto merge of #10146 - Nilstrieb:💀, r=llogiq
2023-01-02 NilstriebCorrect Gankra's name in the linkedlist lint
2023-01-02 Andy Russellreword dbg_macro labels
2023-01-02 Max Baumannempty_structs_with_brackets: not MachineApplicable...
2023-01-02 Eric Wu[`drop_ref`]: don't lint idiomatic in match arm
2023-01-02 Eric Wudon't lint field_reassign when field in closure
2023-01-01 chansukechore: add simple comment for `get_enclosing_block`
2023-01-01 chansukechore: fix identation of `if_chain` in `filter_map`
2023-01-01 borsAuto merge of #10110 - Niki4tap:needless_anyhow_return...
2023-01-01 Samuel MoeliusFix typo in `unused_self` diagnostic message
2022-12-31 Ardis LuFix typo
2022-12-30 borsAuto merge of #10115 - rdrpenguin04:master, r=flip1995
2022-12-29 Ray Redondoadd comment about mutex_atomic issue to description
2022-12-29 borsAuto merge of #10126 - flip1995:rustup, r=flip1995
2022-12-29 Philipp KronesBump nightly version -> 2022-12-29
2022-12-29 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-12-29 borsAuto merge of #10060 - alex-semenyuk:match_single_bindi...
2022-12-28 borsAuto merge of #10119 - koka831:doc/config-default-value...
2022-12-26 borsAuto merge of #10113 - EricWu2003:suboptimal_flops_inco...
2022-12-25 Eric Wufix incorrect suggestion in `suboptimal_flops`
2022-12-25 kokaPlace default values near its definitions
2022-12-25 borsAuto merge of #10116 - tgross35:patch-1, r=llogiq
2022-12-25 Trevor Gross`not_unsafe_ptr_arg_deref` update documentation
2022-12-25 Ray Redondomove mutex_atomic to clippy::restriction
2022-12-24 borsAuto merge of #10098 - lukaslueg:size_of_ref, r=Jarcho
2022-12-24 Lukas LuegAdd size_of_ref lint
2022-12-23 borsAuto merge of #10111 - alex-semenyuk:changelog_fix...
2022-12-23 alexey semenyukChangelog fix
2022-12-22 Niki4taptest test test
2022-12-22 Niki4tapFix the actual bug
2022-12-22 Niki4tapSmall code style adjustments
2022-12-22 borsAuto merge of #9701 - smoelius:improve-possible-borrowe...
2022-12-22 borsAuto merge of #10056 - koka831:fix/9993, r=Jarcho
2022-12-22 borsAuto merge of #10109 - Niki4tap:yeet_not_return, r...
2022-12-22 Niki4tapFix FP in needless_return when using yeet
2022-12-21 borsAuto merge of #10091 - EricWu2003:manual-filter-FP...
2022-12-20 borsAuto merge of #10063 - chansuke:issue-9702, r=Alexendoo
2022-12-20 chansukehotfix: add help dialog for `PermissionExt`
2022-12-20 Samuel MoeliusAddress https://github.com/rust-lang/rust/pull/105659
2022-12-20 Samuel MoeliusAddress review comments
2022-12-20 Samuel MoeliusFix adjacent code
2022-12-20 Samuel MoeliusImprove `possible_borrower`
2022-12-20 Samuel MoeliusAdd tests
2022-12-20 Samuel MoeliusUse `rustc_mir_dataflow::impls::MaybeStorageLive`
2022-12-20 borsAuto merge of #10067 - chansuke:issue-7943, r=giraffate
2022-12-19 Michael GouletMake Clippy test no longer unsound
2022-12-19 borsAuto merge of #10103 - Niki4tap:overflow_ice, r=flip1995
2022-12-19 chansukerefactor: fix style
2022-12-19 dbosoadd [`permissions_set_readonly_false`] #9702
2022-12-19 Niki4tapFix overflow ICE in large_stack/const_arrays
2022-12-19 borsAuto merge of #10099 - Niki4tap:null_fn_lints, r=llogiq
2022-12-19 Niki4tapInline some `const`s
2022-12-19 borsAuto merge of #10101 - flip1995:manual_clamp_nursery...
2022-12-19 Philipp KronesMove manual_clamp to nursery
2022-12-18 Niki4tapFix comments, use `constant` instead of raw `constant_c...
2022-12-18 Niki4tapImprove code style further
2022-12-18 Niki4tapMake clippy happy
2022-12-18 borsAuto merge of #10020 - samueltardieu:more-into-iter...
2022-12-18 Niki4tapAddress some of the code style issues
2022-12-18 kokaAdd a test for regular wildcard
2022-12-18 Niki4tapDoc codeblock fixup
2022-12-18 Niki4tapRemove useless pattern matching
2022-12-18 Niki4tapAdd lint `fn_null_check`
2022-12-18 Niki4tapRelax clippy_utils::consts::miri_to_const pointer type...
2022-12-18 Niki4tapAdd lint `transmute_null_to_fn`
2022-12-17 Samuel TardieuIdentify more cases of useless `into_iter()` calls
2022-12-17 Philipp KronesMerge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5...
2022-12-17 borsAuto merge of #10097 - flip1995:rustup, r=flip1995
2022-12-17 Philipp KronesBump nightly version -> 2022-12-17
2022-12-17 Philipp KronesBump Clippy version -> 0.1.68
2022-12-17 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
next