about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/scc
AgeCommit message (Expand)AuthorLines
2023-11-28Avoid an unnecessary `by_ref`.Nicholas Nethercote-1/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-3/+3
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-3/+3
2023-02-21address reviewb-naber-4/+20
2023-02-19sccs infob-naber-5/+5
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-8/+6
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-06-04Adapt rustc_data_structures tests to run in strict miriNilstrieb-0/+3
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-3/+4
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-1/+1
2021-09-28More tracing instrumentationOli Scherer-14/+6
2021-09-24consistent big O notationr00ster91-1/+1
2020-12-29don't redundantly repeat field namesMatthias Krüger-1/+1
2020-11-08Remove recursion from sccc walkingAndreas Molzer-73/+182
2020-11-05Add test for sccc of a long listAndreas Molzer-0/+26
2020-11-05Convert the recursive find_state to a loopAndreas Molzer-22/+110
2020-10-31Add a benchmark test for sccc findingAndreas Molzer-0/+46
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-08-30mv compiler to compiler/mark-0/+521