about summary refs log tree commit diff
path: root/clippy_lints/src/methods/str_splitn.rs
AgeCommit message (Expand)AuthorLines
2022-12-20Fix adjacent codeSamuel Moelius-1/+1
2022-11-21Add `clippy_utils::msrv::Msrv` to keep track of the current MSRVAlex Macleod-4/+4
2022-10-11Replace manual let else patterns with let elseest31-3/+1
2022-10-02Replace `expr_visitor` with `for_each_expr`Jason Newcomb-11/+9
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-6/+5
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-3/+3
2022-09-02clippy: BindingAnnotation changeCameron Steffen-6/+5
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-2/+2
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-3/+3
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-173/+240
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