]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops.rs
Add lint to detect manual slice copies
[rust.git] / clippy_lints / src / loops.rs
2017-09-05 Marcus KlaasAdd lint to detect manual slice copies
2017-09-05 Oliver SchneiderRun nightly rustfmt
2017-09-04 Oliver SchneiderUpdate to latest nightly
2017-09-03 Manish GoregaokarMerge branch 'pr-2016' into HEAD
2017-09-03 Manish GoregaokarRustup to rustc 1.22.0-nightly (744dd6c1d 2017-09-02...
2017-08-21 Oliver SchneiderMerge pull request #1931 from rust-lang-nursery/move_links
2017-08-18 Oliver SchneiderMerge pull request #1965 from montrivo/use_self
2017-08-15 Oliver SchneiderRustup
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderRustfmt
2017-08-07 Oliver SchneiderMerge pull request #1923 from killercup/feature/1917...
2017-08-04 Oliver SchneiderMerge pull request #1913 from rust-lang-nursery/while_l...
2017-08-04 Andre Bogusunify checks into single visitor, fix block walk
2017-08-03 Andre BogusWIP: Find binding or assignment within outer loop
2017-07-31 Jay HardeeMerge remote-tracking branch 'upstream/master' into...
2017-07-31 Oliver SchneiderMerge pull request #1909 from Arnavion/fix-manifest...
2017-07-31 Oliver SchneiderUpdate to latest master
2017-07-16 Oliver SchneiderMerge pull request #1883 from Manishearth/stash
2017-07-16 Oliver SchneiderFix various needless_range_loop false positives
2017-07-10 Oliver SchneiderRun rustfmt
2017-07-10 Oliver SchneiderRustup to *rustc 1.20.0-nightly (d84693b93 2017-07...
2017-07-05 Oliver SchneiderMerge pull request #1871 from uHOOCCOOHu/never_loop_fix
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)
next