]> git.lizzy.rs Git - rust.git/history - clippy_utils/src
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_utils / src /
2021-10-21 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-20 borsAuto merge of #7838 - nhamovitz:trailing_zs_arr_wo_repr...
2021-10-20 borsAuto merge of #7849 - ThibsG:SafetyDoc, r=llogiq
2021-10-20 borsAuto merge of #7775 - F3real:no_effect, r=xFrednet
2021-10-20 borsAuto merge of #7840 - dswij:question-mark-result, r...
2021-10-19 borsAuto merge of #7833 - Dmitry-Borodin:patch-1, r=giraffate
2021-10-19 borsAuto merge of #7811 - rust-lang:eq-op-testless, r=xFrednet
2021-10-19 Yuki OkushiRollup merge of #88860 - nbdd0121:panic, r=m-ou-se
2021-10-19 Andre Bogusavoid `eq_op` in test code
2021-10-19 Gary GuoRemove begin_panic_fmt from clippy
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-17 Matthias KrügerRollup merge of #89963 - r00ster91:parenthesisparenthes...
2021-10-17 r00ster91Some "parenthesis" and "parentheses" fixes
2021-10-15 borsAuto merge of #7743 - smoelius:master, r=camsteffen
2021-10-15 Samuel E. Moelius IIIAdd `format_in_format_args` and `to_string_in_format_ar...
2021-10-13 borsAuto merge of #7805 - aDotInTheVoid:transmute-num-bits...
2021-10-13 borsAuto merge of #7788 - flip1995:eq_if_let_sugg, r=giraffate
2021-10-12 borsAuto merge of #7682 - Qwaz:uninit_vec, r=xFrednet
2021-10-09 Yechan BaeAddress internal lints
2021-10-09 Yechan BaeAdd testcases
2021-10-09 Yechan BaeAddress PR comments
2021-10-09 Yechan BaeExtract get_vec_init_kind and share it
2021-10-09 Yechan BaeHandle PR feedbacks first round
2021-10-09 Yechan BaeImplement uninit_vec lint
2021-10-07 borsAuto merge of #7705 - michaelsproul:fn_to_numeric_cast_...
2021-10-07 borsAuto merge of #7782 - dswij:shadow-unrelated-block...
2021-10-07 borsAuto merge of #7779 - rust-lang:test_module, r=flip1995
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-07 borsAuto merge of #7783 - flip1995:rustup, r=flip1995
2021-10-07 flip1995Allow invalid-paths for regex paths
2021-10-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-06 Andre Bogusmake test module detection more strict
2021-10-06 borsAuto merge of #7776 - tsoutsman:patch-1, r=flip1995
2021-10-06 Klim TsoutsmanFix typos
2021-10-06 borsAuto merge of #7774 - dswij:useless-exponent, r=llogiq
2021-10-06 dswijDrop exponent suggestion when 0
2021-10-04 borsAuto merge of #7762 - HKalbasi:master, r=Manishearth
2021-10-04 hkalbasiImplement equatable if let lint
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 borsAuto merge of #7709 - Qwaz:drop_non_send, r=xFrednet
2021-10-03 Cameron SteffenMake diangostic item names consistent
2021-10-02 borsAuto merge of #7747 - Manishearth:excessive-precision...
2021-10-02 Manish GoregaokarCorrectly handle signs in exponents in numeric_literal...
2021-10-01 borsAuto merge of #89449 - Manishearth:rollup-3alb61f,...
2021-10-01 Manish GoregaokarRollup merge of #88963 - fee1-dead:const-iterator,...
2021-10-01 borsAuto merge of #7741 - surechen:fix_if_then_panic, r...
2021-10-01 Manish GoregaokarRollup merge of #88782 - asquared31415:issue-79559...
2021-09-30 borsAuto merge of #7338 - camsteffen:shadow, r=llogic
2021-09-30 Cameron SteffenRemove shadow allows
2021-09-30 borsAuto merge of #7677 - surechen:edit_large_enum_variant...
2021-09-30 borsAuto merge of #7684 - surechen:solve_derivable_impls...
2021-09-30 surechenArrays of sizes from 0 to 32 (inclusive) implement...
2021-09-28 borsAuto merge of #7734 - Manishearth:doc-unsafe-trait...
2021-09-28 flip1995Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee...
2021-09-28 borsAuto merge of #7711 - camsteffen:depinfo-error, r=flip1995
2021-09-28 borsAuto merge of #7733 - flip1995:rustup, r=flip1995
2021-09-28 flip1995Allow internal lint INVALID_PATHS for itertools path
2021-09-28 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-27 borsAuto merge of #7692 - workingjubilee:float-cmp-not...
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-25 Gary GuoIntroduce `Rvalue::ShallowInitBox`
2021-09-24 JubileeRollup merge of #89001 - jackh726:binder-cleanup, r...
2021-09-24 borsAuto merge of #7669 - Labelray:if_then_panic, r=giraffate
2021-09-24 LabelrayAdd new lint `if_then_panic`
2021-09-23 borsAuto merge of #89139 - camsteffen:write-perf, r=Mark...
2021-09-21 borsAuto merge of #89158 - the8472:rollup-3e4ijth, r=the8472
2021-09-21 the8472Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot
2021-09-21 Cameron SteffenUse ZST for fmt unsafety
2021-09-21 Mark RousskovRemove Drop-caused migration-added captures
2021-09-20 Mark RousskovEnable 2021 compatibility lints for all in-tree code
2021-09-18 Cameron SteffenRemove needless hir Map ref
2021-09-17 borsAuto merge of #7657 - dswij:needless-borrow-mut, r...
2021-09-17 borsAuto merge of #7653 - lengyijun:same_name_method_crate...
2021-09-15 DeadbeefMove is_const_fn to under TyCtxt
2021-09-14 borsAuto merge of #7671 - dtolnay-contrib:singlecharnames...
2021-09-14 David TolnayDowngrade many_single_char_names to pedantic
2021-09-13 Guillaume GomezUpdate permissions path for clippy lint
2021-09-13 borsAuto merge of #7646 - camsteffen:relative-target, r...
2021-09-13 borsAuto merge of #88517 - smoelius:without-patch-versions...
2021-09-13 borsAuto merge of #7661 - camsteffen:eta, r=giraffate
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 Gary GuoIntroduce NullOp::AlignOf
2021-09-12 Manish GoregaokarRollup merge of #88677 - petrochenkov:exportid, r=davidtwco
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-10 Vadim Petrochenkovrustc: Remove local variable IDs from `Export`s
2021-09-09 Cameron SteffenEat dogfood
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-09-09 borsAuto merge of #7610 - Labelray:master, r=camsteffen
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-07 Camille GILLOTRename rustc_mir to rustc_const_eval.
2021-09-07 borsAuto merge of #7642 - mikerite:fix-7641, r=flip1995
2021-09-07 Michael WrightAdd `TAU` to `approx_constant`
2021-09-06 borsAuto merge of #7634 - chansuke:update-eval-order-depend...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-05 borsAuto merge of #7596 - lengyijun:option_needless_deref...
2021-09-05 borsAuto merge of #7638 - xFrednet:7569-avoid-indexing...
2021-09-05 borsAuto merge of #7627 - xFrednet:0000-updating-issue...
next