Skip to content

[Debuginfo] Use Reference DINode for references, delineate between mut and const ref/ptr #134597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3,962 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3962 commits
Select commit Hold shift + click to select a range
f46e4aa
fix comment
tshepang Jan 2, 2025
a483d98
Describe how to use rust-analyzer with `rmake.rs` (#2191)
Zalathar Jan 3, 2025
1a75c30
Split stuff out of representing types, and rewrite early/late bound c…
BoxyUwU Jan 5, 2025
3323bbe
Auto merge of #135125 - bjorn3:sync_cg_clif-2025-01-05, r=bjorn3
bors Jan 5, 2025
f985a37
Remove other maintainers
knickish Jan 5, 2025
515d7eb
Preparing for merge from rustc
Kobzol Jan 5, 2025
5871867
triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-…
jieyouxu Jan 5, 2025
2cc114c
rustc-dev-guide changes ping group
BoxyUwU Jan 5, 2025
b3b368a
Auto merge of #135127 - Kobzol:rustc-dev-guide-sync, r=BoxyUwU
bors Jan 5, 2025
feb32c6
Auto merge of #134794 - RalfJung:abi-required-target-features, r=work…
bors Jan 5, 2025
b9f971a
Rollup merge of #135115 - Zalathar:dwarf-const, r=workingjubilee
jhpratt Jan 5, 2025
af9293f
Rollup merge of #135118 - ranger-ross:better-docs-on-iter-fns, r=jhpratt
jhpratt Jan 5, 2025
0f9f91c
Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhpratt
jhpratt Jan 5, 2025
db17be8
[generic_assert] Constify methods used by the formatting system
c410-f3r Jan 5, 2025
2a96478
Mention `unnameable_types` in `unreachable_pub` documentation.
kpreid Jan 6, 2025
85e0d42
Don't enable anyhow's `backtrace` feature in opt-dist
Zalathar Jan 6, 2025
56f9e6f
Auto merge of #135140 - jhpratt:rollup-pn2gi84, r=jhpratt
bors Jan 6, 2025
3560a2b
Improve span when temporary receiver is dropped in edition 2024
compiler-errors Jan 6, 2025
cd65cd2
Improve find_self_call with reborrowed receiver
compiler-errors Jan 6, 2025
3399029
Remove CallKind::Deref hack from UseSpans
compiler-errors Jan 6, 2025
fd98df8
Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee
bors Jan 6, 2025
ab07e78
Failing test
compiler-errors Jan 6, 2025
86d8b79
Use a post-monomorphization typing env when mangling components that …
compiler-errors Jan 6, 2025
ae6a331
footnote to ordinary comment
lcnr Jan 6, 2025
b36962d
Rollup merge of #135111 - tgross35:float-doc-aliases, r=Noratrieb
matthiaskrgr Jan 6, 2025
bb2c4ad
Rollup merge of #135129 - jieyouxu:tag-r-d-g, r=BoxyUwU
matthiaskrgr Jan 6, 2025
69e7b12
Rollup merge of #135132 - BoxyUwU:rdg_ping_group, r=jieyouxu
matthiaskrgr Jan 6, 2025
b561659
Rollup merge of #135145 - kpreid:unnameable, r=compiler-errors
matthiaskrgr Jan 6, 2025
ee6914a
Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang
matthiaskrgr Jan 6, 2025
c5c05c2
Rollup merge of #135150 - lcnr:unconstrained-lts-comment, r=oli-obk
matthiaskrgr Jan 6, 2025
591bf63
chore: remove redundant words in comment
crystalstall Jan 6, 2025
6aad736
fix: Fix relative .cargo env vars not working
Veykril Jan 6, 2025
f475723
Merge pull request #18841 from Veykril/push-lsuokpqkprqn
Veykril Jan 6, 2025
13738b0
Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgr
bors Jan 6, 2025
5ee1b0a
fix: Handle newstyle `rustc_intrinsic` safety correctly
Veykril Jan 6, 2025
aeae353
Merge pull request #18843 from Veykril/push-usuzxtzsnrpt
Veykril Jan 6, 2025
49c7423
Add support for wasm exception handling to Emscripten target
hoodmane Oct 17, 2024
e47bb0d
fix: Fix flycheck getting confused which package to check
Veykril Jan 6, 2025
5298f85
Consolidate coverage test suite steps into a single step
Zalathar Jan 4, 2025
68c2241
Merge pull request #18845 from Veykril/push-yyuolqomnkys
Veykril Jan 6, 2025
0389235
fix: Be more permissive with completion resolve data
Veykril Jan 5, 2025
43b44cf
Merge pull request #18836 from Veykril/push-kksuoxxptvty
Veykril Jan 6, 2025
243d2ca
Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r…
bors Jan 6, 2025
0705ea2
Move the has_errors check in rustdoc back to after TyCtxt is created
bjorn3 Jan 6, 2025
37f2631
add deprecated and do nothing flag to options table
klensy Jan 5, 2025
29c21d8
fix: Fix non-cargo flychecks immediately clearing received diagnostics
Veykril Jan 6, 2025
d0db503
Merge pull request #18848 from Veykril/push-kyyoskmvnutp
Veykril Jan 6, 2025
fc7ee23
address review comments
lqd Jan 6, 2025
4bc6b76
Escape all `*` in rustc's SUMMARY.md
tbu- Dec 21, 2024
8630234
Add new `{x86_64,i686}-win7-windows-gnu` targets
tbu- Jan 6, 2025
87ce94d
last feedback items
pietroalbini Jan 6, 2025
0b832bf
minor: New clippy lints
Veykril Jan 6, 2025
22ab7e3
Merge pull request #18846 from Veykril/push-kmspklwynynu
Veykril Jan 6, 2025
2be9ffc
Add derived causes for host effect predicates
compiler-errors Dec 10, 2024
96285bd
Don't ice on bad transmute in typeck in new solver
compiler-errors Dec 25, 2024
5a56600
Normalize each signature input/output in typeck_with_fallback with it…
compiler-errors Dec 25, 2024
ebdf19a
Recurse on GAT where clauses in fulfillment error proof tree visitor
compiler-errors Dec 23, 2024
304ccf4
Suggest to replace tuple constructor through projection
compiler-errors Jan 4, 2025
21b9e32
Fix a bug that was caused by fixup reversing
ChayimFriedman2 Jan 6, 2025
5afee0d
Merge pull request #18852 from ChayimFriedman2/proc-macro-panic
lnicola Jan 6, 2025
5172364
Update triagebot.toml: celinval vacation is over
celinval Jan 6, 2025
c7a806a
rustdoc: use stable paths as preferred canonical paths
notriddle Jan 6, 2025
49b05ed
Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr
matthiaskrgr Jan 6, 2025
44c6e83
Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr
matthiaskrgr Jan 6, 2025
68791ef
Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=dav…
matthiaskrgr Jan 6, 2025
c31a4b9
Rollup merge of #135097 - Zalathar:coverage-test-step, r=Kobzol
matthiaskrgr Jan 6, 2025
8e2631b
Rollup merge of #135146 - Zalathar:anyhow-backtrace, r=jieyouxu
matthiaskrgr Jan 6, 2025
7d4b6dc
Rollup merge of #135153 - crystalstall:master, r=workingjubilee
matthiaskrgr Jan 6, 2025
873ae7a
Rollup merge of #135157 - bjorn3:fix_rustdoc_error_abort, r=jieyouxu,…
matthiaskrgr Jan 6, 2025
e18e1eb
Fix case where completion inside macro that expands to `#[test]` was …
ChayimFriedman2 Jan 6, 2025
80cdaea
avoid replacing the definition of CURRENT_RUSTC_VERSION
pietroalbini Jan 6, 2025
7f31b57
Replace the random substring of a linker argument with a placeholder …
xingxue-ibm Jan 6, 2025
b0aaa38
rustdoc: Fix mismatched capitalization in sidebar
camelid Jan 5, 2025
0f1e965
Auto merge of #135172 - matthiaskrgr:rollup-8fe3fxi, r=matthiaskrgr
bors Jan 6, 2025
85a71ea
More compelling env_clear() examples
kornelski Jan 6, 2025
e02b3ec
fix: clear diagnostics on cancel unconditionally, fixing #18854
davidbarsky Jan 6, 2025
aa8d5bf
cleanup: remove `ExtraConstraintInfo`
dianne Dec 12, 2024
2249232
further clean up `best_blame_constraint`
dianne Dec 12, 2024
78f89a6
Merge pull request #18858 from davidbarsky/davidbarsky/fix-18854
ChayimFriedman2 Jan 6, 2025
ac92224
`best_blame_constraint`: don't filter constraints by sup SCC
dianne Dec 4, 2024
2864906
`best_blame_constraint`: add a special case to recover object lifetim…
dianne Dec 12, 2024
31e4d81
`best_blame_constraint`: avoid blaming constraints from MIR generated…
dianne Dec 13, 2024
50222db
`best_blame_constraint`: avoid blaming assignments without user-provi…
dianne Dec 19, 2024
45b2ae9
remove the unused `ConstraintCategory::ClosureBounds`
dianne Dec 19, 2024
6421d4c
`best_blame_constraint`: prioritize blaming interesting-seeming const…
dianne Dec 20, 2024
10061b3
make outlives constraints from generic arguments less boring
dianne Dec 21, 2024
2c5815b
make outlives constraints from pointer comparisons less boring
dianne Dec 21, 2024
1b2281a
point out unblamed constraints from `Copy`/`Sized` bounds in region e…
dianne Dec 21, 2024
fe8b12f
only avoid blaming assignments from argument patterns
dianne Dec 21, 2024
fc32dd4
llvm: Ignore error value that is always false
maurer Jan 7, 2025
ad5f912
Transmute from NonNull to pointer when elaborating a box deref (MCP807)
scottmcm Nov 15, 2024
4e4a93c
Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee
jhpratt Jan 7, 2025
b642740
Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr
jhpratt Jan 7, 2025
65f35be
Rollup merge of #134568 - BoxyUwU:relnotes_1_84, r=pietroalbini
jhpratt Jan 7, 2025
3deb5c2
Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr
jhpratt Jan 7, 2025
8b54f95
Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projecti…
jhpratt Jan 7, 2025
1b370d3
Rollup merge of #135116 - camelid:sidebar-case, r=fmease
jhpratt Jan 7, 2025
44808ae
Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu
jhpratt Jan 7, 2025
e78b132
Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt
jhpratt Jan 7, 2025
ee55b34
Rollup merge of #135170 - celinval:chores-vacation-end, r=jieyouxu
jhpratt Jan 7, 2025
af15e04
Reserve x18 register for aarch64 wrs vxworks target
biabbas Jan 7, 2025
6f2ca60
Auto merge of #135183 - jhpratt:rollup-qwg4pm0, r=jhpratt
bors Jan 7, 2025
53a5857
bootstrap: Build jemalloc for AArch64 with support for 64K pages
mrkajetanp Jan 3, 2025
614dc1c
apply a workaround fix for the release blocker issue
onur-ozkan Jan 7, 2025
7012328
Remove workaround from pull request template
Urgau Jan 7, 2025
8db8e3c
Merge pull request #18853 from ChayimFriedman2/no-completion
lnicola Jan 7, 2025
fb546ee
Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubilee
bors Jan 7, 2025
4b38725
Set test-utils dependency version, since it's now being published
lnicola Jan 7, 2025
9344334
Merge pull request #18862 from lnicola/publish-test-utils
lnicola Jan 7, 2025
b0324cc
don't bless `proc_macro_deps.rs` unless it's necessary
onur-ozkan Jan 7, 2025
9294965
fix: Fix diagnostics not clearing between flychecks
alexkirsz Jan 7, 2025
4d3e6fe
lint
alexkirsz Jan 7, 2025
09a4ac5
fix: do not offer completions within macro strings
vishruth-thimmaiah Jan 1, 2025
9fb7c15
project-model: fix JSON project PackageRoot buildfile inclusion
bobozaur Jan 7, 2025
1287e29
Merge pull request #18866 from bobozaur/fix-fetching-on-buildfile-cha…
Veykril Jan 7, 2025
3f2f3e5
Merge pull request #18832 from vishruth-thimmaiah/fix_string_comp
ChayimFriedman2 Jan 7, 2025
f9a3c41
Merge pull request #18864 from alexkirsz/alexkirsz/fix-diagnostics-cl…
Veykril Jan 7, 2025
7cc99a8
Eliminate an unnecessary `Symbol::to_string`; use `as_str`
joshtriplett Jan 7, 2025
7b801a8
triagebot: adjust some test suite tool autolabels
jieyouxu Jan 7, 2025
bb6bbfa
Avoid naming variables `str`
joshtriplett Jan 7, 2025
b77eb96
rustfmt: drop nightly-gating of the `--style-edition` flag registration
jieyouxu Jan 7, 2025
764ce49
Remove `rust-analyzer.cargo.sysrootQueryMetadata` config again
Veykril Dec 29, 2024
c360bf5
Merge pull request #18788 from Veykril/push-zxystwnotuvq
Veykril Jan 7, 2025
05770f2
target-triple -> target-tuple
Veykril Jan 7, 2025
d28a0b8
Align toolchain version fetching with other toolchain info querying
Veykril Jan 7, 2025
380439c
Add some smoke tests to toolchain_info
Veykril Jan 7, 2025
b039d3f
Drop unnecessary tracing::warn
Veykril Jan 7, 2025
21faec1
Merge pull request #18867 from Veykril/push-ntmxlropxkrr
Veykril Jan 7, 2025
8e4409c
Merge pull request #18870 from Veykril/push-vnpsptpolyol
Veykril Jan 7, 2025
2b97db2
Rollup merge of #135081 - mrkajetanp:jemalloc-64k, r=Kobzol
GuillaumeGomez Jan 7, 2025
2338e57
Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxu
GuillaumeGomez Jan 7, 2025
020d875
Rollup merge of #135177 - maurer:rename-module, r=nikic
GuillaumeGomez Jan 7, 2025
a33da79
Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk
GuillaumeGomez Jan 7, 2025
2598d60
Rollup merge of #135187 - onur-ozkan:release-fix, r=pietroalbini
GuillaumeGomez Jan 7, 2025
ebf2e51
Rollup merge of #135189 - Urgau:triagebot-html-ignored, r=lqd
GuillaumeGomez Jan 7, 2025
ccaa0f3
Rollup merge of #135193 - onur-ozkan:tidy-cache-invalidation, r=jieyouxu
GuillaumeGomez Jan 7, 2025
ec26620
Rollup merge of #135198 - joshtriplett:str-is-a-type, r=jieyouxu
GuillaumeGomez Jan 7, 2025
225ffeb
Rollup merge of #135199 - joshtriplett:unnecessary-to-string, r=lqd
GuillaumeGomez Jan 7, 2025
427abb6
arm: add unstable soft-float target feature
RalfJung Jan 7, 2025
ad211ce
Auto merge of #135202 - GuillaumeGomez:rollup-9xgs39t, r=GuillaumeGomez
bors Jan 7, 2025
aa1ef0a
Preparing for merge from rust-lang/rust
lnicola Jan 7, 2025
e103ab1
Merge from rust-lang/rust
lnicola Jan 7, 2025
fd1e955
Merge pull request #18874 from lnicola/sync-from-rust
lnicola Jan 7, 2025
8ecd033
Rename CI script from `calculate-job-matrix` to `ci.py`
Kobzol Dec 29, 2024
0cc11f8
Add a command to run a given Linux CI job locally
Kobzol Dec 29, 2024
e4b6cce
Update documentation
Kobzol Dec 29, 2024
e62d1e4
Rename `image` property of CI jobs to `name`
Kobzol Dec 29, 2024
0fc2f14
Make it possible to select PR vs auto jobs
Kobzol Dec 31, 2024
56cba09
Remove outdated information in the `unreachable_pub` lint description
Urgau Jan 7, 2025
5a95dda
Apply review comments
Kobzol Jan 7, 2025
65819b1
Update rustc-dev-guide
Kobzol Jan 7, 2025
b9d6e9e
warn about broken simd not only on structs but also enums and unions …
matthiaskrgr Jan 7, 2025
191fb23
Rollup merge of #133810 - lcnr:remove-verify_bound, r=compiler-errors
matthiaskrgr Jan 7, 2025
c371a94
Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, …
matthiaskrgr Jan 7, 2025
a20d0d5
Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk
matthiaskrgr Jan 7, 2025
3e12d4d
Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk
matthiaskrgr Jan 7, 2025
0e48e96
Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, …
matthiaskrgr Jan 7, 2025
5dd21df
Rollup merge of #135200 - jieyouxu:stabilize-style-edition, r=ytmimi,…
matthiaskrgr Jan 7, 2025
eadb76e
Include rustc and rustdoc book in replace-version-placeholder
Urgau Jan 7, 2025
5f04f98
Ensure that we don't try to access fields on a non-struct pattern typ…
estebank Jan 7, 2025
0707499
Auto merge of #135218 - matthiaskrgr:rollup-xngklx8, r=matthiaskrgr
bors Jan 7, 2025
d44f021
Add check for missing fields in enum variant pattern
estebank Jan 8, 2025
592f2c9
modify test to side-step platform-dependent stderr output
estebank Jan 8, 2025
1f81f90
Auto merge of #135207 - lnicola:sync-from-ra, r=lnicola
bors Jan 8, 2025
ceabc95
Add more comments to some of the test steps
Zalathar Jan 8, 2025
e7ee582
Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu
jhpratt Jan 8, 2025
5ed1fa8
Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-se
jhpratt Jan 8, 2025
808c8f8
Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726
jhpratt Jan 8, 2025
a00bd69
Rollup merge of #135032 - jieyouxu:relnotes-interest-group, r=cuviper
jhpratt Jan 8, 2025
5fa7c6a
Rollup merge of #135176 - kornelski:env-example, r=cuviper
jhpratt Jan 8, 2025
45250f3
Rollup merge of #135184 - biabbas:reserve_18_aarch64, r=workingjubilee
jhpratt Jan 8, 2025
57eb95c
Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubilee
jhpratt Jan 8, 2025
485fae5
Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errors
jhpratt Jan 8, 2025
9c87288
Auto merge of #135234 - jhpratt:rollup-4gvvo4y, r=jhpratt
bors Jan 8, 2025
9942b77
Avoid passing a full Expr when only the Span is used
oli-obk Dec 11, 2024
5df6919
Avoid passing a full Pat when only the Span/HirId is used
oli-obk Dec 11, 2024
c9365dd
Exhaustively handle expressions in patterns
oli-obk Dec 11, 2024
4a8773a
Rename PatKind::Lit to Expr
oli-obk Jan 7, 2025
6f1c417
stop calling `DenseLocationMap` "elements"
lqd Jan 6, 2025
2d23601
add missing provenance APIs on NonNull
RalfJung Jan 8, 2025
6afee11
Auto merge of #133858 - dianne:better-blame-constraints-for-static, r…
bors Jan 8, 2025
3a1a621
rename `LocationTable` to `PoloniusLocationTable`
lqd Jan 8, 2025
36ea00c
rename `AllFacts` to `PoloniusFacts`
lqd Jan 8, 2025
2ab8b0b
fix release notes link
pietroalbini Jan 8, 2025
e98a41e
Revert "fix missing rustfmt for apple darwin"
pietroalbini Jan 8, 2025
ee2b8ee
Revert "fix missing rustfmt and clippy for msi"
pietroalbini Jan 8, 2025
61bda87
Move `mod cargo` below the import statements
onur-ozkan Jan 8, 2025
045271c
run borrowck tests on BIDs and emit tail-expr-drop-order lints for
dingxiangfei2009 Dec 4, 2024
34edb21
apply suggestions on fn name
dingxiangfei2009 Dec 19, 2024
13c7122
remove an extraneous comment
dingxiangfei2009 Dec 19, 2024
197f6d8
Don't create cycles by normalizing opaques defined in the body we're …
compiler-errors Jan 5, 2025
4a099b2
Don't do AccessDepth::Drop for types with no drop impl
compiler-errors Jan 5, 2025
c55eefe
Try to explain borrow for tail expr temporary drop order change in 2024
compiler-errors Jan 6, 2025
a580b5c
Auto merge of #134523 - dingxiangfei2009:issue-130836-attempt-2, r=ni…
bors Jan 8, 2025
f92a5ed
Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errors
matthiaskrgr Jan 8, 2025
b87a004
Rollup merge of #135194 - jieyouxu:update-tidy-label, r=onur-ozkan
matthiaskrgr Jan 8, 2025
748effd
Rollup merge of #135222 - estebank:issue-135209, r=compiler-errors
matthiaskrgr Jan 8, 2025
9ea76e4
Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper
matthiaskrgr Jan 8, 2025
3de6ced
Rollup merge of #135252 - pietroalbini:pa-fix-relnotes, r=lqd
matthiaskrgr Jan 8, 2025
6a093f7
Rollup merge of #135253 - pietroalbini:pa-revert-131365, r=Mark-Simul…
matthiaskrgr Jan 8, 2025
4994296
Only test proc-macro invalid compile flags with panic=unwind
erickt Jan 7, 2025
c64f859
Implement const Destruct in old solver
compiler-errors Dec 29, 2024
4ae92b7
update version placeholders
pietroalbini Jan 6, 2025
79b00df
bump stage0
pietroalbini Jan 8, 2025
2af3ba9
update cfg(bootstrap)
pietroalbini Jan 8, 2025
a7f84e9
applease clippy
pietroalbini Jan 8, 2025
d894ce8
fmt
pietroalbini Jan 8, 2025
eb917ea
Remove some unnecessary `.into()` calls
estebank Jan 8, 2025
933c4f5
Add a list of symbols for stable standard library crates
tgross35 Jan 8, 2025
e26ff2f
Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr
bors Jan 8, 2025
8dcc676
[mir-opt] GVN some more transmute cases
scottmcm Nov 22, 2024
259c425
Apply suggestions from code review
scottmcm Dec 8, 2024
03650dd
Use layout information to detect transparent transmutes
scottmcm Dec 8, 2024
293f8e8
Refactor the cast-then-cast cases together, and support transmute-the…
scottmcm Jan 6, 2025
b421a56
Make the aggregate-then-transmute handling more general
scottmcm Jan 6, 2025
e4e2d9c
Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot
matthiaskrgr Jan 9, 2025
dd0f586
Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco
matthiaskrgr Jan 9, 2025
bbf6363
Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, …
matthiaskrgr Jan 9, 2025
29c17fc
Rollup merge of #135221 - Urgau:replace-in-stable-book, r=pietroalbini
matthiaskrgr Jan 9, 2025
07a2995
Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxu
matthiaskrgr Jan 9, 2025
afbd735
Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,…
matthiaskrgr Jan 9, 2025
65d7296
Auto merge of #135277 - matthiaskrgr:rollup-0k61sf8, r=matthiaskrgr
bors Jan 9, 2025
b6b8361
Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillot
bors Jan 9, 2025
a9614a5
Rollup merge of #135212 - Urgau:unreach_pub-upd-descr, r=petrochenkov
matthiaskrgr Jan 9, 2025
84910fc
Rollup merge of #135225 - erickt:fix-test, r=jieyouxu
matthiaskrgr Jan 9, 2025
04e8715
Rollup merge of #135242 - RalfJung:nonnull-provenance, r=jhpratt
matthiaskrgr Jan 9, 2025
b593085
Rollup merge of #135247 - tgross35:stdlib-sym-list, r=oli-obk
matthiaskrgr Jan 9, 2025
a1cadea
Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors
matthiaskrgr Jan 9, 2025
7833cf7
Make `lit_to_mir_constant` infallible
oli-obk Dec 5, 2024
787af97
Use error constant instead of explicit error handling
oli-obk Jan 7, 2025
07fcead
Always take the `Ok` path in `lit_to_const` and produce error constan…
oli-obk Jan 7, 2025
8505904
Remove the now-useless `Result` from `lit_to_const`
oli-obk Jan 7, 2025
84c8d4f
Use option combinators instead of manual if/return
oli-obk Jan 8, 2025
ec12cd8
Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgr
bors Jan 9, 2025
39daadc
Account for identity substituted items in symbol mangling
compiler-errors Jan 8, 2025
b85b2c6
add comment to test
lcnr Jan 9, 2025
251206c
Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum
bors Jan 9, 2025
d487294
Rollup merge of #134898 - Kobzol:ci-python-script, r=MarcoIeni
matthiaskrgr Jan 9, 2025
8ff355a
Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnr
matthiaskrgr Jan 9, 2025
41c7d5a
Rollup merge of #135261 - compiler-errors:coverage-has-identity-subst…
matthiaskrgr Jan 9, 2025
8247594
Auto merge of #135286 - matthiaskrgr:rollup-sxuq1nh, r=matthiaskrgr
bors Jan 9, 2025
c8b29d6
CI: fix name of jobs
Kobzol Jan 9, 2025
62bf38f
Auto merge of #135303 - Kobzol:ci-fix-name, r=tgross35
bors Jan 10, 2025
e032029
add `LLVMDIBuilderCreateQualifiedType` and `LLVMDIBuilderCreateRefere…
Walnut356 Dec 8, 2024
a7d032b
add reference type DINode and const vs mut for refs/pointers
Walnut356 Dec 8, 2024
482667b
add gdb type formatter
Walnut356 Dec 21, 2024
aad9eaf
add lldb providers
Walnut356 Dec 21, 2024
7d6f2fa
add ref metadata test
Walnut356 Dec 24, 2024
a9a3496
update tests
Walnut356 Dec 24, 2024
8d70c40
Merge branch 'reference_vis' of https://github.com/Walnut356/rust int…
Walnut356 Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tracking issue or there are none, feel free to ignore this.
This PR will get automatically assigned to a reviewer. In case you would like
a specific user to review your work, you can assign it to them by using

r\? <reviewer name> (with the `\` removed)
r? <reviewer name>
-->
<!-- homu-ignore:end -->
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# and also on pushes to special branches (auto, try).
#
# The actual definition of the executed jobs is calculated by a Python
# script located at src/ci/github-actions/calculate-job-matrix.py, which
# script located at src/ci/github-actions/ci.py, which
# uses job definition data from src/ci/github-actions/jobs.yml.
# You should primarily modify the `jobs.yml` file if you want to modify
# what jobs are executed in CI.
Expand Down Expand Up @@ -56,18 +56,18 @@ jobs:
- name: Calculate the CI job matrix
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: python3 src/ci/github-actions/calculate-job-matrix.py >> $GITHUB_OUTPUT
run: python3 src/ci/github-actions/ci.py calculate-job-matrix >> $GITHUB_OUTPUT
id: jobs
job:
name: ${{ matrix.name }}
name: ${{ matrix.full_name }}
needs: [ calculate_matrix ]
runs-on: "${{ matrix.os }}"
defaults:
run:
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
timeout-minutes: 360
env:
CI_JOB_NAME: ${{ matrix.image }}
CI_JOB_NAME: ${{ matrix.name }}
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
# commit of PR sha or commit sha. `GITHUB_SHA` is not accurate for PRs.
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
env:
DATADOG_SITE: datadoghq.com
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
DD_GITHUB_JOB_NAME: ${{ matrix.name }}
DD_GITHUB_JOB_NAME: ${{ matrix.full_name }}
run: |
cd src/ci
npm ci
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
path = library/stdarch
url = https://github.com/rust-lang/stdarch.git
shallow = true
[submodule "src/doc/rustc-dev-guide"]
path = src/doc/rustc-dev-guide
url = https://github.com/rust-lang/rustc-dev-guide.git
shallow = true
[submodule "src/doc/edition-guide"]
path = src/doc/edition-guide
url = https://github.com/rust-lang/edition-guide.git
Expand Down
56 changes: 54 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Andrew Poelstra <asp11@sfu.ca> <apoelstra@wpsoftware.net>
Anhad Singh <andypythonappdeveloper@gmail.com>
Antoine Plaskowski <antoine.plaskowski@epitech.eu>
Anton Löfgren <anton.lofgren@gmail.com> <alofgren@op5.com>
apiraino <apiraino@users.noreply.github.com> <apiraino@protonmail.com>
Araam Borhanian <avborhanian@gmail.com>
Araam Borhanian <avborhanian@gmail.com> <dobbybabee@gmail.com>
Areski Belaid <areski@gmail.com> areski <areski@gmail.com>
Expand All @@ -62,7 +63,10 @@ Austin Seipp <mad.one@gmail.com> <as@hacks.yi.org>
Ayaz Hafiz <ayaz.hafiz.1@gmail.com>
Aydin Kim <ladinjin@hanmail.net> aydin.kim <aydin.kim@samsung.com>
Ayush Mishra <ayushmishra2005@gmail.com>
Ashley Mannix <kodraus@hey.com> <ashleymannix@live.com.au>
asrar <aszenz@gmail.com>
b-naber <bn263@gmx.de>
b-naber <bn263@gmx.de> <b_naber@gmx.de>
BaoshanPang <pangbw@gmail.com>
Barosl Lee <vcs@barosl.com> Barosl LEE <github@barosl.com>
Bastian Kersting <bastian@cmbt.de>
Expand All @@ -84,7 +88,8 @@ boolean_coercion <booleancoercion@gmail.com>
Boris Egorov <jightuse@gmail.com> <egorov@linux.com>
bors <bors@rust-lang.org> bors[bot] <26634292+bors[bot]@users.noreply.github.com>
bors <bors@rust-lang.org> bors[bot] <bors[bot]@users.noreply.github.com>
Boxy <rust@boxyuwu.dev> <supbscripter@gmail.com>
BoxyUwU <rust@boxyuwu.dev>
BoxyUwU <rust@boxyuwu.dev> <supbscripter@gmail.com>
Braden Nelson <moonheart08@users.noreply.github.com>
Brandon Sanderson <singingboyo@gmail.com> Brandon Sanderson <singingboyo@hotmail.com>
Brett Cannon <brett@python.org> Brett Cannon <brettcannon@users.noreply.github.com>
Expand All @@ -98,6 +103,8 @@ Caleb Cartwright <caleb.cartwright@outlook.com>
Caleb Jones <code@calebjones.net>
Noah Lev <camelidcamel@gmail.com>
Noah Lev <camelidcamel@gmail.com> <37223377+camelid@users.noreply.github.com>
Catherine <catherine3.flores@gmail.com>
Catherine <catherine3.flores@gmail.com> <catherine.3.flores@gmail.com>
cameron1024 <cameron.studdstreet@gmail.com>
Camille Gillot <gillot.camille@gmail.com>
Carl-Anton Ingmarsson <mail@carlanton.se> <ca.ingmarsson@gmail.com>
Expand Down Expand Up @@ -133,11 +140,13 @@ Clement Miao <clementmiao@gmail.com>
Clément Renault <renault.cle@gmail.com>
Cliff Dyer <jcd@sdf.org>
Clinton Ryan <clint.ryan3@gmail.com>
Taylor Cramer <cramertaylorj@gmail.com> <cramertj@google.com>
ember arlynx <ember@lunar.town> <corey@octayn.net>
Crazycolorz5 <Crazycolorz5@gmail.com>
csmoe <35686186+csmoe@users.noreply.github.com>
Cyryl Płotnicki <cyplo@cyplo.net>
Damien Schoof <damien.schoof@gmail.com>
Dan Gohman <dev@sunfishcode.online> <sunfish@mozilla.com>
Dan Robertson <danlrobertson89@gmail.com>
Daniel Campoverde <alx741@riseup.net>
Daniel J Rollins <drollins@financialforce.com>
Expand Down Expand Up @@ -179,10 +188,17 @@ Eduardo Bautista <me@eduardobautista.com> <=>
Eduardo Bautista <me@eduardobautista.com> <mail@eduardobautista.com>
Eduardo Broto <ebroto@tutanota.com>
Edward Shen <code@eddie.sh> <xes@meta.com>
Jacob Finkelman <eh2406@wayne.edu>
Jacob Finkelman <eh2406@wayne.edu> <YeomanYaacov@gmail.com>
Jacob Finkelman <eh2406@wayne.edu> <jfinkelm@amazon.com>
Jacob Finkelman <eh2406@wayne.edu> <finkelman@semcog.org>
Jacob Finkelman <eh2406@wayne.edu> <Eh2406@users.noreply.github.com>
Elliott Slaughter <elliottslaughter@gmail.com> <eslaughter@mozilla.com>
Elly Fong-Jones <elly@leptoquark.net>
Eric Holk <eric.holk@gmail.com> <eholk@cs.indiana.edu>
Eric Holk <eric.holk@gmail.com> <eholk@mozilla.com>
Eric Holk <eric.holk@gmail.com> <eric@theincredibleholk.org>
Eric Holk <eric.holk@gmail.com> <ericholk@microsoft.com>
Eric Holmes <eric@ejholmes.net>
Eric Reed <ecreed@cs.washington.edu> <ereed@mozilla.com>
Erick Tryzelaar <erick.tryzelaar@gmail.com> <etryzelaar@iqt.org>
Expand All @@ -206,6 +222,7 @@ Felix S. Klock II <pnkfelix@pnkfx.org> <pnkfelix@mozilla.com>
Félix Saparelli <felix@passcod.name>
Flaper Fesp <flaper87@gmail.com>
Florian Berger <fbergr@gmail.com>
Florian Gilcher <florian.gilcher@asquera.de> <flo@andersground.net>
Florian Wilkens <mrfloya_github@outlook.com> Florian Wilkens <floya@live.de>
François Mockers <mockersf@gmail.com>
Frank Steffahn <fdsteffahn@gmail.com> <frank.steffahn@stu.uni-kiel.de>
Expand Down Expand Up @@ -240,6 +257,8 @@ Herman J. Radtke III <herman@hermanradtke.com> Herman J. Radtke III <hermanradtk
Hirochika Matsumoto <git@hkmatsumoto.com> <matsujika@gmail.com>
Hrvoje Nikšić <hniksic@gmail.com>
Hsiang-Cheng Yang <rick68@users.noreply.github.com>
Huon Wilson <dbau.pp@gmail.com>
Huon Wilson <dbau.pp@gmail.com> <wilson.huon@gmail.com>
Ian Jackson <ijackson@chiark.greenend.org.uk> <ian.jackson@citrix.com>
Ian Jackson <ijackson@chiark.greenend.org.uk> <ijackson+github@slimy.greenend.org.uk>
Ian Jackson <ijackson@chiark.greenend.org.uk> <iwj@xenproject.org>
Expand All @@ -252,9 +271,13 @@ ivan tkachenko <me@ratijas.tk>
J. J. Weber <jjweber@gmail.com>
Jack Huey <jack.huey@umassmed.edu> <jackh726@gmail.com>
Jacob <jacob.macritchie@gmail.com>
Jacob Hoffman-Andrews <rust@hoffman-andrews.com> <github@hoffman-andrews.com>
Jacob Greenfield <xales@naveria.com>
Jacob Pratt <jacob@jhpratt.dev> <the.z.cuber@gmail.com>
Jacob Pratt <jacob@jhpratt.dev> <jacopratt@tesla.com>
Jake Goulding <jake.goulding@integer32.com>
Jake Goulding <jake.goulding@integer32.com> <jake.goulding@gmail.com>
Jake Goulding <jake.goulding@integer32.com> <shepmaster@mac.com>
Jake Vossen <jake@vossen.dev>
Jakob Degen <jakob.e.degen@gmail.com> <jakob@degen.com>
Jakob Lautrup Nysom <jako3047@gmail.com>
Expand Down Expand Up @@ -287,6 +310,7 @@ Jerry Hardee <hardeejj9@gmail.com>
Jesús Rubio <jesusprubio@gmail.com>
Jethro Beekman <github@jbeekman.nl>
Jian Zeng <knight42@mail.ustc.edu.cn>
Jieyou Xu <jieyouxu@outlook.com>
Jieyou Xu <jieyouxu@outlook.com> <39484203+jieyouxu@users.noreply.github.com>
Jihyun Yu <j.yu@navercorp.com> <yjh0502@gmail.com>
Jihyun Yu <j.yu@navercorp.com> jihyun <jihyun@nablecomm.com>
Expand Down Expand Up @@ -322,9 +346,12 @@ Josh Holmer <jholmer.in@gmail.com>
Josh Stone <cuviper@gmail.com> <jistone@redhat.com>
Josh Stone <cuviper@gmail.com> <jistone@fedoraproject.org>
Julia Ryan <juliaryan3.14@gmail.com> <josephryan3.14@gmail.com>
Jubilee Young <workingjubilee@gmail.com> <46493976+workingjubilee@users.noreply.github.com>
Jubilee Young <workingjubilee@gmail.com>
Julian Knodt <julianknodt@gmail.com>
jumbatm <jumbatm@gmail.com> <30644300+jumbatm@users.noreply.github.com>
Junyoung Cho <june0.cho@samsung.com>
Jynn Nelson <github@jyn.dev> <rust@jyn.dev>
Jynn Nelson <github@jyn.dev> <jyn514@gmail.com>
Jynn Nelson <github@jyn.dev> <joshua@yottadb.com>
Jynn Nelson <github@jyn.dev> <jyn.nelson@redjack.com>
Expand Down Expand Up @@ -385,12 +412,14 @@ Marcell Pardavi <marcell.pardavi@gmail.com>
Marcus Klaas de Vries <mail@marcusklaas.nl>
Margaret Meyerhofer <mmeyerho@andrew.cmu.edu> <mmeyerho@andrew>
Mark Mansi <markm@cs.wisc.edu>
Mark Mansi <markm@cs.wisc.edu> <m.mim95@gmail.com>
Mark Rousskov <mark.simulacrum@gmail.com>
Mark Sinclair <mark.edward.x@gmail.com>
Mark Sinclair <mark.edward.x@gmail.com> =Mark Sinclair <=125axel125@gmail.com>
Markus Legner <markus@legner.ch>
Markus Westerlind <marwes91@gmail.com> Markus <marwes91@gmail.com>
Martin Carton <cartonmartin+git@gmail.com>
Martin Carton <cartonmartin+git@gmail.com> <cartonmartin@gmail.com>
Martin Habovštiak <martin.habovstiak@gmail.com>
Martin Hafskjold Thoresen <martinhath@gmail.com>
Martin Nordholts <martin.nordholts@codetale.se> <enselic@gmail.com>
Expand All @@ -415,6 +444,7 @@ Melody Horn <melody@boringcactus.com> <mathphreak@gmail.com>
Mendes <pedro.mendes.26@gmail.com>
mental <m3nta1@yahoo.com>
mibac138 <5672750+mibac138@users.noreply.github.com>
Michael Howell <michael@notriddle.com> <notriddle+rust-mod@protonmail.com>
Michael Williams <m.t.williams@live.com>
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail.com>
Expand All @@ -431,6 +461,7 @@ Ms2ger <ms2ger@gmail.com> <Ms2ger@gmail.com>
msizanoen1 <qtmlabs@protonmail.com>
Mukilan Thiagarajan <mukilanthiagarajan@gmail.com>
Nadrieril Feneanar <Nadrieril@users.noreply.github.com>
Nadrieril Feneanar <Nadrieril@users.noreply.github.com> <nadrieril+rust@gmail.com>
Nadrieril Feneanar <Nadrieril@users.noreply.github.com> <nadrieril+git@gmail.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm+github@gmail.com>
Expand All @@ -447,15 +478,23 @@ Nicholas Bishop <nbishop@nbishop.net> <nicholasbishop@gmail.com>
Nicholas Bishop <nbishop@nbishop.net> <nicholasbishop@google.com>
Nicholas Nethercote <n.nethercote@gmail.com> <nnethercote@apple.com>
Nicholas Nethercote <n.nethercote@gmail.com> <nnethercote@mozilla.com>
Nick Cameron <nrc@ncameron.org> <ncameron@mozilla.com>
Nick Fitzgerald <fitzgen@gmail.com> <nfitzgerald@mozilla.com>
Nick Platt <platt.nicholas@gmail.com>
Niclas Schwarzlose <15schnic@gmail.com>
Nicolas Abram <abramlujan@gmail.com>
Nicole Mazzuca <npmazzuca@gmail.com>
Niko Matsakis <rust@nikomatsakis.com>
Niko Matsakis <rust@nikomatsakis.com> <niko@alum.mit.edu>
Noratrieb <48135649+Noratrieb@users.noreply.github.com>
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <48135649+Nilstrieb@users.noreply.github.com>
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <nilstrieb@gmail.com>
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <rust@noratrieb.dev>
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <nora@noratrieb.dev>
Nif Ward <nif.ward@gmail.com>
Nika Layzell <nika@thelayzells.com> <michael@thelayzells.com>
Nikita Popov <nikita.ppv@gmail.com>
Nikita Popov <nikita.ppv@gmail.com> <npopov@redhat.com>
NODA Kai <nodakai@gmail.com>
Oğuz Ağcayazı <oguz.agcayazi@gmail.com> <oguz.agcayazi@gmail.com>
Oğuz Ağcayazı <oguz.agcayazi@gmail.com> <ouz.agz@gmail.com>
Expand Down Expand Up @@ -516,6 +555,7 @@ Ricky Hosfelt <ricky@hosfelt.io>
Ritiek Malhotra <ritiekmalhotra123@gmail.com>
Rob Arnold <robarnold@cs.cmu.edu>
Rob Arnold <robarnold@cs.cmu.edu> Rob Arnold <robarnold@68-26-94-7.pools.spcsdns.net>
Robert Collins <robertc@robertcollins.net> <robertc+rust@robertcollins.net>
Robert Foss <dev@robertfoss.se> robertfoss <dev@robertfoss.se>
Robert Gawdzik <rgawdzik@hotmail.com> Robert Gawdzik ☢ <rgawdzik@hotmail.com>
Robert Habermeier <rphmeier@gmail.com>
Expand Down Expand Up @@ -553,7 +593,15 @@ Simon Sapin <simon@exyr.org> <simon.sapin@exyr.org>
Simonas Kazlauskas <git@kazlauskas.me> Simonas Kazlauskas <github@kazlauskas.me>
Simonas Kazlauskas <git@kazlauskas.me> <simonas+t-compiler@kazlauskas.me>
Siva Prasad <sivaauturic@gmail.com>
Skgland <3877590+Skgland@users.noreply.github.com>
Skgland <3877590+Skgland@users.noreply.github.com> <bb-github@t-online.de>
Skgland <3877590+Skgland@users.noreply.github.com> <bennet.blessmann+github@googlemail.com>
Smittyvb <me@smitop.com>
Sophia June Turner <547158+sophiajt@users.noreply.github.com>
Sophia June Turner <547158+sophiajt@users.noreply.github.com> <547158+jntrnr@users.noreply.github.com>
Sophia June Turner <547158+sophiajt@users.noreply.github.com> <jonathandturner@users.noreply.github.com>
Sophia June Turner <547158+sophiajt@users.noreply.github.com> <jturner@mozilla.com>
Sophia June Turner <547158+sophiajt@users.noreply.github.com> <jonathan.d.turner@gmail.com>
Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
Stanislav Tkach <stanislav.tkach@gmail.com>
startling <tdixon51793@gmail.com>
Expand Down Expand Up @@ -586,8 +634,10 @@ Tim Diekmann <t.diekmann.3dv@gmail.com>
Tim Hutt <tdhutt@gmail.com>
Tim JIANG <p90eri@gmail.com>
Tim Joseph Dumol <tim@timdumol.com>
Tim Neumann <mail@timnn.me> <timnn@google.com>
Timothy Maloney <tmaloney@pdx.edu>
Tomas Koutsky <tomas@stepnivlk.net>
Tomasz Miąsko <tomasz.miasko@gmail.com>
Torsten Weber <TorstenWeber12@gmail.com>
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
Trevor Gross <tmgross@umich.edu> <t.gross35@gmail.com>
Expand All @@ -607,7 +657,9 @@ Valerii Lashmanov <vflashm@gmail.com>
Vitali Haravy <HumaneProgrammer@gmail.com> Vitali Haravy <humaneprogrammer@gmail.com>
Vitaly Shukela <vi0oss@gmail.com>
Waffle Lapkin <waffle.lapkin@gmail.com>
Waffle Lapkin <waffle.lapkin@tasking.com>
Waffle Lapkin <waffle.lapkin@gmail.com> <waffle.lapkin@tasking.com>
Weihang Lo <me@weihanglo.tw>
Weihang Lo <me@weihanglo.tw> <weihanglo@users.noreply.github.com>
Wesley Wiser <wwiser@gmail.com> <wesleywiser@microsoft.com>
whitequark <whitequark@whitequark.org>
William Ting <io@williamting.com> <william.h.ting@gmail.com>
Expand Down
Loading
Loading