]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints /
2020-09-08 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-06 borsAuto merge of #6006 - ebroto:6001_unnecessary_sort_by...
2020-09-06 Eduardo BrotoRestrict unnecessary_sort_by to non-ref copy types
2020-09-05 borsAuto merge of #5997 - giraffate:fix_fp_about_clone_in_s...
2020-09-05 Takayuki NakataFix FP when coercion kicks in
2020-09-05 borsAuto merge of #6009 - Ryan1729:show-line_count-and...
2020-09-05 Ryan1729add line_count and max_lines to too_many_lines lint...
2020-09-04 borsAuto merge of #6007 - ebroto:sync-from-rust, r=ebroto
2020-09-04 Eduardo BrotoRun cargo dev fmt
2020-09-04 Eduardo BrotoFix fallout from rustup
2020-09-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-04 LeSeulArtichautty.flags -> ty.flags()
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-09-04 borsAuto merge of #6004 - mikerite:default-trait-access...
2020-09-04 Michael WrightSimplify `clippy::default_trait_access`
2020-09-03 borsAuto merge of #5994 - taiki-e:useless_attribute, r...
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-09-02 borsAuto merge of #5996 - Koxiaet:master, r=ebroto
2020-09-02 borsAuto merge of #6000 - ebroto:sync-from-rust, r=ebroto
2020-09-02 Eduardo BrotoRun cargo dev fmt
2020-09-02 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-01 borsAuto merge of #5999 - rail-rain:fix_fp_transmute_ptr_to...
2020-09-01 borsAuto merge of #5993 - taiki-e:default_trait_access...
2020-09-01 Takayuki NakataFix FP in `same_item_push`
2020-09-01 KoxiaetAllow GraphQL in doc without backticks
2020-09-01 Taiki Endouseless_attribute: Permit wildcard_imports and enum_glo...
2020-08-31 railFix a fp in `transmute_ptr_to_ptr`
2020-08-31 borsAuto merge of #5992 - giraffate:fix_wrong_seggestion_in...
2020-08-31 borsAuto merge of #5909 - khuey:async_yields_async, r=yaahc
2020-08-31 Taiki Endodefault_trait_access: Fix wrong suggestion
2020-08-31 Takayuki NakataFix the wrong suggestion when using macro in `collapsib...
2020-08-31 borsAuto merge of #5984 - ebroto:5693_const_assoc_fn, r...
2020-08-30 Aaron HillFix clippy
2020-08-30 borsAuto merge of #5988 - camelid:patch-2, r=ebroto
2020-08-30 CamelidSyntax-highlight `single_char_push_str` lint
2020-08-30 Dylan MacKenzieUpdate dataflow analyses to use new interface
2020-08-29 Kyle HueyFormatting changes requested by ThibsG.
2020-08-29 Kyle HueyAdd a lint for an async block/closure that yields a...
2020-08-28 Eduardo Brotoor_fn_call: ignore nullary associated const fns
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-28 borsAuto merge of #5970 - ebroto:changelog_beta_1_47, r...
2020-08-28 borsAuto merge of #5774 - ThibsG:FixNewRetNoSelf, r=ebroto
2020-08-28 ThibaudUpdate clippy_lints/src/methods/mod.rs
2020-08-28 ThibaudUpdate clippy_lints/src/utils/mod.rs
2020-08-28 ThibaudUpdate clippy_lints/src/utils/mod.rs
2020-08-27 borsAuto merge of #5971 - giraffate:fix_fp_in_to_string_in_...
2020-08-27 ThibsGMerge logic of looking for `Self` type
2020-08-27 ThibsGRemove expansion restriction + fix doc and tests naming
2020-08-27 ThibsGFix FP in `new_ret_no_self`: trigger in trait def inste...
2020-08-27 Takayuki NakataFix FP in `to_string_in_display`
2020-08-26 borsAuto merge of #5957 - xvschneider:AddUnwrapInsideResult...
2020-08-26 Jane LusbyAdd new lint to prevent usage of unwrap in fns that...
2020-08-26 borsAuto merge of #5968 - rail-rain:fix_use_snippet_with_ap...
2020-08-26 railFix the wrong use of `snippet_with_applicability`
2020-08-26 borsAuto merge of #5966 - 1c3t3a:1c3t3a-dev-5819-fix, r...
2020-08-26 BastianChanged the location of the suggestion as well as the...
2020-08-26 borsAuto merge of #5946 - mikerite:fix-5729, r=flip1995
2020-08-26 borsAuto merge of #5949 - rail-rain:fix_fp_borrow_interior_...
2020-08-26 borsAuto merge of #5964 - matsujika:matsujika-patch-1,...
2020-08-26 Hirochika MatsumotoFix typo
2020-08-25 borsAuto merge of #5951 - ThibsG:FixMacroCloneOnRefPtr2076...
2020-08-25 ThibaudUpdate clippy_lints/src/methods/mod.rs
2020-08-25 borsAuto merge of #5961 - scottmcm:master, r=Manishearth
2020-08-25 Scott McMurrayRe-enable len_zero for ranges now that `is_empty` is...
2020-08-25 borsAuto merge of #5958 - mikerite:fix-fmt-20200825, r...
2020-08-25 borsAuto merge of #5952 - 1c3t3a:1c3t3a-dev-5819, r=Manishearth
2020-08-25 borsAuto merge of #5947 - ebroto:rustup_doc_improvements...
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-25 BastianAdded F32::EPSILON and F64::EPSILON to paths.rs
2020-08-25 borsAuto merge of #5920 - giraffate:fix_fp_for_redundant_cl...
2020-08-24 borsAuto merge of #5935 - matthiaskrgr:unstable_sort_ty_nam...
2020-08-24 Matthias Krügerstable_sort_primitive: print the type that is being...
2020-08-24 BastianAdded a lint which corrects expressions like (a - b...
2020-08-24 ThibsGFix incorrect suggestion when `clone_on_ref_ptr` is...
2020-08-24 Takayuki NakataAvoid period in lint message according to convention
2020-08-24 Takayuki NakataFix FP for `redundant_closure_call`
2020-08-23 borsAuto merge of #5948 - ebroto:5944_repeat_ice, r=Manishearth
2020-08-23 railFix fp in `borrow_interior_mutable_const`
2020-08-23 Eduardo BrotoFix ICE in `repeat_once` lint
2020-08-23 Michael WrightFix `let_and_return` bad suggestion
2020-08-22 borsAuto merge of #5941 - ThibsG:InlineInCopyPassByRef...
2020-08-22 borsAuto merge of #5929 - stchris:issues/5917, r=ebroto
2020-08-22 Christian StefanescuUse more elegant way to check for prelude string
2020-08-22 Christian StefanescuWiden understanding of prelude import
2020-08-22 ThibsGDon't lint if it has always inline attribute
2020-08-22 borsAuto merge of #5926 - giraffate:improve_lint_message_in...
2020-08-21 borsAuto merge of #5933 - mikerite:fix-5927, r=matthiaskrgr
2020-08-21 borsAuto merge of #5938 - ebroto:sync-from-rust, r=ebroto
2020-08-21 Eduardo Brotorun cargo dev fmt
2020-08-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-08-21 Michael WrightFix false negative in `option_as_ref_deref`
2020-08-20 borsAuto merge of #5928 - mikerite:fix-5924, r=ebroto
2020-08-20 borsAuto merge of #5919 - ebroto:5747_from_bits_in_const...
2020-08-20 Aaron HillCapture tokens for Pat used in macro_rules! argument
2020-08-20 Michael WrightFix false positive in `PRECEDENCE` lint
2020-08-19 Takayuki NakataImprove lint message in `to_string_in_display`
2020-08-18 Eduardo Brotono from/to bits in const: add tests cases for f64
2020-08-18 Eduardo Brototransmute: avoid suggesting from/to bits in const
2020-08-18 borsAuto merge of #5922 - flip1995:rustup, r=flip1995
next