about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/iterate/mod.rs
AgeCommit message (Expand)AuthorLines
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-0/+10
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-7/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-05-30Apply x clippy --fix and x fmtr0cky-2/+2
2024-04-15Make `graph::DepthFirstSearch` accept `G` by valueMaybe Waffle-11/+11
2024-04-14Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`Maybe Waffle-2/+2
2024-04-14Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`Maybe Waffle-12/+12
2024-04-14Merge `WithNumNodes` into DirectedGraphMaybe Waffle-12/+12
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-2/+2
2023-01-17Stop using `BREAK` & `CONTINUE` in compilerScott McMurray-4/+4
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-3/+3
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-2/+2
2021-10-10Apply clippy suggestionsClemens Wasser-2/+2
2021-09-08Rework DepthFirstSearch APINiko Matsakis-2/+52
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-2/+0
2020-10-31Move post order walk to iterative approachAndreas Molzer-5/+20
2020-10-22Don't re-export std::ops::ControlFlow in the compiler.Leonora Tindall-3/+1
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-2/+1
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-1/+1
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-8/+5
2020-08-30mv compiler to compiler/mark-0/+296