]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/while_loop.rs
Suggest for loop instead of while-let when looping over iterators
[rust.git] / tests / compile-fail / while_loop.rs
2015-10-26 Florian HartwigSuggest for loop instead of while-let when looping...
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-14 Andre BogusMerge PR #374
2015-10-13 Manish GoregaokarMerge pull request #382 from Manishearth/empty_loop
2015-10-13 Andre Bogusnew lint to detect
2015-10-12 Ravi Shankarwhup the while_let_loop for ignoring expressions!
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-10-02 Manish GoregaokarMerge pull request #360 from Manishearth/fix-ice
2015-10-02 Manish GoregaokarFix a panic caused by while let
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
2015-09-29 Ravi Shankarextending while_let to warn for more statements
2015-08-30 llogiqMerge pull request #258 from birkenfeld/collect-exhaust
2015-08-30 Georg Brandlnew lint: loop-match-break, which could be while-let...