index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
graph
/
vec_graph
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-04-18
Add tests for predecessor-aware `VecGraph` mode
Maybe Waffle
-0
/
+33
2024-04-15
Add an opt-in to store incoming edges in `VecGraph` + some docs
Maybe Waffle
-56
/
+192
2024-04-15
Use RPITIT for `Successors` and `Predecessors` traits
Maybe Waffle
-3
/
+1
2024-04-14
Make `depth_first_search` into a standalone function
Maybe Waffle
-1
/
+3
2024-04-14
Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`
Maybe Waffle
-2
/
+2
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-8
/
+4
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-3
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-03-21
Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...
John Kåre Alsaker
-3
/
+3
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
2022-10-14
more dupe word typos
Rageking8
-2
/
+2
2021-12-22
rustc `VecGraph`: require the index type to implement Ord
pierwill
-3
/
+5
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+1
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-1
/
+1
2020-10-27
Fix typo in vec_graph
Dániel Buga
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+149