about summary refs log tree commit diff
path: root/clippy_lints/src/methods/chars_cmp.rs
AgeCommit message (Collapse)AuthorLines
2024-04-01fix fallout from previous commity21-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-5/+6
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-25/+23
https://github.com/Alexendoo/if-to-let-chain
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-2/+1
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+1
This trait was a way to generalize over both `TyCtxt` and `Resolver`, but now `Resolver` has access to `TyCtxt`, so this trait is no longer necessary.
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-3/+2
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-1/+1
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-2/+2
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
Only crate root def-ids don't have a parent, and in majority of cases the argument of `DefIdTree::parent` cannot be a crate root. So we now panic by default in `parent` and introduce a new non-panicing function `opt_parent` for cases where the argument can be a crate root. Same applies to `local_parent`/`opt_local_parent`.
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-9/+6
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-1/+1
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-0/+54