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
Age
Commit message (
Expand
)
Author
Lines
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-12
/
+12
2023-03-21
Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...
John Kåre Alsaker
-6
/
+6
2023-02-21
address review
b-naber
-4
/
+20
2023-02-19
sccs info
b-naber
-5
/
+5
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-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-4
/
+4
2023-01-19
Rollup merge of #107037 - tmiasko:rank, r=oli-obk
Guillaume Gomez
-1
/
+1
2023-01-18
Fix Dominators::rank_partial_cmp to match documentation
Tomasz Miąsko
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-4
/
+4
2023-01-17
Lazy dominator tree construction in borrowck
Tomasz Miąsko
-4
/
+0
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
`rustc_data_structures`: remove `ref` patterns and other artifacts of the past
Maybe Waffle
-4
/
+4
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
-10
/
+8
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-3
/
+0
2022-10-14
more dupe word typos
Rageking8
-2
/
+2
2022-06-04
Adapt rustc_data_structures tests to run in strict miri
Nilstrieb
-0
/
+3
2022-02-23
Avoid exhausting stack space in dominator compression
Mark Rousskov
-3
/
+13
2021-12-22
rustc `VecGraph`: require the index type to implement Ord
pierwill
-6
/
+9
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+1
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-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-5
/
+5
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-4
/
+10
2021-10-10
Apply clippy suggestions
Clemens Wasser
-10
/
+4
2021-09-28
More tracing instrumentation
Oli Scherer
-14
/
+6
2021-09-24
consistent big O notation
r00ster91
-1
/
+1
2021-09-08
Rework DepthFirstSearch API
Niko Matsakis
-3
/
+69
2021-08-09
Remove duplicate trait bounds in `rustc_data_structures::graph`
pierwill
-7
/
+2
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-12-29
don't redundantly repeat field names
Matthias Krüger
-1
/
+1
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-2
/
+0
2020-11-21
Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis
bors
-95
/
+364
2020-11-08
Remove recursion from sccc walking
Andreas Molzer
-73
/
+182
[next]