]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/casts/mod.rs
Added `clippy::version` attribute to all normal lints
[rust.git] / clippy_lints / src / casts / mod.rs
2021-11-10 xFrednetAdded `clippy::version` attribute to all normal lints
2021-11-04 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-02 borsAuto merge of #7726 - dswij:unseparated-literal-suffix...
2021-10-31 Matthias KrügerRollup merge of #89786 - jkugelman:must-use-len-and...
2021-10-28 borsAuto merge of #7847 - mikerite:fix-7829, r=flip1995
2021-10-22 Yuki OkushiRollup merge of #89895 - camsteffen:for-loop-head-span...
2021-10-21 borsAuto merge of #7856 - Manishearth:impl-safety, r=xFrednet
2021-10-21 borsAuto merge of #7857 - flip1995:fix_deploy, r=xFrednet
2021-10-21 borsAuto merge of #7801 - aDotInTheVoid:empty-format, r...
2021-10-21 borsAuto merge of #7850 - ThibsG:PossibleCastTruncation5395...
2021-10-21 ThibsGDo not lint when cast is coming from `signum` method...
2021-10-21 flip1995Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea...
2021-10-21 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-07 borsAuto merge of #7705 - michaelsproul:fn_to_numeric_cast_...
2021-10-07 Michael SproulRestriction lint for function pointer casts
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
2021-07-28 xFrednetUpdate lint documentation to use markdown headlines
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-12 borsAuto merge of #7065 - rail-rain:warn_copy_pass_by_ref...
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-08 borsAuto merge of #7022 - Jarcho:macro_use_import_ice,...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-06 borsAuto merge of #6931 - Jarcho:needless_borrow, r=phansch...
2021-04-06 Jason NewcombFix all occurences of `needless_borrow` internally
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Yoshitomo NakanishiMove ptr_as_ptr to its own module
2021-03-09 Yoshitomo NakanishiMove char_lit_as_u8 to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ref_to_mut to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ptr_alignment to its own module
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast_with_truncation to its own...
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast to its own module
2021-03-09 Yoshitomo NakanishiRemove 'lint_numeric_casts'
2021-03-09 Yoshitomo NakanishiMove unnecessary_cast to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_wrap to its own module
2021-03-09 Yoshitomo NakanishiMove cast_sign_loss to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_truncation to its own module
2021-03-09 Yoshitomo NakanishiMove cast_lossless to its own module
2021-03-09 Yoshitomo NakanishiMove cast_precision_loss to its own module
2021-03-09 Yoshitomo NakanishiMove 'is_isize_or_usize' to clippy_utils
2021-03-09 Yoshitomo NakanishiSeparate lints of casts group from types group