about summary refs log tree commit diff
path: root/CHANGELOG.md
AgeCommit message (Expand)AuthorLines
2020-02-04Use span_lint_and_sugg + move infaillible lintThibsG-0/+1
2020-01-30Update changelogflip1995-3/+48
2020-01-30add lintMikhail Babenko-0/+1
2020-01-30Declare lint and implement lint logic.xiongmao86-0/+1
2020-01-23add `option_as_ref_deref` lintAreredify-0/+1
2020-01-20Add `skip_while_next` lintYuki Okushi-0/+1
2020-01-12Declare lint.xiongmao86-0/+1
2020-01-07Change lint name to WILDCARD_IN_OR_PATTERNSThibsG-1/+1
2020-01-07New lint: pats_with_wild_match_armThibsG-0/+1
2020-01-06Add lint to detect usage of invalid atomic orderingKrishna Sai Veera Reddy-0/+1
2020-01-04Add lint for iter.nth(0)Brad Sherman-0/+1
2019-12-31Use `mem::take` instead of `mem::replace` when applicableKrishna Veera Reddy-0/+1
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-0/+1
2019-12-24Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995bors-0/+1
2019-12-24new lint: mutable_key_typeAndre Bogus-0/+1
2019-12-23Auto merge of #4911 - phansch:update_changelog, r=flip1995bors-3/+89
2019-12-23Fix two commit hashes in changelogPhilipp Hansch-2/+2
2019-12-22implemented `let_underscore` lintMikhail Babenko-0/+1
2019-12-18Update changelog for Rust 1.39 and 1.40Philipp Hansch-2/+88
2019-12-07Add lint to detect transmutes from float to integerKrishna Veera Reddy-0/+1
2019-12-06Add lint for pub fns returning a `Result` without documenting errorsRobbieClarken-0/+1
2019-11-25implemented `as_conversions` lintMikhail Babenko-0/+1
2019-11-23Run update_lintsflip1995-1/+1
2019-11-23Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lintsflip1995-0/+1
2019-11-23Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...flip1995-0/+1
2019-11-23Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lintsflip1995-0/+1
2019-11-20Implement if_same_cond_fn lintIgor Aleksanov-0/+1
2019-11-15New lint: zst_offsetAndre Bogus-0/+1
2019-11-15register new lint "tabs in doc comments" and update readmeFlorian Rohm-0/+1
2019-11-13Add new lint: large stack arrayAreredify-0/+1
2019-11-10Add `to_digit_is_some` lintMichael Wright-0/+1
2019-11-07Update lintsHeinz N. Gies-0/+1
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-0/+1
2019-10-18Split out testsHeinz N. Gies-0/+2
2019-10-18Add todo and testsHeinz N. Gies-0/+3
2019-10-16Add `inefficient_to_string` lintHMPerson1-0/+1
2019-10-15Add a new lint for unused selfJames Wang-0/+1
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+3
2019-10-09New lint: suspicious_unary_op_formattingNikos Filippakis-0/+1
2019-10-08Addresses Issue #4001Ethan Lam-0/+1
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-0/+1
2019-10-02New lint: needless_doc_mainAndre Bogus-0/+1
2019-09-24Add a new lint for comparison chainsJames Wang-0/+1
2019-09-23Auto merge of #4566 - phansch:update_changelog2, r=flip1995bors-4/+32
2019-09-22Update the changelog for Rust 1.38Philipp Hansch-4/+32
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-0/+2
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-0/+1
2019-09-19New lint: Require `# Safety` section in pub unsafe fn docsAndre Bogus-0/+1
2019-09-12Add `unneeded-wildcard-pattern` lintMichael Wright-0/+1
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-0/+1