about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/implementation
AgeCommit message (Expand)AuthorLines
2024-05-08Remove `extern crate tracing`.Nicholas Nethercote-0/+2
2023-12-10remove redundant importssurechen-1/+0
2023-08-28don't use SnapshotVec in Graph implementation, as it looks unused; use Vec in...klensy-19/+4
2023-04-09Fix some clippy::complexityNilstrieb-8/+2
2023-01-17`rustc_data_structures`: remove `ref` patterns and other artifacts of the pastMaybe Waffle-4/+4
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-2/+8
2021-10-10Apply clippy suggestionsClemens Wasser-8/+2
2020-08-30mv compiler to compiler/mark-0/+497