about summary refs log tree commit diff
path: root/clippy_lints/src/methods/suspicious_splitn.rs
AgeCommit message (Expand)AuthorLines
2024-04-01fix fallout from previous commity21-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-17/+13
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-33/+31
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-1/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+2
2022-03-30get clippy to compile againlcnr-4/+4
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-11/+3
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-0/+56