rust/clippy_utils/src
xFrednet e444cbe5d6
New index_refutable_slice lint
* Finding pattern slices for `avoidable_slice_indexing`
* `avoidable_slice_indexing` analysing slice usage
* Add configuration to `avoidable_slice_indexing`
* Emitting `avoidable_slice_indexing` with suggestions
* Dogfooding and fixing bugs
* Add ui-toml test for `avoidable_slice_indexing`
* Correctly suggest `ref` keywords for `avoidable_slice_indexing`
* Test and document `mut` for `avoid_slice_indexing`
* Handle macros with `avoidable_slice_indexing` lint
* Ignore slices with sub patterns in `avoidable_slice_indexing`
* Update lint description for `avoidable_slice_indexing`
* Move `avoidable_slice_indexing` to nursery
* Added more tests for `avoidable_slice_indexing`
* Update documentation and message for `avoidable_slice_indexing`
* Teach `avoidable_slice_indexing` about `HirId`s and `Visitors`
* Rename lint to `index_refutable_slice` and connected config
2021-11-11 17:34:02 +01:00
..
ast_utils
ast_utils.rs Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup 2021-09-28 18:03:12 +01:00
attrs.rs Added clippy::version attribute as lint metadata 2021-11-10 19:48:29 +01:00
comparisons.rs
consts.rs Simplify FullInt Ord impl 2021-10-30 06:22:19 +02:00
diagnostics.rs Update diagnostics.rs 2021-11-04 11:57:14 +08:00
eager_or_lazy.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
higher.rs Auto merge of #7906 - smoelius:master, r=camsteffen 2021-11-02 14:06:36 +00:00
hir_utils.rs Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup 2021-09-28 18:03:12 +01:00
lib.rs Check for no_std and no_core attribute in swap lint 2021-11-11 12:30:07 +08:00
msrvs.rs New index_refutable_slice lint 2021-11-11 17:34:02 +01:00
numeric_literal.rs Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup 2021-10-07 11:21:30 +02:00
paths.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-10-21 12:18:12 +02:00
ptr.rs Factor in some expr_visitor usages 2021-11-05 14:39:39 -05:00
qualify_min_const_fn.rs Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk 2021-10-01 14:46:48 -07:00
source.rs Improve clippy_utils function docs 2021-11-04 12:42:29 +01:00
str_utils.rs Refactored some string handling to prevent ICEs and FNs 2021-10-24 22:47:39 +02:00
sugg.rs Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
sym_helper.rs
ty.rs New index_refutable_slice lint 2021-11-11 17:34:02 +01:00
usage.rs Factor in some expr_visitor usages 2021-11-05 14:39:39 -05:00
visitors.rs Factor in some expr_visitor usages 2021-11-05 14:39:39 -05:00