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
/
dominators
Age
Commit message (
Expand
)
Author
Lines
2025-02-08
Rustfmt
bjorn3
-39
/
+26
2024-10-24
Replace an FTP link in comments with an equivalent HTTPS link
Zalathar
-1
/
+1
2024-10-22
Move `cmp_in_dominator_order` out of graph dominator computation
Zalathar
-22
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-26
/
+39
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-1
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-4
/
+4
2023-12-31
Inline dominator check.
Camille GILLOT
-0
/
+1
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-10-10
Remove unused dominator iterator
Tomasz Miąsko
-26
/
+1
2023-10-05
Optimize dominators for small path graphs
Tomasz Miąsko
-10
/
+65
2023-10-05
Remove redundant Dominators::start_node field
Tomasz Miąsko
-3
/
+2
2023-10-05
Test immediate dominators using public API
Tomasz Miąsko
-24
/
+21
2023-09-18
coverage: Simplify sorting of coverage spans extracted from MIR
Zalathar
-3
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+1
2023-05-24
Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko
bors
-10
/
+85
2023-05-18
Revert spurious changes.
Camille GILLOT
-9
/
+9
2023-05-17
Merge DominatorTree and Dominators.
Camille GILLOT
-36
/
+30
2023-05-17
Typo.
Camille GILLOT
-1
/
+1
2023-05-17
Remove outdated comment.
Camille GILLOT
-2
/
+0
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-22
/
+105
2023-05-15
Process current bucket instead of parent's bucket when starting loop for domi...
Camille GILLOT
-8
/
+35
2023-05-14
Start node has no immediate dominator
Tomasz Miąsko
-14
/
+22
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+2
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-7
/
+7
2023-01-24
Improve efficiency of has_back_edge(...)
Bryan Garza
-0
/
+7
2023-01-23
Add comment on cause of panic in dominators algorithm
Bryan Garza
-1
/
+41
2023-01-23
Rollup merge of #107153 - tmiasko:dominates, r=oli-obk
Yuki Okushi
-1
/
+1
2023-01-21
Consistently use dominates instead of is_dominated_by
Tomasz Miąsko
-1
/
+1
2023-01-21
Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot
bors
-4
/
+0
2023-01-18
Fix Dominators::rank_partial_cmp to match documentation
Tomasz Miąsko
-1
/
+1
2023-01-17
Lazy dominator tree construction in borrowck
Tomasz Miąsko
-4
/
+0
2023-01-16
Document wf constraints on control flow in cleanup blocks
Jakob Degen
-1
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-02-23
Avoid exhausting stack space in dominator compression
Mark Rousskov
-3
/
+13
2021-12-06
Annotate comments onto the LT algorithm
Mark Rousskov
-2
/
+102
2021-12-06
Avoid using Option where values are always Some
Mark Rousskov
-9
/
+13
2021-12-06
Create newtype around the pre order index
Mark Rousskov
-32
/
+41
2021-12-06
Use variables rather than lengths directly
Mark Rousskov
-10
/
+13
2021-12-06
Optimize: reuse the real-to-preorder mapping as the visited set
Mark Rousskov
-4
/
+2
2021-12-06
Remove separate RPO traversal
Mark Rousskov
-17
/
+7
2021-12-06
Use preorder indices for data structures
Mark Rousskov
-53
/
+38
2021-12-06
Avoid inserting into buckets if not necessary
Mark Rousskov
-1
/
+7
2021-12-06
Optimization: process buckets only once
Mark Rousskov
-7
/
+8
2021-12-06
Optimization: Merge parent and ancestor arrays
Mark Rousskov
-10
/
+21
2021-12-06
Implement the simple Lengauer-Tarjan algorithm
Mark Rousskov
-39
/
+116
2021-02-10
Only initialize what is used
Dániel Buga
-0
/
+4
2021-01-24
Clean up dominators_given_rpo
Dániel Buga
-11
/
+5
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-0
/
+9
[next]