]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/let_if_seq.rs
Fix lines that exceed max width manually
[rust.git] / clippy_lints / src / let_if_seq.rs
2017-11-04 topecongiroCargo fmt
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-28 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-10-27 Oliver SchneiderMerge pull request #2129 from vorner/update-script
2017-10-24 Oliver SchneiderMerge pull request #2154 from durka/ifchain
2017-10-23 Alex Burkamechanically swap if_let_chain -> if_chain
2017-09-12 Oliver SchneiderRustup
2017-09-06 Oliver SchneiderMerge pull request #1963 from rust-lang-nursery/upstream
2017-08-31 Oliver SchneiderMerge pull request #2006 from rust-lang-nursery/rustup
2017-08-31 Oliver SchneiderAccessing `Span` internals is deprecated
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-01 Oliver SchneiderMerge pull request #1900 from jayhardee9/luckily_litera...
2017-08-01 Oliver SchneiderMerge pull request #1915 from Frederick888/fix-1914
2017-08-01 Frederick Zhanguse BindingAnnotation instead of BindingMode
2017-05-12 Oliver SchneiderFix various wrong uses of NestedVisitorMap::All
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver Schneiderfix various rustup failures
2017-03-31 Enrico SchmitzFix src/needless_bool.rs by using ExprBlock(block)...
2017-03-31 Enrico SchmitzFixing src/copies.rs and src/entries.rs by using ExprBl...
2017-03-31 Enrico SchmitzFirst try for a fix for rustc 1.18.0-nightly (5c94997b6...
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-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
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-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-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-24 Martin CartonMerge pull request #1360 from Manishearth/rustup
2016-11-24 Oliver SchneiderMerge pull request #1363 from hdhoang/patch-2
2016-11-24 Oliver SchneiderMerge pull request #1362 from hdhoang/patch-1
2016-11-24 Hoàng Đức Hiếulet_if_seq: fix rewrite example
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-06-10 Martin CartonMerge pull request #1004 from Manishearth/rustup
2016-06-10 mcartonRustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
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 mcartonRun rustfmt
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 mcartonFix yet another FP in `USELESS_LET_IF_SEQ`
2016-06-05 Martin CartonMerge pull request #987 from Manishearth/fix-985
2016-06-05 mcartonFix false-positive in `USELESS_LET_IF_SEQ`
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-03 llogiqMerge pull request #979 from Manishearth/fx-975
2016-06-03 mcartonCorrectly check for variable use in `useless_let_if_seq`
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Bogusanother one. Somehow I failed to correctly commit
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint