]> git.lizzy.rs Git - rust.git/history - tests/ui/unnecessary_lazy_eval.fixed
[`excessive_bools`] lint trait functions even without bodies
[rust.git] / tests / ui / unnecessary_lazy_eval.fixed
2022-10-23 borsAuto merge of #9368 - nahuakang:improve-equatable-if...
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-06 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-02 borsAuto merge of #9509 - schubart:fix_sorting, r=llogiq
2022-09-30 borsAuto merge of #9510 - Alexendoo:lintcheck-server2,...
2022-09-30 borsAuto merge of #9556 - evantypanski:et/issue-9369, r...
2022-09-30 borsAuto merge of #9486 - kraktus:lazy_eval, r=dswij
2022-09-29 kraktus[`unnecessary_lazy_eval`] Do not lint in external macros
2022-09-29 borsAuto merge of #9516 - flip1995:rustup, r=flip1995
2022-09-29 borsAuto merge of #9551 - kraktus:unnecessary_lazy_evaluati...
2022-09-28 kraktus[`unnecessary_lazy_evaluations`] Do not suggest switchi...
2022-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-16 borsAuto merge of #9171 - Serial-ATA:highlight-js, r=xFrednet
2022-07-15 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-08 borsAuto merge of #8356 - J-ZhengLi:master-issue8288, r...
2022-07-06 borsAuto merge of #9096 - Jarcho:needless_borrow_subs,...
2022-07-06 borsAuto merge of #9099 - joshtriplett:unnecessary-lazy...
2022-07-06 Josh TriplettExtend unnecessary_lazy_eval to cover `bool::then`...
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
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 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
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...
2022-03-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-21 borsAuto merge of #8232 - Jarcho:match_same_arm_860, r...
2022-03-21 borsAuto merge of #8561 - FoseFx:use_unwrap_or, r=xFrednet
2022-03-20 borsAuto merge of #8559 - pickfire:patch-1, r=xFrednet
2022-03-18 borsAuto merge of #8562 - Jarcho:enum_tuple_variant_as_int...
2022-03-18 borsAuto merge of #8543 - dswij:8393, r=giraffate
2022-03-15 dswij`unnecessary_lazy_eval` show suggestions on multiline...
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
2020-09-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-16 borsAuto merge of #5937 - montrivo:option_if_let_else,...
2020-09-16 Tim Nielensoption_if_let_else - change misleading test file section
2020-09-15 Tim Nielensoption_if_let_else - distinguish pure from impure else...
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-08-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-17 borsAuto merge of #5908 - giraffate:fix_fp_for_same_item_pu...
2020-08-17 borsAuto merge of #5915 - matthiaskrgr:deps_, r=Manishearth
2020-08-16 borsAuto merge of #5720 - bugadani:new-lint, r=flip1995...
2020-08-16 Dániel BugaRename lint to use plural form
2020-08-16 Dániel BugaCatch function calls in argument lists, add tests that...
2020-08-16 Dániel BugaAlso simplify if the closure body is an index expression
2020-08-16 Dániel BugaImplement new lint