]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops.rs
Search `continue` in `return` expr.
[rust.git] / clippy_lints / src / loops.rs
2017-07-05 uHOOCCOOHuSearch `continue` in `return` expr.
2017-07-04 Oliver SchneiderMerge pull request #1860 from Vurich/master
2017-07-04 Oliver SchneiderMerge pull request #1847 from Manishearth/nested_while_let
2017-07-03 Oliver SchneiderMerge pull request #1852 from Manishearth/notrans
2017-06-29 Oliver SchneiderMerge pull request #1862 from messense/feature/fix...
2017-06-29 Oliver SchneiderRun rustfmt
2017-06-29 messenseFix compilation on rustc 1.20.0-nightly (69c65d296...
2017-06-23 Andre Bogusdon't lint while_let_on_iterator on nested loops
2017-06-22 Martin CartonMerge pull request #1841 from sanxiyn/span-lint-and...
2017-06-21 Seo SanghyeonUse span_lint_and_sugg
2017-06-13 Oliver SchneiderMerge pull request #1501 from scott-linder/types-borrow-box
2017-06-12 Oliver SchneiderMerge pull request #1804 from camsteffen/never_loop
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 Manish GoregaokarMerge pull request #1823 from eddyb/nightly-magic
2017-06-11 Eduard-Mihai BurtescuAbide by the common rustc::ty conventions.
2017-06-04 Martin CartonMerge pull request #1808 from messense/feature/try...
2017-06-04 Eduard-Mihai BurtescuFinish rustup.
2017-06-02 messenseTry to fix compilation error on rustc 1.19.0-nightly...
2017-06-01 Cameron Steffenadd tests and fixes
2017-05-31 Cameron Steffenfix never_loop
2017-05-26 Georg BrandlMerge pull request #1784 from birkenfeld/update
2017-05-26 Georg BrandlDemote the never_loop lint to Allow for now.
2017-05-14 Oliver SchneiderUpdate to rustc 1.19.0-nightly (826d8f385 2017-05-13)
2017-05-12 Oliver SchneiderFix various wrong uses of NestedVisitorMap::All
2017-05-03 Oliver SchneiderMerge pull request #1715 from Manishearth/rustup
2017-05-03 Oliver SchneiderUpdate to `rustc 1.19.0-nightly (6a5fc9eec 2017-05...
2017-04-25 Oliver SchneiderMerge remote-tracking branch 'origin/master' into yati_...
2017-04-12 Oliver SchneiderRun rustfmt
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver SchneiderFix fallout
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-02 Oliver SchneiderMerge pull request #1584 from ensch/master
2017-03-01 Enrico SchmitzFix for rustc 1.17.0-nightly (be760566c 2017-02-28)
2017-02-27 Oliver SchneiderMerge branch 'master' into 1537-drop_copy
2017-02-27 Oliver SchneiderMerge pull request #1578 from Manishearth/rustup
2017-02-27 Oliver Schneiderrustup
2017-02-22 Oliver SchneiderMerge pull request #1561 from Manishearth/zero_ptr
2017-02-21 Oliver SchneiderMerge pull request #1564 from Manishearth/cleanup
2017-02-21 Oliver SchneiderMerge pull request #1491 from Manishearth/into_iter_on_ref
2017-02-21 Oliver SchneiderMerge pull request #1556 from sinkuu/take_by_value
2017-02-21 Oliver Schneiderupdate help message to match the suggestion
2017-02-21 Oliver Schneideradjust messages in tests
2017-02-21 Oliver Schneidercleanup and create another helper function that we...
2017-02-21 Oliver Schneiderfix explicit_into_iter_loop on references
2017-02-21 sinkuuUse `multispan_sugg`
2017-02-21 Oliver SchneiderMerge pull request #1543 from Manishearth/fix-windows...
2017-02-21 Oliver SchneiderMerge pull request #1538 from Manishearth/publish
2017-02-18 Bood QianMerge branch 'master' of github.com:Manishearth/rust...
2017-02-17 Oliver SchneiderMerge pull request #1548 from mathstuf/missing-eol
2017-02-17 Oliver SchneiderMerge pull request #1549 from Manishearth/never_loop
2017-02-17 Andre Bogusdeal with binary op short-circuit
2017-02-17 Andre BogusNew never loop lint
2017-02-07 Martin CartonMerge pull request #1506 from bood/master
2017-02-04 Oliver SchneiderMerge pull request #1505 from Mrmaxmeier/rustup-2017...
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
2017-01-28 Martin CartonMerge pull request #1486 from killercup/for-loop-sugges...
2017-01-28 Pascal HertleifMake Travis' rustfmt happy
2017-01-28 Pascal HertleifAdd suggestions to `EXPLICIT_[INTO_]ITER_LOOP`
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-10 Oliver SchneiderMerge pull request #1433 from sinkuu/ref
2017-01-10 llogiqMerge pull request #1430 from oli-obk/false_false_positive
2017-01-10 Manish Goregaokarrun rustfmt
2017-01-10 Oliver SchneiderFOR_KV_MAP can now lint on mutable maps due to values_mut()
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneiderfunction definition style simplification
2016-12-21 Oliver Schneiderremove nondeterminism by adjusting thresholds
2016-12-21 Oliver Schneiderrustfmt round n
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-02 Oliver Schneider`enum glob use` and `copies` left
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-25 Oliver SchneiderMerge pull request #1367 from Manishearth/rustup
2016-11-25 Oliver Schneiderrustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Elliott ClarkAdd a lint to warn about un-necessary .into_iter()
2016-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonRustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-16 Manish GoregaokarMerge pull request #1229 from Manishearth/loops
2016-09-16 mcartonFix FP with `WHILE_LET_ON_ITERATOR` and refutable pats
2016-09-01 kennytmAdded a lint_without_lint_pass lint.
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
next