]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/only_used_in_recursion.rs
Auto merge of #8960 - Jarcho:iter_cloned, r=giraffate
[rust.git] / clippy_lints / src / only_used_in_recursion.rs
2022-06-04 borsAuto merge of #8843 - Serial-ATA:collect-renamed, r...
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 #8881 - dmarcoux:update-outdated-doc...
2022-05-24 borsAuto merge of #8754 - guerinoni:no_effect_replace,...
2022-05-21 borsAuto merge of #8848 - Serial-ATA:auto-detect-theme...
2022-05-21 borsAuto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
2022-05-20 borsAuto merge of #8856 - xFrednet:rustup, r=Manishearth...
2022-05-20 xFrednetMerge remote-tracking branch 'upstream/master' into...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-16 borsAuto merge of #8752 - Serial-ATA:improve-filtering...
2022-05-15 borsAuto merge of #8699 - Jarcho:vec_init_then_push_7071...
2022-05-09 SparrowLiifix clippy
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 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-04 borsAuto merge of #8780 - Alexendoo:init-numbered-field...
2022-05-03 borsAuto merge of #8779 - binggh:easier-needless-late-init...
2022-05-03 borsAuto merge of #8783 - flip1995:ouir-nursery, r=llogiq
2022-05-03 flip1995Move only_used_in_recursion to nursery
2022-04-30 borsAuto merge of #8625 - Jarcho:rename_lint, r=xFrednet
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 #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 #8690 - mucinoab:DoNot-rest_pat_in_fully_...
2022-04-12 borsAuto merge of #8691 - flip1995:infinite_recursion_only_...
2022-04-12 flip1995Prevent infinite (exponential) recursion in only_used_i...
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-03-30 borsAuto merge of #8576 - smoelius:crate_in_macro_def,...
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-24 borsAuto merge of #8580 - flip1995:rustup, r=flip1995
2022-03-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-13 Jaeyong Sungadd clearing return vars
2022-03-10 Jaeyong Sungfix build error
2022-03-10 Jaeyong Sungfix to lint Self::function
2022-03-05 Jaeyong Sungfix lint errors
2022-03-05 Jaeyong Sungdon't lint when implementing trait
2022-02-13 Jaeyong Sungadd documentation
2022-02-13 Jaeyong Sungadd documentation
2022-02-12 Jaeyong Sungadd description
2022-02-12 Jaeyong Sungchanged algorithm
2022-02-12 Jaeyong Sungfix only_used_in_recursion not to lint when unused_variable
2022-02-12 Jaeyong SungMerge remote-tracking branch 'upstream/master' into...
2022-02-12 Jaeyong SungMerge remote-tracking branch 'upstream/master' into...
2022-02-12 Jaeyong Sungadd only_used_in_recursion lint