about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/implementation/mod.rs
AgeCommit message (Expand)AuthorLines
2025-05-06Rename `graph::implementation::Graph` to `LinkedGraph`Zalathar-347/+0
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-4/+4
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-05-08Remove `extern crate tracing`.Nicholas Nethercote-0/+1
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
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/+366