]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops.rs
lint: while loop: detect if no var from the condition is mutated
[rust.git] / clippy_lints / src / loops.rs
2018-03-01 Karim Snjlint: while loop: detect if no var from the condition...
2018-03-01 Karim Snjlint: while immutable condition: refactor to use hir...
2018-02-25 Karim Snjlint: immutable only vars in while condition
2018-01-27 Manish GoregaokarMerge pull request #2403 from mikerite/fix_compile_2
2018-01-27 Michael WrightFix compilation
2017-11-29 Oliver SchneiderFix #2247
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-14 Oliver SchneiderMerge remote-tracking branch 'origin/master' into laure...
2017-11-14 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2017-11-10 Oliver SchneiderMerge pull request #2214 from rust-lang-nursery/nrlfp
2017-11-07 Oliver SchneiderDon't lint mixed slice indexing and usize indexing...
2017-11-07 Oliver SchneiderDifferentiate between mutable iteration and immutable...
2017-11-07 Oliver SchneiderMerge pull request #2209 from sinkuu/trait_methods
2017-11-07 Oliver SchneiderMerge pull request #2206 from LaurentMazare/master
2017-11-06 laurentFix merge issues.
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-05 laurentClean the code a bit.
2017-11-05 laurentMake the dogfood test happy.
2017-11-05 laurentCosmetic change.
2017-11-05 laurentBugfix.
2017-11-05 laurentRefactor the never-loop detection, fixes #1991.
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-26 llogiqMerge pull request #2175 from lukasstevens/master
2017-10-25 Lukas StevensCheck for arrays with size > 32
2017-10-24 Oliver SchneiderMerge pull request #2154 from durka/ifchain
2017-10-23 Alex Burkamechanically swap if_let_chain -> if_chain
2017-10-23 Oliver SchneiderMerge pull request #2136 from ykrivopalov/identity_op_f...
2017-10-20 Oliver SchneiderMerge pull request #2146 from MaloJaffre/println_empty_...
2017-10-20 Paul FlorenceMerge branch 'master' of https://github.com/rust-lang...
2017-10-20 Oliver SchneiderSomething went through the cracks of our CI
2017-10-20 Oliver SchneiderMerge pull request #2156 from cgm616/master
2017-10-20 Oliver SchneiderMerge pull request #2148 from sinkuu/proc_macro
2017-10-20 Oliver SchneiderMerge pull request #2147 from clippered/fix-manual...
2017-10-20 Oliver SchneiderMerge pull request #2153 from rust-lang-nursery/rustup
2017-10-19 Manish GoregaokarPass null borrow context to EUV
2017-10-17 clipperedFix #2123 : check that the source and destination are...
2017-10-17 Oliver SchneiderMerge pull request #2120 from sinkuu/implicit_hasher
2017-10-11 Oliver SchneiderMerge pull request #2127 from rust-lang-nursery/enum_va...
2017-10-11 Oliver SchneiderMerge pull request #2119 from camsteffen/never_loop
2017-10-10 Cameron Steffenchange expect message
2017-10-10 Oliver SchneiderMerge pull request #2126 from camsteffen/split-tests
2017-10-10 Oliver SchneiderMerge pull request #2122 from sinkuu/local_span
2017-10-10 Oliver SchneiderMerge pull request #2118 from chyvonomys/relax-needless...
2017-10-08 Cameron Steffenfix never_loop
2017-10-08 Cameron Steffenremove contains_continue functions
2017-10-08 Andriy S. from cobaltrelax `needless_range_loop` so that it reports only...
2017-10-07 Chris EmersonMerge branch 'master' into no_effect_with_drop
2017-10-06 Oliver SchneiderMerge pull request #2111 from camsteffen/never_loop
2017-10-06 Cameron Steffenfix never_loop
2017-09-29 Oliver SchneiderMerge pull request #2084 from ykrivopalov/bit_mask_verb...
2017-09-28 Manish GoregaokarMerge pull request #2091 from rust-lang-nursery/rustup
2017-09-28 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017...
2017-09-26 Manish GoregaokarMerge branch 'pr-1945'
2017-09-26 Manish GoregaokarPass dogfood
2017-09-25 Laura Peskinadd lint for mutable borrow; may have false positives...
2017-09-25 Laura Peskinreplace defids with nodeids for local variables
2017-09-24 Laura Peskinuse def_id of function in check_for_mutation
2017-09-24 Laura Peskinrefactor, add spans to warnings, add tests
2017-09-24 Manish GoregaokarUpdate test, fix lint
2017-09-24 Manish GoregaokarRustup
2017-09-24 Laura Peskinattempt to add check for mutation of range bound within...
2017-09-24 Laura Peskinimplement lint for mutable range bound
2017-09-24 Laura Peskinadd lint declaration and example that should trigger...
2017-09-24 Oliver SchneiderMerge pull request #2060 from mrecachinas/feature/int...
2017-09-17 Oliver SchneiderMerge pull request #2058 from rust-lang-nursery/ptr_arg...
2017-09-17 llogiqMerge pull request #2059 from marcusklaas/manual-slice...
2017-09-16 Marcus KlaasExtend MANUAL_MEMCPY lint so that it also detects manua...
2017-09-16 Marcus KlaasFormat loops.rs with latest stable rustfmt
2017-09-16 Andre Bogusadd suggestions for .clone() in ptr_arg fns
2017-09-15 Oliver SchneiderMerge pull request #2052 from topecongiro/issue-1990
2017-09-14 Seiichi UchidaAdd ExprLoop to contains_continue_expr()
2017-09-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into rustup
2017-09-13 Oliver SchneiderRustup
2017-09-12 Oliver SchneiderRustup
2017-09-06 Oliver SchneiderMerge pull request #1963 from rust-lang-nursery/upstream
2017-09-05 Manish GoregaokarMerge pull request #2004 from sunfishcode/master
2017-09-05 Manish GoregaokarMerge pull request #2023 from montrivo/while_let_loop
2017-09-05 Tim Nielens`while_let_loop` doesn't take into account break-with...
2017-09-05 Manish Goregaokarfor loops -> for-loops
2017-09-05 Oliver SchneiderMerge pull request #2021 from marcusklaas/needless...
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
next