]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/only_used_in_recursion.rs
Auto merge of #8644 - yoav-lavi:squashed-master, r=flip1995
[rust.git] / clippy_lints / src / only_used_in_recursion.rs
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