index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
graph
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start node has no immediate dominator
Tomasz Miąsko
2023-05-14
2
-14
/
+22
*
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
2023-04-24
5
-5
/
+6
*
Fix some clippy::complexity
Nilstrieb
2023-04-09
1
-8
/
+2
*
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
2023-04-02
3
-12
/
+12
*
Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...
John Kåre Alsaker
2023-03-21
2
-6
/
+6
*
address review
b-naber
2023-02-21
1
-4
/
+20
*
sccs info
b-naber
2023-02-19
1
-5
/
+5
*
Improve efficiency of has_back_edge(...)
Bryan Garza
2023-01-24
1
-0
/
+7
*
Add comment on cause of panic in dominators algorithm
Bryan Garza
2023-01-23
1
-1
/
+41
*
Rollup merge of #107153 - tmiasko:dominates, r=oli-obk
Yuki Okushi
2023-01-23
1
-1
/
+1
|
\
|
*
Consistently use dominates instead of is_dominated_by
Tomasz Miąsko
2023-01-21
1
-1
/
+1
*
|
Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot
bors
2023-01-21
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Lazy dominator tree construction in borrowck
Tomasz Miąsko
2023-01-17
1
-4
/
+0
*
|
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
2023-01-20
1
-4
/
+4
|
\
\
|
*
|
`rustc_data_structures`: remove `ref` patterns and other artifacts of the past
Maybe Waffle
2023-01-17
1
-4
/
+4
|
|
/
*
|
Rollup merge of #107037 - tmiasko:rank, r=oli-obk
Guillaume Gomez
2023-01-19
1
-1
/
+1
|
\
\
|
*
|
Fix Dominators::rank_partial_cmp to match documentation
Tomasz Miąsko
2023-01-18
1
-1
/
+1
*
|
|
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
2023-01-17
1
-4
/
+4
|
/
/
*
|
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
2023-01-17
1
-1
/
+1
|
\
\
|
*
|
Remove double spaces after dots in comments
Maybe Waffle
2023-01-17
1
-1
/
+1
|
|
/
*
|
Document wf constraints on control flow in cleanup blocks
Jakob Degen
2023-01-16
1
-1
/
+4
|
/
*
Fix `uninlined_format_args` for some compiler crates
nils
2023-01-05
2
-10
/
+8
*
A few small cleanups for `newtype_index`
Nilstrieb
2022-12-18
1
-1
/
+1
*
compiler: remove unnecessary imports and qualified paths
KaDiWa
2022-12-10
2
-3
/
+0
*
more dupe word typos
Rageking8
2022-10-14
1
-2
/
+2
*
Adapt rustc_data_structures tests to run in strict miri
Nilstrieb
2022-06-04
1
-0
/
+3
*
Avoid exhausting stack space in dominator compression
Mark Rousskov
2022-02-23
1
-3
/
+13
*
rustc `VecGraph`: require the index type to implement Ord
pierwill
2021-12-22
2
-6
/
+9
*
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
2021-12-22
1
-1
/
+1
*
Annotate comments onto the LT algorithm
Mark Rousskov
2021-12-06
1
-2
/
+102
*
Avoid using Option where values are always Some
Mark Rousskov
2021-12-06
1
-9
/
+13
*
Create newtype around the pre order index
Mark Rousskov
2021-12-06
1
-32
/
+41
*
Use variables rather than lengths directly
Mark Rousskov
2021-12-06
1
-10
/
+13
*
Optimize: reuse the real-to-preorder mapping as the visited set
Mark Rousskov
2021-12-06
1
-4
/
+2
*
Remove separate RPO traversal
Mark Rousskov
2021-12-06
1
-17
/
+7
*
Use preorder indices for data structures
Mark Rousskov
2021-12-06
1
-53
/
+38
*
Avoid inserting into buckets if not necessary
Mark Rousskov
2021-12-06
1
-1
/
+7
*
Optimization: process buckets only once
Mark Rousskov
2021-12-06
1
-7
/
+8
*
Optimization: Merge parent and ancestor arrays
Mark Rousskov
2021-12-06
1
-10
/
+21
*
Implement the simple Lengauer-Tarjan algorithm
Mark Rousskov
2021-12-06
2
-39
/
+116
*
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
2021-12-05
3
-5
/
+5
*
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
2021-10-15
2
-4
/
+10
*
Apply clippy suggestions
Clemens Wasser
2021-10-10
2
-10
/
+4
*
More tracing instrumentation
Oli Scherer
2021-09-28
1
-14
/
+6
*
consistent big O notation
r00ster91
2021-09-24
1
-1
/
+1
*
Rework DepthFirstSearch API
Niko Matsakis
2021-09-08
3
-3
/
+69
*
Remove duplicate trait bounds in `rustc_data_structures::graph`
pierwill
2021-08-09
1
-7
/
+2
*
Only initialize what is used
Dániel Buga
2021-02-10
1
-0
/
+4
*
Clean up dominators_given_rpo
Dániel Buga
2021-01-24
1
-11
/
+5
*
don't redundantly repeat field names
Matthias Krüger
2020-12-29
1
-1
/
+1
[next]