Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
e42d88d
Add a Fuzzlyn triage skill (#127752)
jakobbotsch May 5, 2026
e6a90cc
Fix illink TypeMap proxy retention. Fixes #127004. (#127005)
rolfbjarne May 5, 2026
579e813
Disable server GC and background GC for CoreCLR WebAssembly, iOS, and…
Copilot May 5, 2026
cb67209
Fix memory leak of offset_to_bb_hash (#125967)
dovydenkovas May 5, 2026
e42458b
Remove [RequiresUnsafe] attribute usages (#127761)
jjonescz May 5, 2026
92fa386
[mobile] Skip NonRandomizedToRandomizedUpgrade on aggressive trimming…
kotlarmilos May 5, 2026
9bca25d
[cDAC] Implement cDAC `TraverseVirtCallStubHeap` (#127296)
Copilot May 5, 2026
458c690
Fix CounterGroup timer to use Stopwatch instead of DateTime.UtcNow (#…
unsafePtr May 5, 2026
0f84a10
[Wasm RyuJit] add length prefix to each jit code contribution (#127773)
AndyAyersMS May 5, 2026
847e1c5
Update container image digests (#127801)
dotnet-renovate-bot May 5, 2026
9dced0c
Use exponential buffer growth in LoopbackServer test helper (#127779)
Copilot May 5, 2026
2e33a3e
Fix CompositeFormat brace escaping ignored in string.Format fast-path…
Copilot May 6, 2026
859a2ea
Add generic Random NextInteger/NextBinaryFloat APIs (#127462)
stephentoub May 6, 2026
1f84bc9
Set per-target compile PDB for cDAC descriptor object libraries (#127…
lewing May 6, 2026
055e04b
Centralize a couple JIT arithmetic helpers (#127781)
tannergooding May 6, 2026
c0bea40
[mobile] Disable RoundTrip_AllWindowLogs on iOS / tvOS / MacCatalyst …
kotlarmilos May 6, 2026
055b99b
Fix scoped Utf8JsonReader to carry original position (#127679)
prozolic May 6, 2026
5a73be0
Optimize ImmutableSortedSet<T>.SetEquals to avoid unnecessary allocat…
aw0lid May 6, 2026
2fc23e6
Add scalar FixedTimeEquals overload
vcsjones May 6, 2026
af80ab7
[iOS] In-Proc Crash Reporter (#127812)
mdh1418 May 6, 2026
4c972df
Add StringBuilder.MoveChunks(StringBuilder) API (#127823)
Copilot May 6, 2026
139ad17
Intrinsify string.FastAllocateString (#127659)
EgorBo May 6, 2026
4da638d
Replace mobile-scan with platform-agnostic CI outer-loop failure scan…
kotlarmilos May 6, 2026
fdfe877
[cDAC] Switch runtime-diagnostics SOS test filter to -method for wild…
max-charlamb May 6, 2026
a0694cd
Fix TensorPrimitives.IndexOfMax (#127454)
lilinus May 6, 2026
4ffb643
Add cDAC ObjectiveCMarshal contract and IsTrackedReferenceWithFinaliz…
Copilot May 6, 2026
8b06ce0
Add Azure Linux 4 to libraries Helix extra-platforms (linux_x64) (#12…
richlander May 6, 2026
06ca675
Merge ThreadTasks into ThreadState, remove ThreadTasks (#127884)
Copilot May 7, 2026
343e8a0
[cDAC] Update allowlist in LegacyFallbackHelper (#127887)
rcj1 May 7, 2026
ba1cb48
Fix cDAC x-plat dump tests: pre-zip payloads and exclude osx legs (#1…
max-charlamb May 7, 2026
cdbf0c2
Inline remaining usages of OpenProcess on Unix (#127795)
am11 May 7, 2026
5dd24c0
[browser][coreclr] WASM-specific GC OS layer; no mmap/decommit (#127328)
pavelsavara May 7, 2026
5566dcc
Fix iOS arm64 CoreCLR crash from shared MethodDesc::CalliCookie slot …
kotlarmilos May 7, 2026
0c9b431
[mobile] Skip localhost subdomain with trailing dot test on Android (…
github-actions[bot] May 7, 2026
dd14dfd
JIT: Restore EH-region check in if-conversion flow validation (#127450)
Copilot May 7, 2026
4586cd5
JIT: Remove redundant null checks for non-null PHIs (#127810)
EgorBo May 7, 2026
9f657f0
Remove unsafe code from System.Linq.MaxMin (#127845)
EgorBo May 7, 2026
58c6d30
[browser][coreCLR] Enable download retry by default and improve retry…
pavelsavara May 7, 2026
ee4f930
Fix WebSocket close single-consumer violation (#127183)
cittaz May 7, 2026
270715b
JIT: Implement UnknownSizeFrame for locals with unknown size (#125491)
snickolls-arm May 7, 2026
feeb7b9
JIT: Clean up and unify SELECT opts (#127621)
BoyBaykiller May 7, 2026
4081ee1
Fix static analysis findings in GC bridge and NativeAOT runtime (#127…
Copilot May 7, 2026
0909efb
[clr-ios] Propagate XSLT ActiveIssue from base to derived test classe…
kotlarmilos May 7, 2026
896380d
[Wasm RyuJIT] Codegen for reverse pinvoke/unmanagedcallersonly (#127751)
kg May 7, 2026
41fad31
Remove unsafe code from System.Collections.BitArray (#127846)
EgorBo May 7, 2026
0057b1a
Add test: MaxResponseContentBufferSize enforced against decompressed …
Copilot May 7, 2026
603403d
Reduce Unsafe usage in primitive IBinaryInteger TryRead/TryWrite (#12…
EgorBo May 7, 2026
11b3325
Fix arg iteration for reverse pinvokes (#127758)
BrzVlad May 7, 2026
a6bc864
Enable sccache for linux-x64 coreclr PR builds (#127882)
agocke May 7, 2026
ee0b034
Fix for 126457 (#127050)
dhartglassMSFT May 7, 2026
c3caf4d
JIT: Fix untracked uses of `lvLiveInOutOfHndlr` (#127910)
jakobbotsch May 7, 2026
040a010
[mobile] Skip ConcurrentDictionary reflection test on mobile platform…
github-actions[bot] May 7, 2026
499f5c6
Fix DispatchProxy TypeLoadException for generic type arguments (#127925)
radekdoulik May 7, 2026
63e0510
Add hw intrinsics pipeline for linux_arm64 (#127482)
dhartglassMSFT May 8, 2026
10c9a33
Update and create documentation in build.cmd and build.sh for CoreCLR…
Copilot May 8, 2026
fd9ddfa
[cDAC] Implement GetPartialUserState for cDAC (#127848)
barosiak May 8, 2026
6db607e
JIT: Fix SELECT to relop changing type and check cond evaluates to 0 …
BoyBaykiller May 8, 2026
2fc2cf9
[browser] Review concatenation logic in WebAssembly SDK (#127552)
maraf May 8, 2026
d7021d4
Switch ci-failure-scan to claude-opus-4.6 (#127948)
kotlarmilos May 8, 2026
0fc4413
Revert "[clr-ios] Propagate XSLT ActiveIssue from base to derived tes…
kotlarmilos May 8, 2026
9a712d9
Making IPC events platform neutral (#127943)
rcj1 May 8, 2026
a8dd254
Support spill temps with unknown size on ARM64 (#127917)
snickolls-arm May 8, 2026
c4ef6f4
Update devcontainer Dockerfile (#127460)
Copilot May 8, 2026
54e4609
JIT: fix value-probing schema index collision with handle histogram (…
EgorBo May 8, 2026
0160e21
Migrate Copilot PAT pool to shared workflow import (#127946)
jeffhandley May 8, 2026
41013c1
[ci-failure-scan] Tighten KBE filing rules and PR-search coverage (#1…
kotlarmilos May 8, 2026
6e51f76
[main] Source code updates from dotnet/dotnet (#127944)
dotnet-maestro[bot] May 8, 2026
421be95
[cDAC] fix bug in DacDbi GetTypeHandle (#127968)
rcj1 May 8, 2026
209cfd8
JIT: remove MorphAddrContext (#127684)
EgorBo May 9, 2026
6b1231d
[browser][coreCLR] reduce initial memory footprint (#127905)
pavelsavara May 9, 2026
231343a
Support typeof(T).Assembly.GetType(string) in ILLink dataflow analysi…
MichalStrehovsky May 9, 2026
fe45871
Implement X25519DiffieHellmanCng
vcsjones May 9, 2026
e01b19d
Cleanup VisitOperandUses and GenTreeVisitor to check common kinds rat…
tannergooding May 9, 2026
197132f
[cDAC] implement DacDbi GetTypeLayout/GetArrayLayout (#127877)
Copilot May 9, 2026
917ea40
perf: reuse counter snapshot buffer in CounterGroup.OnTimer (#127886)
unsafePtr May 9, 2026
1e3ffb5
Fix EncodeUnsignedInteger for test DSA signer
vcsjones May 9, 2026
c701e38
Fix CS9361 stackalloc unsafe context in X25519DiffieHellmanCng
Copilot May 10, 2026
5fbc082
Remove buildConfig from sccache cache key to share across PR/rolling …
agocke May 10, 2026
033157d
Optimize Enumerable Min/Max final reduction with shuffles (#127995)
EgorBo May 10, 2026
df032fb
JIT: Fix GenTree::IsPow2 functions (#127615)
BoyBaykiller May 10, 2026
5001116
Fix flaky AsyncContinuation cDAC dump test on osx-arm64 by using Task…
max-charlamb May 10, 2026
0bccdce
Improve some string Rune helpers (#127939)
MihaZupan May 11, 2026
4557afb
[wasm][coreclr] Enable System.Linq.Expressions.Tests (#127926)
radekdoulik May 11, 2026
6f89eaf
[cDAC] RuntimeSignatureDecoder and centralized Signature contract (2/…
max-charlamb May 11, 2026
195e37b
Fix ThinSList size and unify `EMPTY_BASES` definitions (#127911)
Copilot May 11, 2026
82219d2
Reduce Unsafe usage in TryWriteSignificand/TryHash helpers (#127921)
EgorBo May 11, 2026
1daec0a
[mono] Handle nint/nuint in Crc32 and ArmBase intrinsic dispatch (#12…
kotlarmilos May 11, 2026
15aceea
Replace `GetOsPageSize()` with `minipal_getpagesize()` in CoreCLR (#1…
pavelsavara May 11, 2026
f7280f5
crossgen2: Add Length Prefix to Crossgen-Generated Wasm (#127936)
adamperlin May 11, 2026
4bdd9f8
Move the return var out of liveLocalsIntervals (#127931)
BrzVlad May 11, 2026
0306ba7
Fold more branches via O1K_VN <relop> O2K_VN comparisons (#127950)
EgorBo May 11, 2026
59b21cb
Extract signal-safe integer formatters into a shared SignalSafeFormat…
mdh1418 May 12, 2026
1a348af
Add DOTNET_CRASH compact log alongside the JSON file crash report
mdh1418 May 12, 2026
70e99c8
Emit per-thread frame stacks to the compact crash report log
mdh1418 May 12, 2026
ea05700
Deduplicate modules into a fixed-size table and render frames with mo…
mdh1418 May 5, 2026
86f4659
Cap frames per thread in the compact crash report log
mdh1418 May 5, 2026
fab652b
Include stack overflow traces in in-proc crash reports
mdh1418 May 13, 2026
03683bd
Preallocate in-proc crash report scratch buffers
mdh1418 May 13, 2026
ef3f9c0
Keep compact crash log lines newline-terminated
mdh1418 May 14, 2026
c7a3608
Localize in-proc crash report signal names
mdh1418 May 14, 2026
1ebc7ad
Refactor in-proc crash report lifecycle helpers
mdh1418 May 14, 2026
45c56f5
Resolve compact crash report modules lazily
mdh1418 May 14, 2026
e966456
Clean up in-proc crash report frame emission
mdh1418 May 14, 2026
4684fa2
Refine in-proc crash report feedback
mdh1418 May 19, 2026
30b51e3
Address crash report reviewer feedback
mdh1418 May 20, 2026
56feca9
Refine in-proc crash report feedback
mdh1418 May 21, 2026
8645aaa
Update prescribed crash report log format comment
mdh1418 May 21, 2026
fdb5b36
Use volatile loads for crash report singleton state
mdh1418 May 21, 2026
e72d193
Address feedback
mdh1418 May 26, 2026
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
  •  
  •  
  •  
27 changes: 5 additions & 22 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,8 @@
ARG VARIANT="8.0-noble"
FROM mcr.microsoft.com/devcontainers/dotnet:${VARIANT}

# Set up machine requirements to build the repo and the gh CLI
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
clang \
cmake \
cpio \
build-essential \
python3 \
curl \
git \
lldb \
llvm \
liblldb-dev \
libunwind8 \
libunwind8-dev \
gettext \
libicu-dev \
liblttng-ust-dev \
libssl-dev \
libkrb5-dev \
ninja-build \
tzdata
SHELL [ "/bin/bash", "-c" ]

# Set up machine requirements to build the repo and the gh CLI.
RUN curl --remote-name-all -sSL https://github.com/dotnet/runtime/raw/main/eng/common/native/{install-dependencies,init-os-and-arch}.sh && \
bash install-dependencies.sh && rm {install-dependencies,init-os-and-arch}.sh
116 changes: 0 additions & 116 deletions .github/actions/select-copilot-pat/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions .github/actions/select-copilot-pat/action.yml

This file was deleted.

Loading