]> git.lizzy.rs Git - rust.git/history - clippy_lints
Fix regression with `print!`
[rust.git] / clippy_lints /
2017-09-29 mcartonFix regression with `print!`
2017-09-29 mcartonFix regression with `format!`
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 GoregaokarBump to 0.0.165
2017-09-28 Manish GoregaokarUse ..= in the suggestion
2017-09-28 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017...
2017-09-27 Yury KrivopalovClarify verbose_bit_mask_threshold description
2017-09-26 Manish GoregaokarMerge branch 'pr-1945'
2017-09-26 Manish GoregaokarMerge pull request #2085 from rust-lang-nursery/rustup
2017-09-26 Manish GoregaokarBump to 0.0.164
2017-09-26 Manish GoregaokarRun prepublish script
2017-09-26 Manish GoregaokarFix dogfood needless-borrow
2017-09-26 Manish GoregaokarFix dogfood filter-map
2017-09-26 Manish GoregaokarReduce cyclomatic complexity of types::check_ty
2017-09-26 Manish GoregaokarRustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
2017-09-26 Manish GoregaokarUpdate changelog
2017-09-26 Manish GoregaokarPass dogfood
2017-09-25 Yury KrivopalovConfiguration option for VERBOSE_BIT_MASK threshold
2017-09-25 Manish GoregaokarMerge pull request #2079 from rust-lang-nursery/ptr_arg...
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-24 Michael RecachinasChange rtype of int_plus_one detection to Option<String>
2017-09-24 Michael RecachinasChange to returning Option<(bool, Option<String>)>
2017-09-24 Michael RecachinasRemove old return-value
2017-09-23 Manish GoregaokarMerge pull request #2082 from rust-lang-nursery/rustup
2017-09-23 Manish GoregaokarBump to 0.0.163
2017-09-23 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (14039a42a 2017...
2017-09-23 Michael RecachinasUse span_lint_and_then as per feedback
2017-09-20 Andre Bogusavoid linting `ptr_arg` if `.capacity()` is called...
2017-09-19 Manish GoregaokarMerge pull request #2069 from rust-lang-nursery/rustup
2017-09-19 Manish GoregaokarBump to 0.0.162
2017-09-19 Manish GoregaokarRust upgrade to rustc 1.22.0-nightly (0701b37d9 2017...
2017-09-18 Martin CartonFix case in doc_valid_idents
2017-09-18 Martin CartonMerge pull request #2066 from lucab/ups/doc-markdown
2017-09-18 Luca Brunolints/doc_markdown: add two more entries
2017-09-17 Michael RecachinasRegister 'int_plus_one' lint case in clippy_lints
2017-09-17 Michael Recachinas(#1955): Suggests `x > y` over `x >= y + 1` for ints
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 llogiqMerge pull request #2057 from topecongiro/issue-1818
2017-09-16 llogiqMerge pull request #2056 from topecongiro/issue-1851
2017-09-16 Andre Bogusadd suggestions for .clone() in ptr_arg fns
2017-09-16 topecongiroEnhance CHARS_*_CMP lint
2017-09-16 topecongiroAdd suggestion to needless_borrow
2017-09-15 Oliver SchneiderMerge pull request #2052 from topecongiro/issue-1990
2017-09-14 Seiichi UchidaAdd ExprLoop to contains_continue_expr()
2017-09-14 Oliver SchneiderVersion bump
2017-09-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into rustup
2017-09-13 Oliver SchneiderRustup
2017-09-12 llogiqMerge pull request #2046 from siiptuo/small-doc-fixes
2017-09-12 Tuomas SiipolaFix link in trivial_regex
2017-09-12 Tuomas SiipolaFix empty documentation in unit_expr
2017-09-12 Tuomas SiipolaFix links in approx_const
2017-09-12 Oliver SchneiderVersion bump
2017-09-12 Oliver SchneiderRustup
2017-09-11 Oliver SchneiderMerge pull request #2039 from rust-lang-nursery/ptr...
2017-09-10 Andre Bogussuggestion for ptr_arg
2017-09-10 Oliver SchneiderMerge pull request #2037 from Aaron1011/clone-rc
2017-09-10 Aaron HillAdd CLONE_ON_REF_PTR lint
2017-09-09 Oliver SchneiderMerge pull request #2034 from Aaron1011/update-rust
2017-09-09 Oliver SchneiderBump version
2017-09-09 Oliver SchneiderUse hir_id instead of fetching hir_id via the NodeId
2017-09-09 Aaron HillUpdate for latest Rust
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 Manish GoregaokarMerge pull request #2022 from rust-lang-nursery/oli...
2017-09-05 Tim Nielens`while_let_loop` doesn't take into account break-with...
2017-09-05 Oliver SchneiderAlso ignore `continue` statements in `is_unit_expr`
2017-09-05 Manish Goregaokarfor loops -> for-loops
2017-09-05 Dan GohmanOnly strip parens for binary expressions.
2017-09-05 Dan GohmanWhen suggesting `from(x)` for lossless casts, strip...
2017-09-05 Manish GoregaokarUpdate changelog
2017-09-05 Manish GoregaokarUpdate changelog
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 Martin CartonMerge pull request #2020 from 0xbsec/patch-1
2017-09-04 M. HasbiniFix "further information" link
2017-09-04 Oliver SchneiderVersion Bump
2017-09-04 Oliver SchneiderFix `len_zero` ICE
2017-09-04 Oliver SchneiderUpdate to latest nightly
2017-09-03 Manish GoregaokarFix dogfood
2017-09-03 Manish GoregaokarRun rustfmt
2017-09-03 Manish GoregaokarFix unit_expr expectations and changelog entry
2017-09-03 Manish GoregaokarMerge branch 'pr-2016' into HEAD
2017-09-03 Zaki ManianMention the false positive
2017-09-03 Manish GoregaokarBump to 0.0.156
2017-09-03 Manish GoregaokarRustup to rustc 1.22.0-nightly (744dd6c1d 2017-09-02...
next