about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/implementation
AgeCommit message (Collapse)AuthorLines
2025-05-06Rename `graph::implementation::Graph` to `LinkedGraph`Zalathar-479/+0
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-4/+4
2025-02-08Rustfmtbjorn3-4/+7
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-4/+4
This should make it clearer that this bitset is dense, with the advantages and disadvantages that it entails.
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-05-08Remove `extern crate tracing`.Nicholas Nethercote-0/+2
`use` is a nicer way of doing things.
2023-12-10remove redundant importssurechen-1/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-08-28don't use SnapshotVec in Graph implementation, as it looks unused; use Vec ↵klensy-19/+4
instead
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, ↵Matthias Krüger-2/+8
r=petrochenkov" The PR had some unforseen perf regressions that are not as easy to find. Revert the PR for now. This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef.
2021-10-10Apply clippy suggestionsClemens Wasser-8/+2
2020-08-30mv compiler to compiler/mark-0/+497