about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/transitive_relation
AgeCommit message (Collapse)AuthorLines
2025-04-14Add unit tests for minimal_scc_representativeMatthew Jasper-0/+41
2022-08-22get rid of `RefCell` in `TransitiveRelation`SparrowLii-16/+32
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
This PR attempts to clean up some minor spelling mistakes in comments
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-53/+53
2021-03-17Move some test-only code to test filesJoshua Nelson-0/+8
This also relaxes the bounds on some structs and moves them to the impl block instead.
2020-08-30mv compiler to compiler/mark-0/+354