]> git.lizzy.rs Git - rust.git/history - tests/ui/needless_match.stderr
Fix needless_match false positive for if-let
[rust.git] / tests / ui / needless_match.stderr
2022-04-18 Jeong YunWonFix needless_match false positive for if-let
2022-04-14 borsAuto merge of #8677 - xFrednet:8213-manual-bits-suggest...
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-10 borsAuto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednet
2022-04-08 borsAuto merge of #8648 - Jarcho:transmute_collection_7706...
2022-04-08 borsAuto merge of #8619 - pitaj:fix-6973, r=giraffate
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 borsAuto merge of #8606 - InfRandomness:err()-expect()...
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
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-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 J-ZhengLifix #8551, add test cases, and some code improvement
2022-03-16 J-ZhengLiquick fix of issue#8542 for lint `[needless_match]`
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 borsAuto merge of #8471 - J-ZhengLi:master-issue7040, r...
2022-03-10 J-ZhengLiadd checking for `x -> x` and `ref x -> x` and related...
2022-03-10 J-ZhengLirename lint to `needless_match`