about summary refs log tree commit diff
path: root/clippy_lints/src/methods/str_splitn.rs
AgeCommit message (Expand)AuthorLines
2022-05-09New lint: [`derive_partial_eq_without_eq`]nsunderland1-1/+1
2022-05-08Pass msrvs by copySamuel E. Moelius III-2/+2
2022-04-21`manual_split_once`: lint manual iteration of `SplitN`Alex Macleod-31/+192
2022-04-10Remove overlap between `manual_split_once` and `needless_splitn`Alex Macleod-170/+76
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-3/+3
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-4/+4
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-2/+2
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-2/+2
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-13Fix clippy uses of QPath::LangItemEsteban Kuber-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+323