]> git.lizzy.rs Git - rust.git/history - src/loops.rs
Rustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
[rust.git] / src / loops.rs
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-26 mcartonFix paths resolution
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-14 mcartons/paths::LL/paths::LINKED_LIST
2016-04-14 mcartonMove paths to their own module
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-28 llogiqMerge pull request #807 from mcarton/vec
2016-03-28 mcartonAdd `for _ in vec![…]` to the `USELESS_VEC` lint
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonBeautify more docs
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Oliver 'ker' Schneiderrustup const eval changes
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-08 llogiqMerge pull request #741 from martiansideofthemoon/blastoise
2016-03-07 Martin CartonMerge pull request #747 from mcarton/fix-ice
2016-03-07 mcartonFix ICE in for_loop with globals
2016-03-07 Manish GoregaokarMerge pull request #744 from mcarton/rustup
2016-03-07 mcartonFix tests with inclusive ranges
2016-03-07 mcartonRemove all ExprRange
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-29 Manish GoregaokarMerge pull request #725 from oli-obk/swap_if_arms
2016-02-29 Oliver Schneiderlint ! and != in if expressions with else branches
2016-02-28 llogiqMerge pull request #721 from mcarton/while_let_loop
2016-02-28 mcartonFix wrong suggestion in `WHILE_LET_LOOP`
2016-02-26 Martin CartonMerge pull request #711 from mcarton/hashmap
2016-02-26 mcartonFix false positive in `FOR_KV_MAP` and `&mut` refs
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 llogiqMerge pull request #706 from mcarton/and_then
2016-02-24 mcartonUse `span_suggestion` in loops lints
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonSmall cleanup
2016-02-20 mcartonReplace all `format!("{}", foo)` calls
2016-02-20 mcartonRemove all use of `format!("string literal")`
2016-02-18 quininer kelfix nightly
2016-02-14 llogiqMerge pull request #662 from mcarton/#601
2016-02-14 mcartonAddress small nit
2016-02-13 mcartonFix false positive in `NEEDLESS_RANGE_LOOP`
2016-02-12 llogiqMerge pull request #637 from mcarton/debug
2016-02-09 mcartonUse const_eval in loops
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-05 mcartonFix util/update_wiki.py warnings and be consistent...
2016-02-05 llogiqMerge pull request #564 from mcarton/hashmap
2016-02-05 mcartonImprove error message
2016-02-05 mcartonCheck for pattern use in FOR_KV_MAP
2016-02-05 mcartonLint looping on maps ignoring the keys or values
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-02 Manish GoregaokarMerge pull request #602 from mcarton/#594
2016-02-02 mcartonAdd a lint about using `clone` on `Copy` types
2016-02-02 mcartonPartially apply rustfmt
2016-02-01 llogiqMerge pull request #609 from oli-obk/prefixed_enum_variants
2016-02-01 Oliver Schneiderfallout
2016-01-30 llogiqMerge branch 'devonhollowood-for-loop-over-option'
2016-01-29 Devon HollowoodAdd for_loop_over_result lint
2016-01-29 Devon HollowoodAdd for_loop_over_option lint
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-22 Manish GoregaokarUpgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016...
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-15 llogiqMerge pull request #551 from fhartwig/unused-lifetimes-fix
2016-01-14 Manish GoregaokarMerge pull request #552 from mcarton/for_loop
2016-01-14 mcartonHandle more iterator adapter cases in for loops
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2016-01-04 Manish GoregaokarMerge pull request #513 from mcarton/entries
2016-01-03 mcartonImplement a HashMapLint
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-01 llogiqMerge pull request #527 from karyon/master
2016-01-01 Johannes LinkeAdd "warn/allow by default" to lint descriptions where...
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-14 llogiqadding missing doc comments
2015-12-14 Manish GoregaokarMerge pull request #501 from oli-obk/fix/seme
2015-12-14 Oliver Schneiderfix fallout from CC improvements
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-03 llogiqMerge pull request #460 from oli-obk/cyclomatic_complexity
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-26 Manish GoregaokarMerge pull request #473 from fhartwig/loop-index-false...
2015-11-25 Florian HartwigSuppress explicit_counter_loop lint if loop variable...
2015-11-19 Manish GoregaokarMerge pull request #463 from fhartwig/rustup
2015-11-19 Florian HartwigUpdate to latest rust nightly
2015-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-10-27 llogiqMerge pull request #396 from fhartwig/while-let-for
next