]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops.rs
TyCtxt::map is now called TyCtxt::hir
[rust.git] / clippy_lints / src / loops.rs
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
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-15 mcartonImprove docs
2016-07-10 Manish GoregaokarMerge pull request #1082 from Manishearth/small-fixes
2016-07-10 mcartonFix FP with `for` loops and shadowed loop variable
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-01 mcartonUse `utils::sugg` in `FOR_KV_MAP`
2016-07-01 mcartonFix wrong suggestion with `...` and for loops
2016-07-01 mcartonImprove `NEEDLESS_RANGE_LOOP` error reporting
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonMove more functions to `utils::higher`
2016-07-01 mcartonMove `unsugar_range` to `utils::higher`
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
2016-06-16 Martin CartonMerge pull request #1021 from Manishearth/issue1017
2016-06-16 mcartonFix FP with `WHILE_LET_LOOP` and break expressions
2016-06-16 Oliver Schneiderround 1
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonFormat all `if_let_chain` consistently
2016-06-09 mcartonRun rustfmt
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 mcartonFix suggestions for `REVERSE_RANGE_LOOP`
2016-06-07 llogiqMerge pull request #983 from Manishearth/fix-tests
2016-06-07 mcartonUse `span_suggestion` for `WHILE_LET_ON_ITERATOR`
2016-06-07 mcartonFix span in `REVERSE_RANGE_LOOP`’s suggestion
2016-06-07 mcartonFix typo in `REVERSE_RANGE_LOOP`’s suggestion
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Boguss/PatKind::Ident/PatKind::Binding/g
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy