about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/vec_graph
AgeCommit message (Expand)AuthorLines
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-3/+3
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-10-14more dupe word typosRageking8-2/+2
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-3/+5
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+1
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-1/+1
2020-10-27Fix typo in vec_graphDániel Buga-1/+1
2020-08-30mv compiler to compiler/mark-0/+149