rust/clippy_utils/src
Michael Wright e8c4046841 Simplify FullInt Ord impl
`cmp_s_u` is a tiny helper function only used by `cmp` and isn't useful on
it's own. Making it a nested function of `cmp` makes that clear and as a
bonus it's easier to call and doesn't require a `#[must_use]` attribute.
2021-10-30 06:22:19 +02:00
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ast_utils.rs Merge commit 'cb7915b00c' into clippyup 2021-09-28 18:03:12 +01:00
attrs.rs Merge commit '61eb38aeda' into clippyup 2021-07-01 18:17:38 +02:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Simplify FullInt Ord impl 2021-10-30 06:22:19 +02:00
diagnostics.rs Merge commit '27afd6ade4' into clippyup 2021-09-08 16:31:47 +02:00
eager_or_lazy.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
higher.rs Update rustfmt 2021-10-24 12:52:38 -05:00
hir_utils.rs Merge commit 'cb7915b00c' into clippyup 2021-09-28 18:03:12 +01:00
lib.rs Auto merge of #7873 - xFrednet:7869-string-index-ice, r=Manishearth 2021-10-25 19:20:05 +00:00
msrvs.rs Merge commit '27afd6ade4' into clippyup 2021-09-08 16:31:47 +02:00
numeric_literal.rs Merge commit 'b7f3f7f608' 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 Merge commit '61eb38aeda' into clippyup 2021-07-01 18:17:38 +02: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 Merge commit '7bfc26ec8e' into clippyup 2021-08-12 11:16:25 +02: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 Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Handle PR feedbacks first round 2021-10-09 05:38:19 -04:00
usage.rs Merge commit 'b7f3f7f608' into clippyup 2021-10-07 11:21:30 +02:00
visitors.rs Merge commit '27afd6ade4' into clippyup 2021-09-08 16:31:47 +02:00