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
/
scc
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
Use associated types for SCC annotations, per code review suggestion
Amanda Stjerna
-37
/
+33
2025-04-28
Decouple SCC annotations from SCCs
Amanda Stjerna
-66
/
+66
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2025-02-22
Fix overcapturing, unsafe extern blocks, and new unsafe ops
Michael Goulet
-1
/
+1
2025-01-26
Incorporate `iter_nodes` into `graph::DirectedGraph`
Zalathar
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-06-12
Address code review comments on the comments
Amanda Stjerna
-1
/
+4
2024-06-12
Revise documentation after @lqd's comments
Amanda Stjerna
-8
/
+4
2024-06-12
Remove a few unnecessary constructions
Amanda Stjerna
-4
/
+7
2024-06-12
Slightly faster version of `find_state`
Amanda Stjerna
-24
/
+27
2024-06-12
Docstring for for `Annotation`
Amanda Stjerna
-2
/
+12
2024-06-12
Formatting, weird because I just did that
Amanda Stjerna
-2
/
+3
2024-06-12
Simplify path compression logic
Amanda Stjerna
-17
/
+2
2024-06-12
Documentation fixes
Amanda Stjerna
-8
/
+7
2024-06-12
Extend SCC construction to enable extra functionality
Amanda Stjerna
-122
/
+265
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-1
/
+1
2024-05-08
Remove `extern crate tracing`.
Nicholas Nethercote
-0
/
+1
2024-04-15
Use RPITIT for `Successors` and `Predecessors` traits
Maybe Waffle
-3
/
+1
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
-11
/
+7
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-8
/
+6
2023-11-28
Avoid an unnecessary `by_ref`.
Nicholas Nethercote
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-02-21
address review
b-naber
-4
/
+20
2023-02-19
sccs info
b-naber
-5
/
+5
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-8
/
+6
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2021-12-22
rustc `VecGraph`: require the index type to implement Ord
pierwill
-3
/
+4
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-14
/
+6
2021-09-24
consistent big O notation
r00ster91
-1
/
+1
2020-12-29
don't redundantly repeat field names
Matthias Krüger
-1
/
+1
2020-11-08
Remove recursion from sccc walking
Andreas Molzer
-73
/
+182
2020-11-05
Convert the recursive find_state to a loop
Andreas Molzer
-22
/
+110
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+380