about summary refs log tree commit diff
path: root/clippy_lints/src/missing_fields_in_debug.rs
AgeCommit message (Expand)AuthorLines
2024-05-19Switch to `for_each_expr` in some lintsAlex Macleod-3/+3
2024-05-19Swap `for_each_expr` and `for_each_expr_with_closures`Alex Macleod-3/+3
2024-03-22Enable unused_qualifications lintAlex Macleod-1/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-1/+1
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-5/+7
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-19/+12
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-0/+5
2023-06-02Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyupPhilipp Krones-0/+234