about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-23Add `imprecise_flops` lintKrishna Sai Veera Reddy-1/+8
2020-02-23Move `manual_mul_add` into `suboptimal_flops` lintKrishna Sai Veera Reddy-7/+0
2020-02-23Change lint name to `suboptimal_flops`Krishna Sai Veera Reddy-0/+7
2020-02-23Consolidate the accuracy and efficiency lintsKrishna Veera Reddy-7/+0
2020-02-23Add lints to detect inaccurate and inefficient FP operationsKrishna Veera Reddy-0/+7
2020-02-21Fix falloutflip1995-3/+3
2020-02-21Move enum_glob_use lint into wildcard_imports passflip1995-1/+1
2020-02-21Run update_lintsflip1995-1/+8
2020-02-21Auto merge of #5202 - krishna-veerareddy:issue-5201-move-lossy-float-literal-...bors-3/+10
2020-02-20Separate out lint to check lossy whole number float literalsKrishna Sai Veera Reddy-3/+10
2020-02-20Move unneeded_field_pattern to restriction groupNipunn Koorapati-1/+1
2020-02-17Uplift `excessive_precision` to the correctness categoryKrishna Sai Veera Reddy-1/+1
2020-02-12Reclassify chars_next_cmp as a style lint.Lily Chung-1/+1
2020-02-12Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime environmentflip1995-10/+29
2020-02-11Impl DefaultCallbacks on our sideLzu Tao-3/+3
2020-02-08Add `option-env-unwrap` lintKrishna Sai Veera Reddy-1/+8
2020-02-05add excessive bools lintsAreredify-1/+15
2020-02-04Merge fixesThibsG-1/+1
2020-02-04Use span_lint_and_sugg + move infaillible lintThibsG-1/+8
2020-01-31Move debug_assertions_with_mut_call to nurseryflip1995-1/+1
2020-01-31Auto merge of #5109 - phansch:ciao_util_dev, r=flip1995bors-1/+1
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-1/+1
2020-01-30decouple 'let_underscore' testsMikhail Babenko-1/+1
2020-01-30add lintMikhail Babenko-0/+7
2020-01-30Declare lint and implement lint logic.xiongmao86-1/+8
2020-01-23add `option_as_ref_deref` lintAreredify-1/+8
2020-01-21Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=ph...bors-1/+1
2020-01-20Add `skip_while_next` lintYuki Okushi-1/+8
2020-01-19Rename `ok_if_let` to `if_let_some_result`Yuki Okushi-1/+1
2020-01-18Downgrade range_plus_one to pedanticAndre Bogus-1/+1
2020-01-12Pull master, rebase, and update_lints again.xiongmao86-1/+1
2020-01-12./util/dev update_lints.xiongmao86-2/+2
2020-01-12Declare lint.xiongmao86-0/+7
2020-01-09Detect usage of invalid atomic ordering in memory fencesKrishna Sai Veera Reddy-1/+1
2020-01-09Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995bors-1/+8
2020-01-09Rustup to rust-lang/rust#68024Yuki Okushi-1/+0
2020-01-07Move `transmute_float_to_int` lint to `complexity`Krishna Sai Veera Reddy-1/+1
2020-01-07Span help without suggestionThibsG-1/+1
2020-01-07Change lint name to WILDCARD_IN_OR_PATTERNSThibsG-7/+7
2020-01-07Move to complexity and adapt testThibsG-1/+1
2020-01-07New lint: pats_with_wild_match_armThibsG-0/+7
2020-01-07Apply suggestion from code reviewYuki Okushi-1/+1
2020-01-07Update lintlistYuki Okushi-32/+32
2020-01-06Prevent doc-tests from running and fix lint descriptionKrishna Sai Veera Reddy-1/+1
2020-01-06Add lint to detect usage of invalid atomic orderingKrishna Sai Veera Reddy-1/+8
2020-01-04Add lint for iter.nth(0)Brad Sherman-1/+8
2019-12-31Indicate anonymous lifetimes for typesKrishna Veera Reddy-1/+1
2019-12-31Move `mem_replace_with_default` out of nurseryKrishna Veera Reddy-1/+1
2019-12-31Use `mem::take` instead of `mem::replace` when applicableKrishna Veera Reddy-0/+7
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-1/+8