about summary refs log tree commit diff
path: root/clippy_lints/src/single_component_path_imports.rs
AgeCommit message (Expand)AuthorLines
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-1/+1
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-1/+1
2024-09-22FormattingPhilipp Krones-1/+1
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-4/+4
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+5
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-13/+46
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-2/+2
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-92/+127
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-11/+7
2022-01-23Update clippyVadim Petrochenkov-2/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-2/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-6/+5
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-2/+2
2021-04-27Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyupflip1995-6/+30
2021-04-22Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyupflip1995-16/+109
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-1/+1
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-2/+2
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-17Don't lint `single_component_path_imports` in macrosYuki Okushi-1/+2
2020-01-30Declare lint and implement lint logic.xiongmao86-0/+61