about summary refs log tree commit diff
path: root/README.md
AgeCommit message (Expand)AuthorLines
2020-04-20fix map import to rustc_middleDevin R-1/+1
2020-04-20dev update_lintsDevin R-1/+1
2020-04-16readme: update to cargo clippy --fix commandMatthias Krüger-2/+2
2020-03-31Run update_lintsflip1995-1/+1
2020-03-31Don't use an exact lint counter anymoreflip1995-1/+1
2020-03-30Lint unnamed address comparisonsTomasz Miąsko-1/+1
2020-03-30Auto merge of #5380 - lzutao:deprecate-REPLACE_CONSTS, r=phanschbors-1/+1
2020-03-29readme: move "how to run single lint" instructions to "Allowing/denying lints...Matthias Krüger-8/+2
2020-03-29Deprecate REPLACE_CONSTS lintLzu Tao-1/+1
2020-03-25readme: explain how to run only a single lint on a codebaseMatthias Krüger-0/+8
2020-03-16Lint for `pub(crate)` items that are not crate visible due to the visibility ...Tim Robinson-1/+1
2020-03-06add lint on File::read_to_string and File::read_to_endJacob Meyers-1/+1
2020-03-04warn on macro_use attrDevin R-1/+1
2020-03-04Add restrictive pat use in full binded structThibsG-1/+1
2020-02-23Add `imprecise_flops` lintKrishna Sai Veera Reddy-1/+1
2020-02-21Run update_lintsflip1995-1/+1
2020-02-20Separate out lint to check lossy whole number float literalsKrishna Sai Veera Reddy-1/+1
2020-02-20Update Copyright yearflip1995-1/+1
2020-02-18Nuke Travis+AppVeyor CIflip1995-2/+0
2020-02-12Change badge branch master -> autoflip1995-1/+1
2020-02-12Add GHA badge to README.mdflip1995-0/+1
2020-02-12Fix markdown Filesflip1995-5/+11
2020-02-08Add `option-env-unwrap` lintKrishna Sai Veera Reddy-1/+1
2020-02-05add excessive bools lintsAreredify-1/+1
2020-02-04Merge fixesThibsG-1/+1
2020-01-30decouple 'let_underscore' testsMikhail Babenko-1/+1
2020-01-30Declare lint and implement lint logic.xiongmao86-1/+1
2020-01-23add `option_as_ref_deref` lintAreredify-1/+1
2020-01-20Add `skip_while_next` lintYuki Okushi-1/+1
2020-01-12Pull master, rebase, and update_lints again.xiongmao86-1/+1
2020-01-07Span help without suggestionThibsG-1/+1
2020-01-06Add lint to detect usage of invalid atomic orderingKrishna Sai Veera Reddy-1/+1
2020-01-04Add lint for iter.nth(0)Brad Sherman-1/+1
2019-12-31Indicate anonymous lifetimes for typesKrishna Veera Reddy-1/+1
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-1/+1
2019-12-24new lint: mutable_key_typeAndre Bogus-1/+1
2019-12-22implemented `let_underscore` lintMikhail Babenko-1/+1
2019-12-22Auto merge of #4930 - flip1995:unused_label, r=phanschbors-1/+1
2019-12-21Deprecate unused_label lintflip1995-1/+1
2019-12-20There are no per-file copyright headers anymoreOliver Scherer @ Cosmian-1/+1
2019-12-07Add lint to detect transmutes from float to integerKrishna Veera Reddy-1/+1
2019-12-06Add lint for pub fns returning a `Result` without documenting errorsRobbieClarken-1/+1
2019-11-25implemented `as_conversions` lintMikhail Babenko-1/+1
2019-11-23Run update_lintsflip1995-1/+1
2019-11-15New lint: zst_offsetAndre Bogus-1/+1
2019-11-10Add `to_digit_is_some` lintMichael Wright-1/+1
2019-11-07Update lintsHeinz N. Gies-1/+1
2019-11-07Simplify dentry point detectionHeinz N. Gies-1/+1
2019-11-07Deprecate `into_iter_on_array` lintflip1995-1/+1
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-1/+1