]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/casts
Auto merge of #8937 - Jarcho:merge_match_passes, r=llogiq
[rust.git] / clippy_lints / src / casts /
2022-06-02 borsAuto merge of #8902 - PrestonFrom:add_suggestion_for_mo...
2022-06-02 borsAuto merge of #8906 - rust-lang:copy-large-enum-variant...
2022-06-02 borsAuto merge of #8905 - c410-f3r:arith, r=llogiq
2022-06-02 borsAuto merge of #8908 - Serial-ATA:doc-comment-issues...
2022-06-01 borsAuto merge of #8869 - Jarcho:derive_partial_eq_without_...
2022-06-01 borsAuto merge of #7930 - lengyijun:needless_deref_new...
2022-05-31 borsAuto merge of #8884 - evantypanski:manual_range_contain...
2022-05-31 borsAuto merge of #8564 - Jarcho:transmute_erase_regions...
2022-05-31 borsAuto merge of #8876 - Alexendoo:cast-abs-to-different...
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-05-24 borsAuto merge of #8786 - Alexendoo:identity-op-suggestions...
2022-05-24 borsAuto merge of #8754 - guerinoni:no_effect_replace,...
2022-05-23 Alex Macleodcast_abs_to_unsigned: do not remove cast if it's required
2022-05-20 xFrednetMerge remote-tracking branch 'upstream/master' into...
2022-05-18 borsAuto merge of #8823 - smoelius:unknown-field, r=xFrednet
2022-05-18 borsAuto merge of #8807 - Jarcho:cmp_owned, r=giraffate
2022-05-17 borsAuto merge of #8814 - yonip23:add-suggestion-to-rc...
2022-05-16 borsAuto merge of #8752 - Serial-ATA:improve-filtering...
2022-05-16 borsAuto merge of #8761 - tamaroning:fix_8505, r=Jarcho
2022-05-15 borsAuto merge of #8699 - Jarcho:vec_init_then_push_7071...
2022-05-13 borsAuto merge of #8813 - evantypanski:redundant_alloc_fat_...
2022-05-13 borsAuto merge of #8825 - ydah:fix_spelling, r=giraffate
2022-05-13 ydahTweak some words improved representation
2022-05-12 borsAuto merge of #8799 - Alexendoo:lintcheck-common, r...
2022-05-10 borsAuto merge of #8769 - yonip23:8719, r=xFrednet
2022-05-09 borsAuto merge of #8797 - xFrednet:0000-expect-a-playground...
2022-05-08 borsAuto merge of #8802 - smoelius:allow-expect-unwrap...
2022-05-08 Samuel E. Moelius IIIPass msrvs by copy
2022-05-07 borsAuto merge of #8794 - smoelius:fix-8759, r=llogiq
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #8763 - arieluy:manual_range_contains...
2022-05-06 borsAuto merge of #8778 - sunfishcode:main, r=giraffate
2022-05-05 borsAuto merge of #8790 - Jarcho:attribute_line, r=flip1995
2022-05-05 borsAuto merge of #8789 - fedemartinezdev:master, r=flip1995
2022-05-05 Federico MartinezAdded missing `### What it does`
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-05 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-05-04 borsAuto merge of #8575 - FoseFx:trim_split_whitespace2...
2022-05-03 borsAuto merge of #8730 - tamaroning:fix8724, r=Alexendoo
2022-05-02 Dan GohmanFix `cast_lossless` to avoid warning on `usize` to...
2022-04-30 borsAuto merge of #8767 - xFrednet:8765-fix-doc-example...
2022-04-30 borsAuto merge of #8625 - Jarcho:rename_lint, r=xFrednet
2022-04-30 borsAuto merge of #8720 - asquared31415:ptr-cast-ice-fix...
2022-04-29 asquared31415use non-panicking snippet, use struct update syntax...
2022-04-27 borsAuto merge of #8617 - Alexendoo:relax-needless-late...
2022-04-24 asquared31415remove extra lifetime
2022-04-23 asquared31415fix ICE by using a type to return the info we want...
2022-04-19 borsAuto merge of #8711 - kyoto7250:new-lint-bytes-count...
2022-04-19 asquared31415fix ICE
2022-04-18 borsAuto merge of #8707 - OneSignal:await-invalid-types...
2022-04-18 borsAuto merge of #8701 - xFrednet:0000-clippy-print-hir...
2022-04-17 borsAuto merge of #8665 - InfRandomness:option_take_on_temp...
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-16 borsAuto merge of #8709 - matthiaskrgr:lintcheckfix, r...
2022-04-16 borsAuto merge of #8706 - lupd:cast-abs-to-unsigned, r...
2022-04-16 borsAuto merge of #8698 - xFrednet:0000-changelog-1-61...
2022-04-15 borsAuto merge of #8705 - cpw2n5:spellcheck, r=Manishearth
2022-04-15 whodiadding spell checking
2022-04-15 dlupFix formatting of `cast_abs_to_unsigned` docs
2022-04-14 borsAuto merge of #8677 - xFrednet:8213-manual-bits-suggest...
2022-04-14 borsAuto merge of #8676 - Alexendoo:local-used-across-loop...
2022-04-13 borsAuto merge of #8670 - yoav-lavi:main, r=giraffate
2022-04-13 borsAuto merge of #94255 - b-naber:use-mir-constant-in...
2022-04-13 borsAuto merge of #8692 - kyoto7250:fixing_unnecessary_to_o...
2022-04-13 borsAuto merge of #8647 - Jarcho:mut_from_ref_6326, r=giraffate
2022-04-12 borsAuto merge of #8645 - Jarcho:manual_non_exhaustive_5714...
2022-04-12 borsAuto merge of #8691 - flip1995:infinite_recursion_only_...
2022-04-12 borsAuto merge of #8686 - Jarcho:undocumented_unsafe_blocks...
2022-04-12 borsAuto merge of #8688 - kyoto7250:adding_condition_for_ma...
2022-04-11 borsAuto merge of #8624 - pitaj:is_digit_ascii_radix, r...
2022-04-11 borsAuto merge of #8687 - Alexendoo:cast-possible-truncatio...
2022-04-11 Alex MacleodFix subtraction overflow in `cast_possible_truncation`
2022-04-10 borsAuto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednet
2022-04-09 borsAuto merge of #95524 - oli-obk:cached_stable_hash_clean...
2022-04-08 borsAuto merge of #8648 - Jarcho:transmute_collection_7706...
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-04-08 borsAuto merge of #8619 - pitaj:fix-6973, r=giraffate
2022-04-07 borsAuto merge of #8656 - flip1995:rustup, r=flip1995
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-07 borsAuto merge of #8635 - pbor:unsigned-abs, r=giraffate
2022-04-07 Paolo Borellinew lint cast_abs_to_unsigned
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-06 borsAuto merge of #8612 - SabrinaJewson:suggest-from-utf8...
2022-04-06 borsAuto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
2022-04-06 borsAuto merge of #8588 - pitaj:fix-8348, r=flip1995
2022-04-05 borsAuto merge of #8620 - Alexendoo:test-fmt-first, r=flip1995
2022-04-05 borsAuto merge of #8607 - Alexendoo:cargo-dev-lint-dir...
2022-04-04 borsAuto merge of #8633 - xFrednet:8627-escape-mod-rs,...
2022-04-04 borsAuto merge of #8632 - Jarcho:cast_ptr_alignment, r...
2022-04-04 Jason NewcombDon't lint `cast_ptr_alignment` when used for unaligned...
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-28 Jaic1First submit
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-28 borsAuto merge of #8519 - tysg:redundant-modulo, r=giraffate
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 borsAuto merge of #95149 - cjgillot:once-diag, r=estebank
2022-03-24 borsAuto merge of #95273 - flip1995:clippyup, r=manishearth
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
next