Skip to content
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

Rename project + Run in CI subset + Runtime formating #2

Closed
wants to merge 483 commits into from
Closed
Changes from all commits
Commits
Show all changes
483 commits
Select commit Hold shift + click to select a range
a2bcd9b
Fix heap corruption issue 68443. (#69106)
PeterSolMS May 10, 2022
8d420f4
Handle case to update loop tables when preheader is removed (#68803)
kunalspathak May 10, 2022
6c12de6
Avoid byte[] allocation for IPAddressUtil.IsMulticast (#68591)
Bond-009 May 10, 2022
9291a78
skip unnecesary ALPN processing on Windows (#69103)
wfurt May 10, 2022
8b8229b
[wasm] Move `Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests`…
radical May 10, 2022
35f66ed
Increase helix job timeout for win-arm64 to 300 minutes (#69129)
jakobbotsch May 10, 2022
f77853d
Stop keeping parent stacks for fgWalkTree and friends (#69120)
jakobbotsch May 10, 2022
2c7981c
Perf fix maui dotnet running (#69148)
LoopedBard3 May 10, 2022
3d17f72
add option to set TLS cache size (#69065)
wfurt May 10, 2022
96db556
Update generators.targets (#68860)
ViktorHofer May 10, 2022
e5f2844
Add doc about using local build of apphost (#69097)
elinor-fung May 10, 2022
f7e0873
skip ignoring Content-Length test on NodeJs (#69109)
pedrobsaila May 10, 2022
1ed7856
Tweak Rune.DecodeFromUtf8 (#68799)
stephentoub May 10, 2022
9b0b0d0
Fix typo in AssemblyName handling (#69157)
jkotas May 10, 2022
daca034
Update minimum required version of VS to 17.3 (#69162)
ViktorHofer May 10, 2022
6d23405
CreateSymbolicLink PInvoke retval must be marshalled as U1 (#69150)
jozkee May 10, 2022
b4f46ac
Updating BigInteger to implement IBinaryInteger and ISignedNumber (#6…
tannergooding May 11, 2022
10a4986
JIT: fix issue with assert seen in OSR+PGO tests (#69067)
AndyAyersMS May 11, 2022
72f9cb2
Removing comments so won't overwrite doc changes (#69089)
JimDaly May 11, 2022
52fd1a5
Call simpler overloads of Substring and Slice (#68937)
GrabYourPitchforks May 11, 2022
9158543
Copy propagate on `LCL_FLD`s (#68592)
SingleAccretion May 11, 2022
5b5bd46
Error if a reference assembly is platform specific (#69116)
ViktorHofer May 11, 2022
24587d1
Don't return SslStreamBuffer when disposing during handshake (#68956)
rzikm May 11, 2022
3f9c1ad
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] May 11, 2022
094b787
Support strictly blittable type marshalling (#69100)
AaronRobinsonMSFT May 11, 2022
122c9d0
"[QUIC] Adopted msquic generated interop (#68288)" attempt no 2 (#69009)
ManickaP May 11, 2022
9b3eabc
Adjust the usage of ReverseEndianness in BinaryPrimitives (#69063)
aromaa May 11, 2022
130ef3c
StringMarshaller optimizations (#69035)
jkotas May 11, 2022
dc7728f
Add X86Serialize hardware intrinsic. (#68677)
anthonycanino May 11, 2022
b3de8f7
Add Arm64 PGO Builds (#66867)
davidwrighton May 11, 2022
336a5d2
Fix error on return value marshalling without CustomTypeMarshallerDir…
elinor-fung May 11, 2022
478b1b4
Loop alignment: Fix loop size calculation to exclude IG's size that a…
kunalspathak May 11, 2022
29a2287
Update perf map docs (#68181)
davmason May 11, 2022
9d972ed
Fold range checks with constant operands (#69056)
SingleAccretion May 11, 2022
b490c47
[main] Update dependencies from dotnet/linker (#69128)
dotnet-maestro[bot] May 11, 2022
cb2277d
Reset the bbNatLoopNum of block for removed loop (#68804)
kunalspathak May 11, 2022
5975649
Enable UMOD optimization for x64 (#68091)
TIHan May 11, 2022
3f4585c
Treat System.Runtime.CompilerServices.Unsafe as intrinsic (#68739)
tannergooding May 12, 2022
70b5d83
Do not discard byref zeros in `native int + byref` additions (#68086)
SingleAccretion May 12, 2022
7b5f40f
Fix NTAuthentication.MakeSignature/VerifySignature on Linux (#65679)
filipnavara May 12, 2022
6f15fdc
Fix message about missing constructor for CallerAllocatedBuffer suppo…
elinor-fung May 12, 2022
5f58404
Pull out some common code snippets for custom struct marshalling test…
elinor-fung May 12, 2022
35e4779
Fix linker tests not running and show full path during trimming test …
ViktorHofer May 12, 2022
d3af492
Define convention to consume and/or package analyzers (#69069)
ViktorHofer May 12, 2022
9656b47
Disable k-nucleotide-9 in llvmfullaot (#69173)
jakobbotsch May 12, 2022
838edda
I noticed some initalization were missing at the beginning of Process…
PeterSolMS May 12, 2022
e9dbc75
Fix `impBoxPatternMatch` (#68382)
SingleAccretion May 12, 2022
3edb959
Enable corelib source generator in design time (#69235)
ViktorHofer May 12, 2022
7723254
Stop running both normal and no_tiered_compilation scenarios for core…
jakobbotsch May 12, 2022
cbd402b
Revert "49936 text json failures" (#69243)
mkhamoyan May 12, 2022
8420dae
Fix Assembly.GetCallingAssembly() (#69225)
steveharter May 12, 2022
6795c46
Update to a newer Roslyn compiler (#69211)
stephentoub May 12, 2022
2d0514f
Fix entry point for string marshalling tests with ownership transfer …
elinor-fung May 12, 2022
2fe067d
Disable HardwareIntrinsics NotSupported test on arm64 (#69241)
jakobbotsch May 12, 2022
51d51c1
First version - just make sure all heaps sweep rather than compact if…
PeterSolMS May 12, 2022
997d912
Update NoTargets.SDK and remove unnecessary properties being set (#69…
ViktorHofer May 12, 2022
ad390c0
make sure NetworkInfo works without IPv6 on Linux (#69172)
wfurt May 12, 2022
9fce636
Mark all assets from System.Runtime and System.Threading.Overlapped r…
maraf May 12, 2022
e278502
Various refactorings to share more code with future generators (#67997)
jkoritzinsky May 12, 2022
e502177
fix invalid Host header for link-local IPv6 (#69203)
wfurt May 12, 2022
bad2e1c
Unify SendContent cancellation between HTTP3 and HTTP2 (#67954)
rzikm May 12, 2022
6bac532
JIT: Remove "promoted parameter" tailcall limitation (#69034)
jakobbotsch May 12, 2022
844b298
Remove properties that are already set globally (#69255)
ViktorHofer May 12, 2022
2cc7fea
ARM64 - Consolidate 'msub' and 'madd' logic (#68363)
TIHan May 12, 2022
e8a18e2
Add a few RegexGenerator tests for valid string arguments (#69221)
stephentoub May 12, 2022
ff9040a
Treat `INDEX_ADDR`s as non-null (#69209)
SingleAccretion May 12, 2022
7bc32bd
Simplify `fgMorphMultiregStructArg` (#68853)
SingleAccretion May 12, 2022
c96b440
Fix CoreLib fast up-to-date check (#69240)
ViktorHofer May 12, 2022
dd3cd5d
[wasm] Wasm.Build.Tests: Capture test output with xunit, so the outpu…
radical May 12, 2022
04e65d2
Generate the DAC table on Windows with MSVC linker directives instead…
jkoritzinsky May 12, 2022
890a130
Add Akhil to fabricbot-config (#69276)
ericstj May 12, 2022
22162c7
Fix memory leak at AssemblyLoadContext unload (#69263)
janvorli May 12, 2022
c37f6a2
Enable nullable=enable by default for anything except tests (#69256)
ViktorHofer May 12, 2022
b0151d6
Collect more info for host tests (#69282)
elinor-fung May 13, 2022
4751154
Use PopCount in DriveInfoInternal.Windows.cs. (#69279)
teo-tsirpanis May 13, 2022
c26475c
[wasm] Misc debugger improvements (#68988)
radical May 13, 2022
6ec9a2a
Convert RsaPaddingProcessor to statics
vcsjones May 13, 2022
10883a7
Normalize Nil PublicKeyToken to an empty array (#69169)
VSadov May 13, 2022
ea00434
Add missing (uint) cast in regex generated code (#69198)
stephentoub May 13, 2022
d837ea4
Update LibraryImportGenerator unit tests with interpolated string arg…
elinor-fung May 13, 2022
88fb966
Support Requires on type in NativeAot (#68978)
tlakollo May 13, 2022
4ecd060
Substitute GT_RET_EXPR in inline candidate arguments (#69117)
jakobbotsch May 13, 2022
d395c6b
Methods on primitives 65707 (#66654)
ilonatommy May 13, 2022
2fc3ac0
Get StreamID while still in the MsQuic callback (#69301)
rzikm May 13, 2022
951df04
Add regex test that reuses RegexMatchTests data for captures (#69252)
stephentoub May 13, 2022
f4d0310
Share code between source-generated and built-in Utf8 string marshall…
jkotas May 13, 2022
b1f6d21
Fixed System.Text.Json failures on x86 android (#69248)
mkhamoyan May 13, 2022
9d06449
Enable System.Globalization.Native for NativeAOT (#69297)
jkotas May 13, 2022
2dc1889
fix typo in LoggerFactoryExtensions (#69303)
havalli May 13, 2022
731b2c0
Add versioning info to clrgc (#69295)
hoyosjs May 13, 2022
dfa39de
Remove ActiveIssue for S.S.C.Xml tests that rely on DSA key generation
vcsjones May 13, 2022
3749f82
Fix handling of custom type marshaller pinning with a different type …
jkoritzinsky May 13, 2022
c96e470
Add DateOnly and TimeOnly support to System.Text.Json (#69160)
eiriktsarpalis May 13, 2022
9b7d67e
Fix a typo (#69145)
cshung May 13, 2022
20ded07
Use static abstract members on two occasions. (#69278)
teo-tsirpanis May 13, 2022
52a0d95
Do not sign the .js files (#69317)
radical May 13, 2022
0615148
enable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (#…
wfurt May 13, 2022
20cd393
Expose the RuntimeFeature.NumericIntPtr member for C# 11 (#69322)
tannergooding May 13, 2022
d578d78
[mono] Fix parsing the 'nunbox-arbitrary-trampolines' aot argument. (…
rolfbjarne May 14, 2022
e1bcd56
Use more specific types in Interop.WideCharToMultiByte signature (#69…
jkotas May 14, 2022
eaf8e3b
Add windows runtime packs as a workload (#68981)
steveisok May 14, 2022
44034cc
Ensure non-numeric types don't implement the numeric only generic mat…
tannergooding May 14, 2022
f25db16
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot May 14, 2022
0aa3930
Avoid unnecessary or duplicate PackageReferences - 7.0 Preview4 SDK w…
ViktorHofer May 14, 2022
af2a48d
[mono][llvm] More LLVM 14.x changes. (#69239)
vargaz May 14, 2022
6134ee9
Do not fold mismatched `OBJ(ADDR(LCL_VAR))` (#69271)
SingleAccretion May 14, 2022
4844c1d
Delete incorrect asserts (#69354)
SingleAccretion May 14, 2022
b0534f6
Delete a few unused definitions from coreclr pal (#69357)
am11 May 14, 2022
bf18f0b
Fix buffer overrun in dbgutil (#69358)
jkotas May 14, 2022
20120e0
Improve some use of Regex (#68961)
stephentoub May 14, 2022
e50de74
Implement constant-folding for `VNF_BitCast` (#68979)
SingleAccretion May 15, 2022
f63c10a
Fix typo in 'parameter'. (#69370)
bgrainger May 15, 2022
fa71ffa
Revert "Add IL Emit support for MethodInfo.Invoke() and friends" (#69…
jkotas May 15, 2022
e22c63e
Fix UTF8 string marshalling regression (#69360)
jkotas May 15, 2022
b1b6c6e
Add OpenTelemetry with Geneva exporter to test server (#69304)
rzikm May 16, 2022
f60a683
Update signing of JS files (#69366)
hoyosjs May 16, 2022
c7d9792
support only Ordinal comparison inside WildcardPathSegment (#69079)
pedrobsaila May 16, 2022
29e3bf0
Fix KeepNativeSymbols to work on mono as well (#66594)
omajid May 16, 2022
3dcd52e
Only fold Type.op_Equality calls before morphing args (#69367)
jakobbotsch May 16, 2022
fc0b204
Add `IntPtr` conversion APIs for some runtime handles (#69363)
AaronRobinsonMSFT May 16, 2022
8d2cc63
[wasm][debugger] Refactor: narrow down SdbHelper responsibility (#66821)
ilonatommy May 16, 2022
e620688
Update ActiveIIssue on NtlmSignatureTest (#69389)
filipnavara May 16, 2022
e856116
Remove most usages of *wprintf* family of functions (#68237)
AaronRobinsonMSFT May 16, 2022
43806ca
[wasm] Fix debug proxy when used with blazor (#69342)
radical May 16, 2022
c2a3191
Remove CngKeyLite
vcsjones May 16, 2022
e71a46b
Detect truncated GZip streams (#61768)
mfkl May 16, 2022
4f01044
Removal of IBC infrastructure (#68717)
AaronRobinsonMSFT May 16, 2022
ad6f5bc
avoid allocationg ApplicationProtocol in common case (#69098)
wfurt May 16, 2022
bc33b0b
remove internal socket exception from NameResolution (#69270)
wfurt May 16, 2022
0a1f2c7
Move MsQuicStream._streamId into MsQuicStream.State (#69382)
rzikm May 16, 2022
901e494
Workaround crash in Microsoft.DiaSymReader.Native (#68990)
mikem8361 May 16, 2022
c67be6c
Fix ASAN violation under Samsung's netcoredbg (#69339)
mikem8361 May 16, 2022
753bab3
Fix LibraryImportGenerator.UnitTests.Compiles.ValidateSnippetsFallbac…
elinor-fung May 16, 2022
fee1b8b
Add correct assembly context name to InvalidCastException message (#6…
jkotas May 16, 2022
f4c60fd
Cleanup some X509 PAL allocations
vcsjones May 17, 2022
451d8f6
Add support for marshalling signed/unsigned boolean types. (#69402)
AaronRobinsonMSFT May 17, 2022
ade698f
Delete ClrDirectoryEnumerator (#69400)
am11 May 17, 2022
5408323
Address some System.Formats.Tar TODOs (infra and syscalls) (#69107)
carlossanlop May 17, 2022
6506705
Use intrinsic for genLog2() (#69333)
kunalspathak May 17, 2022
f276dc7
Allow the inliner to substitute for small arguments (#69068)
jakobbotsch May 17, 2022
f63fdee
Optimize ManifestResourceStream.Read(Span<byte>) (#69412)
eerhardt May 17, 2022
2157b28
Make json source generation cancellable (#69332)
CyrusNajmabadi May 17, 2022
d85c766
Add some assertions to Stream.Read in System.Text.Encoding.CodePages …
eerhardt May 17, 2022
a15ed3d
Fixed work with QUIC_BUFFER (#69351)
ManickaP May 17, 2022
3f0c2cc
Fix for GetMemberWithSameMetadataDefinitionAs (#69284)
LakshanF May 17, 2022
18410da
remove duplicate Connect logic from TcpClient (#67951)
wfurt May 17, 2022
eead8e3
Support ref fields in `System.Reflection.Metadata.Ecma335.BlobEncoder…
teo-tsirpanis May 17, 2022
da2cf17
Add clang 14 to known compiler versions. (#69249)
tmds May 17, 2022
a010032
[wasm][debugger] Extract the main run loop from DevToolsClient, and (…
radical May 17, 2022
ecedca8
Revert "Address some System.Formats.Tar TODOs (infra and syscalls) (#…
carlossanlop May 17, 2022
d03eaf9
Reduce max shared memory object name length (#68541)
adamsitnik May 17, 2022
cd0dff1
[mono] Fix a crash during stack trace construction if a this object i…
vargaz May 17, 2022
6d4d532
Wrap exceptions from array constructors in TargetInvocationException …
jkotas May 17, 2022
6bc5c7d
Wasm conditional audit + remove CompileFunction (#69283)
kg May 17, 2022
c4fc794
Fix executable memory reservation when range is not requested (#69430)
janvorli May 17, 2022
dd919f1
#69424 disabled failing equals nan tests on tvos (#69429)
mkhamoyan May 17, 2022
31f6d1f
Reuse the throw away buffer in ZipHelper (#69439)
eerhardt May 17, 2022
1a8f089
Arm64: Make unroll code for cpblk non-interruptible (#69202)
kunalspathak May 17, 2022
a7cd49d
UOH alloc fix for hardlimit (#69345)
Maoni0 May 17, 2022
b12e288
Add comment about PipeReader.ReadAtLeastAsync(0) (#69217)
wtgodbe May 17, 2022
ed9dff1
Use Rfc3279DerSequence for signatures in ECDsaX509SignatureGenerator
vcsjones May 18, 2022
5b1fd50
Spanify some Windows X.509 PAL and improve formatting
vcsjones May 18, 2022
6e4eba8
Delete securitywrapper/securityutil (#69468)
elinor-fung May 18, 2022
6425a15
ARM64 - Do not emit possible DIV_BY_ZERO/OVERFLOW exception blocks fo…
TIHan May 18, 2022
0332c64
Fix several regex loop issues (#69413)
stephentoub May 18, 2022
d39f164
Disable System.Reflection tests on NativeAOT (#69477)
jkotas May 18, 2022
6fad9b3
Do not print anything to stderr running SCD app without deps.json (#6…
vitek-karas May 18, 2022
c481c04
[main] Update dependencies from dotnet/arcade (#69126)
dotnet-maestro[bot] May 18, 2022
41d6dda
[monoapi] Add MONO_IMAGE_NOT_SUPPORTED to MonoImageOpenStatus (#69062)
lambdageek May 18, 2022
a598ebb
[wasm] Give is_nullish() a type guard type (#69473)
lambdageek May 18, 2022
0a62b65
Add current-outgoing-connect-attempts counter to Sockets (#66651)
MihaZupan May 18, 2022
2291ac9
Fixing problem for decimals. (#66979)
ilonatommy May 18, 2022
9260c24
Add more char.Is* helpers for common ASCII sets (#69318)
stephentoub May 18, 2022
43cc4c1
Fix data race on incoming MsQuicStream abort event (#69483)
rzikm May 18, 2022
1d1df64
Minor cleanup and reduce allocations in managed X.509 certificate PAL
vcsjones May 18, 2022
fbef29b
Expand the GC hole fix for explicitly initialized structs (#69501)
SingleAccretion May 18, 2022
41491a3
JIT: Abandon loop search if we are about to walk off end of the bbNex…
AndyAyersMS May 18, 2022
2e6bdff
Disable nativeruntimeeventsource test on unix arm and arm64 (#69510)
May 18, 2022
42d1644
Use shared settings for enabling analyzers in LibraryImportGenerator …
elinor-fung May 18, 2022
b15ff06
[wasm-ep] Minimal diagnostic tracing configuration and sample (#69158)
lambdageek May 19, 2022
11f8308
Do not automatically mark Stephen Toub as the issue triager or PR cha…
jeffhandley May 19, 2022
55090e6
Run host tests with dotnet test and enable crash/hang dumps (#69340)
elinor-fung May 19, 2022
d8fe9cd
Use span instead of array in PublicKey
vcsjones May 19, 2022
7f9ed8f
Adding Int128 and UInt128 with a base software implementation (#69204)
tannergooding May 19, 2022
04d5bbc
Clean up code for CPU_Group_Info structs (#69533)
AntonLapounov May 19, 2022
5a4ac1b
Add AppContext data support for DefaultMaxConnectionsPerServer (#68952)
rzikm May 19, 2022
110da42
Make superpmi.py collect easier to use (#69487)
jakobbotsch May 19, 2022
eea1b90
Fix check in test for output on unhandled exception (#69528)
elinor-fung May 19, 2022
f14aa5d
Correct MSVC version in requirements documentation (#68078)
jerryk414 May 19, 2022
f8f6c05
Update libraries build instructions on Unix (#69553)
am11 May 19, 2022
42fc9b6
Allocate less with X500DistinguishedName
vcsjones May 19, 2022
bfc7359
[mono][eventpipe] Implementing MethodDetails and BulkType events (#68…
mdh1418 May 19, 2022
f6c5698
Revert "[main] Update dependencies from dotnet/arcade (#69126)" (#69535)
MattGal May 19, 2022
b5f9c22
Linux-bionic (Android libc w/o Android interop) initial implementatio…
directhex May 19, 2022
15dda0e
Fix dependencymodel typo (#69566)
WeihanLi May 19, 2022
7bb207c
Enable analyzers for regex generator project (#69564)
stephentoub May 19, 2022
0c6d412
Iterative generic math changes to match API review (#69391)
tannergooding May 19, 2022
c0c614c
[RyuJIT] Emit shlx, sarx, shrx on x64 (#67182)
JulieLeeMSFT May 20, 2022
c94b2f7
make sure socket is intialized before connecting TCPClient (#69540)
wfurt May 20, 2022
327e266
fix GetContentAsync_ErrorStatusCode_ExpectedExceptionThrown test (#69…
wfurt May 20, 2022
334989f
Enable analyzers for Microsoft.Extensions.Logging.Generators (#69579)
stephentoub May 20, 2022
6a00977
Add NativeMemory.ZeroMemory API (#69500)
Sergio0694 May 20, 2022
eeeeb7a
Optimize string.EndsWith(char) for const values (#69038)
GrabYourPitchforks May 20, 2022
fa3a089
avoid pulling Ssl internals to other assemblies (#69539)
wfurt May 20, 2022
3914bcc
Change location where we output message about notification profilers …
davmason May 20, 2022
5a52a13
Enable analyzers for System.Text.Json.SourceGeneration (#69581)
stephentoub May 20, 2022
8d4a724
Fix HTTP3 stress (#69182)
rzikm May 20, 2022
de27aa1
Add Stream ReadAtLeast and ReadExactly (#69272)
eerhardt May 20, 2022
810a7f9
Add `BStrStringMarshaller` to source generator (#69213)
AaronRobinsonMSFT May 20, 2022
e7886b2
[wasm] improve memory access and marshaling range checks (#64845)
pavelsavara May 20, 2022
6069680
ZipFile UnixCreateSetsPermissionsInExternalAttributes test fails on A…
eerhardt May 20, 2022
8626da3
Use span to pass type modifiers in RuntimeTypeHandle.GetTypeHelper (#…
huoyaoyuan May 20, 2022
f1efc5c
GetTotalPauseDuration implementation (#68835)
cshung May 20, 2022
4955138
[main] Update dependencies from dotnet/linker (#69246)
dotnet-maestro[bot] May 20, 2022
8962e24
Refactoring which numeric interface exposes which methods to match la…
tannergooding May 20, 2022
e4ac5cd
[wasm] CI build improvements (#69519)
radical May 20, 2022
7626c5d
Updating to a version of Roslyn that contains the NumericIntPtr featu…
tannergooding May 21, 2022
f832309
Fix SystemNative_SendFile on iOS/tvOS devices (#69436)
akoeplinger May 21, 2022
3b2f833
Fix IsSupported guard check for use of Ssse3.Shuffle in Span.Reverse …
AndyAyersMS May 21, 2022
c190f6b
Move dead code removal in lower after last updategraph (#69421)
kunalspathak May 21, 2022
9a5387b
Profiler RequestReJITWithInliners did not work properly if all method…
davidwrighton May 21, 2022
770f6ac
Style improvements for generated p/invokes (#69638)
elinor-fung May 21, 2022
621cd59
Fix Create/StartActivity parentId nullability (#69636)
halter73 May 22, 2022
8f1e435
[wasm-mt] Add coop GC transitions to various EMSCRIPTEN_KEEPALIVE fun…
lambdageek May 22, 2022
3f09ce8
Start morphing `TYP_STRUCT` local indirections in `LocalAddressVisito…
SingleAccretion May 22, 2022
5ffa2c7
Fix R2RDump (#69656)
jakobbotsch May 22, 2022
9e5773c
Clear NO_CSE on struct addrs in MorphCommaBlock (#69210)
SingleAccretion May 22, 2022
0864cc5
Rename and reenable test (#69648)
AaronRobinsonMSFT May 23, 2022
4aeec63
[main] Update dependencies from dotnet/linker (#69644)
dotnet-maestro[bot] May 23, 2022
a0ff92c
Allow StoreLclVar src to be IND/FLD. (#59315)
sandreenko May 23, 2022
017905c
Use a better endpoint for backport workflows runs (#69617)
am11 May 23, 2022
ff5840b
Fix native sourcelink support (#69598)
hoyosjs May 23, 2022
c1b153a
Update NoTargets SDK and clean-up code (#69597)
ViktorHofer May 23, 2022
534cfe3
Use IntegralRange in fgOptimizeRelationalComparisonWithCasts (#69247)
jakobbotsch May 23, 2022
55e2378
Fix typos (#69537)
am11 May 23, 2022
43cdb74
Dispose of processes launched in host tests (#69625)
elinor-fung May 23, 2022
51df356
Add IL Emit support for MethodInfo.Invoke() and friends (#69575)
steveharter May 23, 2022
4ff994e
[Mono] Correct the behavior of Equals (#69499)
fanyang-mono May 23, 2022
fdcedd8
[main] Update dependencies from dotnet/llvm-project dotnet/runtime do…
dotnet-maestro[bot] May 23, 2022
315c31c
JIT: redundant branch destructure dominating and/or (#69291)
AndyAyersMS May 23, 2022
dfedca1
Limit AnalyzerLanguage in LibraryImportGenerator to C# (#69680)
AaronRobinsonMSFT May 23, 2022
0cc06df
Rename ILLink.Tests* to Mono.Linker.Tests*
tlakollo May 23, 2022
f6fe0f8
Exposing `Radix` and the remaining `Is*` generic-math APIs (#69651)
tannergooding May 23, 2022
8ca9916
Add arm64 support for EnC (#69679)
jakobbotsch May 23, 2022
cd6512d
Add X509AuthorityInformationAccessExtension
bartonjs May 23, 2022
05699d9
Update debpkg container image to latest ubuntu 18 ref (#68351)
am11 May 23, 2022
110b4cf
[wasm] Don't fail the CI job if Firefox tests fail in `runtime-wasm` …
radical May 23, 2022
9859f70
Disabling test that is hitting out of memory exceptions in some platf…
joperezr May 24, 2022
2cd50a9
Merge branch 'main' of https://github.com/dotnet/runtime into LinkerT…
tlakollo May 24, 2022
c77de26
Add ProduceBy.NativeAOT
tlakollo May 28, 2022
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.22214.2",
"version": "1.0.0-prerelease.22270.1",
"commands": [
"xharness"
]
13 changes: 7 additions & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.192.0/containers/dotnet/.devcontainer/base.Dockerfile
# For details on dotnet specific container, see: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/dotnet

# [Choice] .NET version: 5.0, 3.1, 2.1
ARG VARIANT="5.0"
# [Choice] .NET version: 6.0, 5.0, 3.1, 2.1
ARG VARIANT="6.0-focal"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT}

# Set up machine requirements to build the repo
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends cmake llvm-9 clang-9 \
&& apt-get -y install --no-install-recommends cmake llvm-10 clang-10 \
build-essential python curl git lldb-6.0 liblldb-6.0-dev \
libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \
libssl-dev libnuma-dev libkrb5-dev zlib1g-dev ninja-build
@@ -33,9 +34,9 @@ RUN sudo apt-get install libnss3 -y \
&& apt-get install libgbm-dev -y \
&& apt-get install libpango-1.0-0 -y \
&& apt-get install libcairo2 -y \
&& apt-get install libasound2 -y
&& apt-get install libasound2 -y

#install firefox dependecies to run debugger tests:
# install firefox dependencies to run debugger tests:
RUN sudo apt-get install libdbus-glib-1-2 -y \
&& apt-get install libgtk-3-0 -y \
&& apt-get install libx11-xcb-dev -y
&& apt-get install libx11-xcb-dev -y
Loading