]> git.lizzy.rs Git - rust.git/history - clippy_utils
Auto merge of #10164 - khuey:default_enum_unit_variant_msrv, r=llogiq
[rust.git] / clippy_utils /
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 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-04 borsAuto merge of #10159 - khuey:iter_kv_map_ref_mut, r...
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-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 Eric Wuuse OnlyBodies instead of All
2023-01-02 Eric Wudon't lint field_reassign when field in closure
2023-01-01 chansukechore: add simple comment for `get_enclosing_block`
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-24 borsAuto merge of #10098 - lukaslueg:size_of_ref, r=Jarcho
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-21 borsAuto merge of #10091 - EricWu2003:manual-filter-FP...
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 MoeliusUse `rustc_mir_dataflow::impls::MaybeStorageLive`
2022-12-20 borsAuto merge of #10067 - chansuke:issue-7943, r=giraffate
2022-12-19 borsAuto merge of #10099 - Niki4tap:null_fn_lints, r=llogiq
2022-12-18 borsAuto merge of #10020 - samueltardieu:more-into-iter...
2022-12-18 Niki4tapRelax clippy_utils::consts::miri_to_const pointer type...
2022-12-17 Philipp KronesMerge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5...
2022-12-17 borsAuto merge of #10097 - flip1995:rustup, r=flip1995
2022-12-17 Philipp KronesBump Clippy version -> 0.1.68
2022-12-17 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-12-17 borsAuto merge of #10096 - feniljain:fix-seek-rewind, r...
2022-12-16 borsAuto merge of #10086 - nbdd0121:master, r=matthiaskrgr
2022-12-15 Matthias KrügerRollup merge of #105743 - nnethercote:SimplifiedType...
2022-12-15 Gary GuoFix new_return_no_self with recursive bounds
2022-12-15 borsAuto merge of #10073 - xFrednet:changelog-1-66, r=Alexendoo
2022-12-15 borsAuto merge of #9927 - xFrednet:0000-rustc-tool-macro...
2022-12-15 Nicholas NethercoteMerge `SimplifiedTypeGen<D>` into `SimplifiedType`.
2022-12-14 Oli SchererEnsure no one constructs `AliasTy`s themselves
2022-12-14 borsAuto merge of #10053 - naosense:fix_9933, r=xFrednet
2022-12-13 Michael GouletCombine projection and opaque into alias
2022-12-13 Michael Gouletsquash OpaqueTy and ProjectionTy into AliasTy
2022-12-13 Michael GouletProjectionTy.item_def_id -> ProjectionTy.def_id
2022-12-13 Michael GouletUse ty::OpaqueTy everywhere
2022-12-12 borsAuto merge of #105160 - nnethercote:rm-Lit-token_lit...
2022-12-10 kokaAvoid `match_wildcard_for_single_variants` on guarded...
2022-12-10 borsAuto merge of #10055 - taiki-e:uninlined_format_args...
2022-12-10 Taiki Endouninlined_format_args: Ignore assert! and debug_assert...
2022-12-09 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-09 borsAuto merge of #10047 - Alexendoo:collapsible-str-replac...
2022-12-09 borsAuto merge of #10004 - Jarcho:issue_9904, r=llogiq
2022-12-09 borsAuto merge of #9826 - Veykril:semi-blocks, r=Alexendoo
2022-12-09 borsAuto merge of #9840 - c410-f3r:arith-2, r=Alexendoo
2022-12-07 Alex MacleodAdd 1.58 MSRV for `collapsible_str_replace`
2022-12-06 borsAuto merge of #10023 - Jarcho:issue_10017, r=xFrednet
2022-12-06 borsAuto merge of #9920 - naosense:suppress_lint_in_const...
2022-12-04 borsAuto merge of #10027 - smoelius:fix-10021, r=dswij
2022-12-02 borsAuto merge of #10026 - samueltardieu:missing-slash...
2022-12-02 Samuel TardieuAdd missing slash to produce function documentation
2022-12-02 borsAuto merge of #10022 - Jarcho:issue_10019, r=giraffate
2022-12-02 borsAuto merge of #9962 - mdgaziur:master, r=dswij
2022-12-02 borsAuto merge of #9982 - Jarcho:issue_9935, r=flip1995
2022-12-02 borsAuto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
2022-12-01 Nicholas NethercoteAdd `StrStyle` to `ast::LitKind::ByteStr`.
2022-12-01 borsAuto merge of #10013 - Jarcho:issue_9886, r=Manishearth
2022-12-01 borsAuto merge of #10008 - Jarcho:issue_9882, r=Manishearth
2022-12-01 borsAuto merge of #10006 - Jarcho:issue_9890, r=Manishearth
2022-12-01 Philipp KronesMerge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76...
2022-12-01 Vadim Petrochenkovrustc_ast_lowering: Stop lowering imports into multiple...
2022-12-01 Vadim Petrochenkovrustc_hir: Relax lifetime requirements on `Visitor...
2022-12-01 borsAuto merge of #10010 - flip1995:rustup, r=flip1995
2022-12-01 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-12-01 Jason NewcombTreat custom enum discriminant values as constants
2022-11-30 borsAuto merge of #9943 - dswij:pr-9940, r=Jarcho
2022-11-30 borsAuto merge of #10001 - Jarcho:issue_9866, r=llogiq
2022-11-30 borsAuto merge of #9996 - Jarcho:issue_9906, r=Alexendoo
2022-11-30 borsAuto merge of #9997 - Jarcho:issue_9901, r=llogiq
2022-11-30 borsAuto merge of #9987 - Jarcho:issue_9957, r=flip1995
2022-11-30 Jason NewcombDon't cross contexts while building the suggestion...
2022-11-30 borsAuto merge of #104905 - compiler-errors:normalization...
2022-11-28 Michael GouletFnCtxt normalization stuff
2022-11-28 Michael Gouletpartially_normalize_... -> At::normalize
2022-11-27 borsAuto merge of #9967 - koka831:fix/9416, r=llogiq
2022-11-27 borsAuto merge of #9963 - ehuss:highfive-triagebot, r=xFrednet
2022-11-27 borsAuto merge of #9919 - Alexendoo:configuration-link...
2022-11-27 borsAuto merge of #104048 - cjgillot:split-lifetime, r...
2022-11-27 borsAuto merge of #9860 - Alexendoo:msrv-outer-attr, r...
2022-11-27 Alex MacleodAllow using `clippy::msrv` as an outer attribute
2022-11-25 borsAuto merge of #9945 - kraktus:uninlined_multiple_lines...
2022-11-25 borsAuto merge of #9944 - flip1995:move-syntax-tree-pattern...
2022-11-25 borsAuto merge of #104846 - spastorino:santa-clauses-make...
2022-11-25 kraktusdogfood with expanded `uninlined_format_args`
2022-11-25 borsAuto merge of #9851 - Veykril:unnecessary-safety-commen...
2022-11-25 Matthias KrügerRollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC
next