about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/dominators/tests.rs
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-39/+26
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-26/+39
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2023-10-05Test immediate dominators using public APITomasz Miąsko-24/+21
2023-05-15Process current bucket instead of parent's bucket when starting loop for domi...Camille GILLOT-0/+27
2023-05-14Start node has no immediate dominatorTomasz Miąsko-2/+12
2021-12-06Implement the simple Lengauer-Tarjan algorithmMark Rousskov-0/+11
2020-08-30mv compiler to compiler/mark-0/+34