Skip to content
Closed
Changes from all commits
Commits
Show all changes
547 commits
Select commit Hold shift + click to select a range
18ff9e1
[wasm] Make Common.Tests pass (#38667)
MaximLipnin Jul 1, 2020
5f19ea1
add TargetHostName to SslStream (#38202)
wfurt Jul 1, 2020
c9c6cd8
fix for cg2 + sealed default interface methods (#38575)
mangod9 Jul 1, 2020
a5198a7
Fix type layout with explicitly sized structs and classes (#38632)
davidwrighton Jul 1, 2020
d89772a
Disable the two remaining CG2 composite failure buckets (#38299)
trylek Jul 1, 2020
9f3e08e
Add platform-specific attributes (#38604)
Jul 1, 2020
fad3fc9
add two SslStream tests for custom validation (#38182)
wfurt Jul 1, 2020
c6cf6bd
Remove dead code paths in System.Transactions.Local (#38685)
GrabYourPitchforks Jul 2, 2020
361065e
Align native SpecializeComparer with managed ComparerHelpers (#38681)
tkp1n Jul 2, 2020
06fa941
Turn on argument exception analyzer on runtime, fix warnings found (#…
buyaa-n Jul 2, 2020
937f6e5
Fix interpreter build (#38673)
BruceForstall Jul 2, 2020
f5691ed
[wasm] Ignore missing assemblies in the wasm app builder. (#38672)
vargaz Jul 2, 2020
f170db7
Fix SOS/managed debugging failures from PR #36847 (#38689)
Jul 2, 2020
719c58c
Initial support for SslStreamCertificateContext (#38364)
wfurt Jul 2, 2020
ec73c56
NRT annotations for main System.Data.Common types (#689)
roji Jul 2, 2020
267e2cb
[browser][wasm][bindings] Handle case where AsyncStateMachineBox`1 is…
kjpou1 Jul 2, 2020
fbd5d66
WASM: Add an internal method to pump the threadpool (#38690)
akoeplinger Jul 2, 2020
0e870df
[wasm] Add assembly level skip for System.Net.Requests on Browser (#3…
mdh1418 Jul 2, 2020
932098f
Use full MD5 to compare bitmap rotate results (#38699)
tkp1n Jul 2, 2020
a92f4f0
Bump xharness to bring in https://github.com/dotnet/xharness/pull/282…
akoeplinger Jul 2, 2020
eaf3c78
[Arm64] ASIMD InsertScalar and rename to ShiftLeftAndInsert ShiftRigh…
echesakov Jul 2, 2020
106cd9e
Enable some System.Runtime.Loader tests for Mono (#38581)
alexischr Jul 2, 2020
8126962
Trivial fix and renaming (#38687)
Maoni0 Jul 2, 2020
9715a9c
[browser][wasm] Wasm websockets support (#37962)
kjpou1 Jul 2, 2020
8b67e34
Added doc with instructions to run ASP.NET Benchmarks with crossgen2 …
ivdiazsa Jul 2, 2020
4522c6d
update DacHeapWalker to know about POH, which will start returning PO…
davmason Jul 2, 2020
74b1737
Don't ship experimental packages to nuget (#38724)
safern Jul 2, 2020
affc43d
Add new Unmanaged MD calling convention value (#38357)
AaronRobinsonMSFT Jul 2, 2020
d4f9424
Enable ilasm/ildasm round trip testing in new AzDO pipeline (#38490)
BruceForstall Jul 2, 2020
c3ab1cf
WASM: Enable System.Threading.Tasks.Dataflow tests (#38723)
akoeplinger Jul 3, 2020
67c8134
Fix race condition in BatchBlock's handling of completion (#38651)
stephentoub Jul 3, 2020
68eb040
Enable SA1404 Code analysis suppression should have justification (#3…
stephentoub Jul 3, 2020
d3e6947
Fix memberref resolution involving substitution (#38688)
davidwrighton Jul 3, 2020
9df0247
Porting additional SIMD Intrinsics to use SimdAsHWIntrinsic (#37882)
tannergooding Jul 3, 2020
3cd9172
Honor user setting overrides for current culture when using ICU on Wi…
safern Jul 3, 2020
886e442
Create CLR interpreter Azure DevOps Pipeline (#38650)
BruceForstall Jul 3, 2020
d68971a
Annotate more Mono reflection for trimming (#38431)
MichalStrehovsky Jul 3, 2020
80fe5bb
WASM: Add PNSE for System.Net.Mail (#38207)
akoeplinger Jul 3, 2020
054fb2e
Replace linker descriptor for AssemblyBuilder with DynamicDependency …
marek-safar Jul 3, 2020
2014fb5
Make DependencyInjection more linker trimmable (#38729)
eerhardt Jul 3, 2020
ff1ea09
Ask about prior art in API review template (#38727)
danmoseley Jul 3, 2020
7c891ca
[Test] Reverse EventPipe test improvements (#38474)
Jul 3, 2020
4aea0a1
Return true for PlatformDection.IsMonoInterpreter on WASM (#38768)
akoeplinger Jul 3, 2020
40ffa47
x86 P/Invokes marked with UnmanagedCallersOnly require marshalling (#…
AaronRobinsonMSFT Jul 3, 2020
4fb2a68
Clean up System.Net.Http build a bit for browser (#38775)
marek-safar Jul 4, 2020
cfd0172
Skip System.Configuration.ConfigurationManager tests on WASM (#38749)
MaximLipnin Jul 4, 2020
db94096
Make CultureData properties static to allow illinker to more dead cod…
marek-safar Jul 4, 2020
c72a4d5
Remove redundant initializations in SPC (#38759)
marek-safar Jul 4, 2020
ddf3837
Replace XML descriptors for SRE with DynamicDependency attributes (#3…
marek-safar Jul 4, 2020
312c758
Check loh_compacted_p of the right heap (#38784)
cshung Jul 5, 2020
b93d570
Fix native file handling for Crossgen2 package (#38788)
AntonLapounov Jul 6, 2020
ab60ee3
[browser][wasm][tests] Add tests for javascript Array (#38806)
kjpou1 Jul 6, 2020
fe664d6
[wasm][debugger] Don't download unnecessary assemblies to DebugProxy …
monojenkins Jul 6, 2020
c8a9942
Make parts of ResourceManager trimming safe (#38432)
MichalStrehovsky Jul 6, 2020
ac8fe0d
Ignore 0-byte responses from AIA fetch.
vcsjones Jul 6, 2020
3155ca2
Fix typo in EmailAddressAttribute.cs (#38802)
sylveon Jul 6, 2020
dcef69f
Update area-owners.md (#38821)
tommcdon Jul 6, 2020
682141e
Use ExecutionContext.Restore rather than EC.Run callback (#37942)
benaadams Jul 6, 2020
e6d89d4
remove area-sdk from area owners list (#38836)
danmoseley Jul 7, 2020
6764633
Add method names next to reloc adrp/add in disasm (#38671)
kunalspathak Jul 7, 2020
4d579de
Add support for multiple non-string TKey on dictionaries (#38056)
jozkee Jul 7, 2020
729e574
[wasm] Enable System.Net.WebSockets tests; mark System.Net.WebSockets…
MaximLipnin Jul 7, 2020
4e9f5e8
Move rarely used lookup table out of HeaderDescriptor static ctor (#3…
marek-safar Jul 7, 2020
ccc34b3
[Arm64] ASIMD MultiplyDoubling* and MultiplyRoundedDoubling* intrinsi…
echesakov Jul 7, 2020
2d143f1
Remove additional testhost binplacing (#38816)
ViktorHofer Jul 7, 2020
fe25429
[interp] Access frame arguments as locals (#38553)
monojenkins Jul 7, 2020
4cb924d
Changed checks for hardware intrinsics get_IsSupported() (#38835)
yuchong-pan Jul 7, 2020
ffdea95
Add eventpipe to dist files (#38858)
monojenkins Jul 7, 2020
2254059
Fixed outerloop tests for Sync HttpClient API (#38453)
ManickaP Jul 7, 2020
49ba698
[wasm] Mark System.Net.WebSockets.Tests.WebSocketProtocolCreateTests …
MaximLipnin Jul 7, 2020
311fd81
Disable failing Windows arm32 tests (#38844)
BruceForstall Jul 7, 2020
0a470e0
Disable Linux arm64 MinMax_ro test (#38846)
BruceForstall Jul 7, 2020
0d445a9
Disable GitHub_27924 for Windows arm (#38845)
BruceForstall Jul 7, 2020
9f4d39a
Delete dead code related to MDAs (#38825)
jkotas Jul 7, 2020
d43299d
Add linker annotations for System.Text.Json (#38595)
layomia Jul 7, 2020
806aee0
[Wasm]Adjust AppContext.BaseDirectory and enable Microsoft.Extensions…
steveisok Jul 7, 2020
c5e6221
Tweak BufferPtrSendOperation to address argument confusion (#38868)
stephentoub Jul 7, 2020
af4f8c2
[wasm][debugger] Add support for deref'ing pointers (#36260)
monojenkins Jul 7, 2020
19d221b
[wasm] Add zoneinfo data for System.Runtime.TimeZoneInfoTests
tqiu8 Jul 7, 2020
87919a0
Porting serialization fix from 3.1 (#38715)
mconnew Jul 7, 2020
4c1b842
Rewrite System.Net.Http.Json functional tests to use a custom HttpMes…
akoeplinger Jul 7, 2020
8f25c04
[wasm] Add PNSE for System.Net.WebClient and skip test suite (#38857)
MaximLipnin Jul 7, 2020
792fd1d
Add examples of System.Private.CoreLib iterative workflow (#38885)
safern Jul 7, 2020
a014fbd
[Arm64] ASIMD ReverseElement8 ReverseElement16 ReverseElement32 (#38850)
echesakov Jul 7, 2020
641161c
Disable `JitDoOldStructRetyping` by default. (#37745)
Jul 7, 2020
55f006f
Remove static variable holding unboxing stubs (#38838)
davidwrighton Jul 7, 2020
579d243
Remove illegal `delete` of `Instr` objects (#38831)
BruceForstall Jul 7, 2020
4a9830e
Disable pauseonstart test (#38883)
BruceForstall Jul 7, 2020
a5af49e
Disable DisableAiaOptionWorks for TailcallStress (#38888)
BruceForstall Jul 7, 2020
239b0c4
Disable 2 System.Drawing tests for TailcallStress (#38891)
BruceForstall Jul 7, 2020
babe426
Fix LookupPromotedStructDeathVars out param initialization (#38770)
BruceForstall Jul 8, 2020
c8f1f2b
fix failing revocation & ssl tests (#38827)
wfurt Jul 8, 2020
8988325
Use the latest base register while accessing the stack (#38834)
kunalspathak Jul 8, 2020
464508b
Prevent shutdown being blocked by finalization (#38909)
jkotas Jul 8, 2020
9bb997b
Reenable fixed tests after noRetyping and similar changes. (#38855)
Jul 8, 2020
54a09d2
July infra rollout: Move runtime tests out of the coreclr folder (#38…
trylek Jul 8, 2020
5ce04cc
Make browser peer for windows_nt and unix (#37944)
Anipik Jul 8, 2020
6628864
[interp] Remove usage of some gotos (#38813)
BrzVlad Jul 8, 2020
16a405e
Unignore some Makefiles in src/mono (#38923)
akoeplinger Jul 8, 2020
bf15c2e
Avoid unnecessary CultureInfo.CurrentCulture accesses in Enum (#38866)
stephentoub Jul 8, 2020
edbb5c8
Add iOS/tvOS/Android to AdditionalBuildTargetFrameworks (#38922)
akoeplinger Jul 8, 2020
6072e4d
Update license headers (#38793)
stephentoub Jul 8, 2020
d6e10b3
[wasm] Implement support for pinvoke callbacks in the interpeter. (#3…
monojenkins Jul 8, 2020
454eca2
Remove unnecessary codes (#38918)
clamp03 Jul 8, 2020
707f4e4
[wasm][debugger] DebugDirectoryEntryType = Reproducible means that ha…
monojenkins Jul 8, 2020
9bf00d3
Fix inconsistent copyright for C# files in Mono's corelib (#38664)
fanyang-mono Jul 8, 2020
2b7a301
Console.Unix tests: don't run tests when SIGINT/SIGQUIT disposition i…
tmds Jul 8, 2020
ce65dfa
[Wasm] Modify System.IO.IsolatedStorage to throw PNSE (#38898)
steveisok Jul 8, 2020
1d901fd
Fix live libraries build config for the runincontext pipeline (#38926)
trylek Jul 8, 2020
5eb4ccb
ignore loopback NoDelay failure on OSX (#38900)
wfurt Jul 8, 2020
80e954f
SocketHttpHandler: include host+IP information in HttpRequestExceptio…
antonfirsov Jul 8, 2020
c563917
Throw with ParamName=value instead of Encoding (#38820)
Youssef1313 Jul 8, 2020
46600ec
Delete ClientWebSocket's event source (#38870)
stephentoub Jul 8, 2020
efdaec6
Fix calling a ThisCall delegate via Reverse P/Invoke. (#38829)
jkoritzinsky Jul 8, 2020
12a23f2
Run CLRTools unittests in PR jobs (#38694)
davidwrighton Jul 8, 2020
26045bc
Add tizen-arm64 RIDs (#38832)
WonyoungChoi Jul 8, 2020
e9bb3b1
Delete dead code related to finalization (#38906)
jkotas Jul 8, 2020
4bdfe07
Remove commented libraries windows helix queues (#38947)
safern Jul 8, 2020
608d50f
Fix case where EventPipeInternal::Enable is called with NULL output f…
lateralusX Jul 8, 2020
b520e81
Fix TOC in CI Health and investigation (#38914)
MSDN-WhiteKnight Jul 8, 2020
cb1a7fe
Fix remaining license headers (#38953)
stephentoub Jul 9, 2020
3527fde
[metadata] Move rarely used bits out of MonoMethod and give 1 bit bac…
lambdageek Jul 9, 2020
d3f62bd
remove pragma warning from ref source files (#38907)
Anipik Jul 9, 2020
255eea0
[wasm] Add pinvokes for System.IO.Compression.dll. (#38925)
vargaz Jul 9, 2020
e4fe942
Remove global properties for CoreLib P2P (#38937)
ViktorHofer Jul 9, 2020
0d1fd3d
Build refs only for applicable BuildTFMs (#38936)
ViktorHofer Jul 9, 2020
54d1580
WASM: Enable System.Runtime.Serialization.Formatters tests (#38948)
akoeplinger Jul 9, 2020
6eff584
Add browser tfm to test projects that used to run when it derived fro…
safern Jul 9, 2020
bdfbf0c
Delete WebHeaderCollection's event source (#38871)
stephentoub Jul 9, 2020
dd0407b
Update windows-instructions.md
stephentoub Jul 9, 2020
70607d7
Standardize on same illink descriptor name (#38985)
marek-safar Jul 9, 2020
dd41055
Delete unreachable code in stackwalker (#38978)
jkotas Jul 9, 2020
117c9d6
Fix a few more license headers (#38973)
stephentoub Jul 9, 2020
8753b34
Add feature switch for diagnostics handler in System.Net.Http (#38765)
marek-safar Jul 9, 2020
9dc6601
[master] Update dependencies from dotnet/arcade mono/linker Microsoft…
dotnet-maestro[bot] Jul 9, 2020
f4b25a2
extend existing test that validates the sent and received bytes with …
adamsitnik Jul 9, 2020
a814b3e
Improve terminology used in code (#38960)
stephentoub Jul 9, 2020
a902fba
[CBOR] Make Half Read/Write methods public and add unit tests (#38946)
eiriktsarpalis Jul 9, 2020
250956e
Use mono_runtime_delegate_invoke in EventPipeInternal::CreateProvider…
lateralusX Jul 9, 2020
3099ce6
[Wasm] Skip System.IO.Compression.Brotli tests b/c the library is PNS…
steveisok Jul 9, 2020
622b7d3
Set memory cache logger field as readonly (#37289)
lindexi Jul 9, 2020
98eee05
Trim NetEventSource when EventSource.IsSupported is false (#38828)
eerhardt Jul 9, 2020
7c178cf
Various createdump fixes and improvements to help diagnosing problems…
Jul 9, 2020
1bfe730
Improve performance of DateTime.Kind property. (#38501)
SingleAccretion Jul 9, 2020
bb204f8
[wasm] Enable System.Threading.Tasks.Extensions tests (#38815)
mdh1418 Jul 9, 2020
b4938fe
WASM: don't compile brotli sources into System.IO.Compression.Native …
akoeplinger Jul 9, 2020
9c73452
Remove local copying of emsdk_env.sh (#39004)
akoeplinger Jul 9, 2020
f170594
Fix standalone GC on ARM32 (#38970)
janvorli Jul 9, 2020
866e831
Silence ARM inline asm warning in libunwind (#38971)
janvorli Jul 9, 2020
bb9a409
HttpStress timeout increased to 60 seconds (#38669)
alnikola Jul 9, 2020
9b58e4d
More comparisons (#37768)
Jul 9, 2020
0e46398
Update CadesIssuerSerial.xml (#38436)
scott-xu Jul 9, 2020
52cb61c
WASM Enable System.Collections tests (#38976)
safern Jul 9, 2020
0bc1a6f
Disable HandlerInvokedForSigQuit test on macOS (#39003)
stephentoub Jul 9, 2020
8ca982b
Make DSAKeyValueTests.LoadXml accept seed/counter may not roundtrip. …
bartonjs Jul 9, 2020
919e683
fix the condition in assert (#38965)
kunalspathak Jul 9, 2020
0716913
Fix GC heap dump (#38893)
davmason Jul 9, 2020
ea2b09b
Add and use Environment.ProcessId (#38908)
stephentoub Jul 9, 2020
430a25e
[browser][wasm][tests] Add tests for Map (#38862)
kjpou1 Jul 9, 2020
9f2c263
Add a repro test for `IsCompatibleType(cseLclVarTyp, expTyp)` (#38972)
Jul 9, 2020
16840f3
[wasm] Modify System.Drawing.Common to throw PNSE on Browser (#38999)
MaximLipnin Jul 9, 2020
8c1792d
[wasm] Add beginnings of support for building with ICU. (#38977)
vargaz Jul 9, 2020
838fcff
WASM enable System.Collections.Specialized.Tests (#39012)
safern Jul 10, 2020
1e3c959
[mono] Add support for UnmanagedCallersOnlyAttribute (#38728)
lambdageek Jul 10, 2020
372ff23
Move tailcall dispatcher into corelib (#38938)
jakobbotsch Jul 10, 2020
42453be
Cleanup references to centos 6 (#39006)
Jul 10, 2020
a6f7b83
Fix mark overflow processing (#38969)
janvorli Jul 10, 2020
1f46747
Include member name when constructing ValidationResult in CompareAttr…
pranavkm Jul 10, 2020
460b17e
Revert changes to test breaking outter loop build (#39046)
hoyosjs Jul 10, 2020
56ee1b0
Delete tools-local\scripts (#39051)
jkotas Jul 10, 2020
45bd3f9
WASM Re-enable Threading.Channels serialization tests (#39016)
safern Jul 10, 2020
b62b16a
addressing some missing feedback Relating to Browser (#38968)
Anipik Jul 10, 2020
149aa1e
Implementations of new HttpContent sync methods. (#38635)
ManickaP Jul 10, 2020
9814beb
Define Debugger.IsSupported feature switch to allow trimming of debug…
eerhardt Jul 10, 2020
2a4c626
WASM enable System.Collections.NonGeneric.Tests (#39020)
safern Jul 10, 2020
8790ade
Allow XmlSerializer.Generator to run on Core > 2.x (#39013)
ViktorHofer Jul 10, 2020
3a0f98a
Remove cross targeting for TraceSource and TextWriterTraceListener (#…
Anipik Jul 10, 2020
2fb330d
[browser][wasm][tests] Deactivate Map tests due to CI failures (#39061)
kjpou1 Jul 10, 2020
a9944fa
Add OSPlatform entries for iOS/tvOS/watchOS/Android (#36704)
akoeplinger Jul 10, 2020
c2b042d
[wasm] Modify System.Net.NetworkInformation to throw PNSE (#38928)
MaximLipnin Jul 10, 2020
f9fc9fc
[wasm] Implement pinvoke callback support. (#38932)
vargaz Jul 10, 2020
57f8bd7
[interp] Add debug option which reports the hottest methods (#39045)
BrzVlad Jul 10, 2020
ba60d75
[wasm] Enable System.Threading.Channels.Tests (#38849)
mdh1418 Jul 10, 2020
b39c698
Delete NetEventSource.Enter/Exit events (#38874)
stephentoub Jul 10, 2020
7e9797c
Put back missing EditorBrowsableState.Nevers on PlatformID (#39065)
stephentoub Jul 10, 2020
f4d3913
Simplify IsWow64Process interop (#39059)
jkotas Jul 10, 2020
4dccf9a
[wasm] Fix linker dependency in the pinvoke callback table. (#39070)
vargaz Jul 10, 2020
eda20d0
Create copies of mutable properties on X509Certificate2
vcsjones Jul 10, 2020
389c981
Prerequisite work item for the CSE of GT_CNS_INT for ARM64 work item …
briansull Jul 10, 2020
d26f37b
Fix g_TrapReturningThreads to be accessed as 32-bit in asm and JIT co…
jkotas Jul 10, 2020
75e71e9
fix which test should be Pri1. (#39062)
Jul 10, 2020
0d22217
Update IL tools (#39049)
AaronRobinsonMSFT Jul 10, 2020
8da9fa6
Update dependencies from https://github.com/mono/linker build 2020071…
dotnet-maestro[bot] Jul 10, 2020
6e3a8d8
Bump version for Microsoft.DotNet.XunitExtensions again (#39080)
akoeplinger Jul 10, 2020
838486f
[wasm] Addressing System.Runtime.InteropServices.RuntimeInformation.T…
mdh1418 Jul 10, 2020
b3431cd
Produce arm64-native Mono LLVM runtime packs (#38562)
directhex Jul 10, 2020
f501f74
Add X64/Arm64 nested classes to System.Runtime.Intrinsics where missi…
tannergooding Jul 10, 2020
8ed502f
Cleanup WASM ICU PackageReference usage to use generated property (#3…
safern Jul 10, 2020
7fab504
Intrinsics support for WidenFourAsciiBytesToUtf16AndWriteToBuffer (#3…
Jul 10, 2020
385efa8
Tweak crossgen2 test compilation modes (#39025)
davidwrighton Jul 10, 2020
3480a74
add IsOSPlatformOrLater and IsOSPlatformEarlierThan methods (#39005)
adamsitnik Jul 10, 2020
466a085
WASM: Disable tests for System.Diagnostics.Process and .FileVersionIn…
akoeplinger Jul 10, 2020
685314f
Span BasicSymmetricCipher and other symmetric crypto internals
vcsjones Jul 10, 2020
a0987db
WASM: Add PlatformNotSupportedException for System.IO.Pipes (#39089)
akoeplinger Jul 10, 2020
95e3dcc
Rewrite System.Text.Json stream tests to be async friendly and enable…
akoeplinger Jul 10, 2020
b779870
WASM: Add PlatformNotSupportedException for System.Net.Ping (#39091)
akoeplinger Jul 10, 2020
d35ea75
Remove type pattern from descriptor (#39047)
mateoatr Jul 10, 2020
16e8ec3
Preserve AsyncValueTaskMethodBuilder.ObjectIdForDebugger (#39084)
eerhardt Jul 10, 2020
9f498d4
[Wasm] Enable System.IO.Compression.ZipFile tests (#39092)
steveisok Jul 10, 2020
22cf375
Fix precondition on OSX 10.15 mutable store tests
bartonjs Jul 10, 2020
26cb166
Update Environment.OSVersion for browser platform (#38790)
marek-safar Jul 10, 2020
0d5e576
Fix STOREIND optimization. (#39066)
Jul 10, 2020
c4dfc54
Add GCStress testing for libraries tests on checked CoreCLR (#38235)
BruceForstall Jul 10, 2020
602b7b8
WASM: Fix System.Formats.Asn1 tests (#39104)
akoeplinger Jul 11, 2020
379496a
Move printf in PauseOnStart (#39095)
Jul 11, 2020
9bd7dd7
Fix creating OperatingSystem with PlatformID.Other (#39130)
akoeplinger Jul 11, 2020
0a532d2
Update R2RTest to compile the Serp application in two composite image…
nattress Jul 11, 2020
f37dd6f
Update packaging verion (#39101)
ericstj Jul 11, 2020
cb817c7
Fix build configs for macOS ARM64 on DTK (#39142)
k15tfu Jul 11, 2020
baeae95
Add missing PAL_CS_NATIVE_DATA_SIZE & DAC_CS_NATIVE_DATA_SIZE defs fo…
k15tfu Jul 11, 2020
4d4dce5
JIT: retype byrefs passed to unmanaged callers as native int (#39105)
AndyAyersMS Jul 11, 2020
5ea1b90
Update DacHeapWalker to know about POH in SVR mode (#39139)
davmason Jul 11, 2020
0f770d5
Remove catch ThreadAbortException (#39136)
ehasis Jul 11, 2020
3719f3c
Remove dead SUPPORT_THREAD_ABORT code in PLINQ (#39148)
stephentoub Jul 12, 2020
56b6964
Remove unused DeviceIoControl P/Invoke declaration (#38877)
qmfrederik Jul 12, 2020
225673d
Add async System.Data resultset and database schema APIs (#39098)
roji Jul 12, 2020
3c4cfb4
Sync shared compiled files (#39162)
MichalStrehovsky Jul 12, 2020
1b8d1dc
Add SqlState and IsTransient to DbException (#39157)
roji Jul 12, 2020
b3c7002
Cleanup dead code under undefined constants (#39155)
am11 Jul 12, 2020
57d371e
[mono] Disable config dir lookups on netcore (#38818)
CoffeeFlux Jul 13, 2020
8a94c7b
Nullability annotations for System.Data (#38810)
roji Jul 13, 2020
fc56772
[interp] Add intrinsics for some common operations (#38809)
BrzVlad Jul 13, 2020
b182639
Fold "cns_str"[cns_index] to ushort constant (#37226)
EgorBo Jul 13, 2020
7b23643
WinHttpHandler supports multiple HTTP/2 connections per server (#38758)
alnikola Jul 13, 2020
0d531a7
Update deep-dive-blog-posts.md
stephentoub Jul 13, 2020
9f12cf7
Fix codepoint splitting in email headers (#39072)
CarnaViire Jul 13, 2020
32e3e11
Add some edge case tests for Array.CreateInstance and fix Mono handli…
hughbe Jul 13, 2020
2d9dbbb
[browser][wasm][tests] JavaScript Interop Marshal tests (#38917)
kjpou1 Jul 13, 2020
7b2e585
Add Enum generic overloads (#33589)
hughbe Jul 13, 2020
371ae3c
enable GS Cookie on OSX (#39143)
VSadov Jul 13, 2020
c21a387
Add always trimmed attributes list for browser config (#39000)
marek-safar Jul 13, 2020
d44d638
Support reseolve reference for typeof(object) on deserialize (#38979)
jozkee Jul 13, 2020
d9a7d8f
[Arm64] ASIMD DotProduct and Rounding Double Multiply Add/Subtract (#…
echesakov Jul 13, 2020
fff0ec3
Add space after "Other" in OperatingSystem.VersionString (#39180)
akoeplinger Jul 13, 2020
927ced1
[wasm] Addressing System.Runtime.Extensions failures (#38996)
mdh1418 Jul 13, 2020
48cd478
Add documentation about libraries features switches (#39200)
marek-safar Jul 13, 2020
afdd38c
Inlined GC Polls for call to methods with SuppressGCTransitionAttribu…
erozenfeld Jul 14, 2020
8892364
Added field support to JSON serializer (#36986)
YohDeadfall Jul 14, 2020
2287fe5
Fix ManagedWebSocket ordering of releasing send buffer and semaphore …
stephentoub Jul 14, 2020
2f4effb
Merge remote-tracking branch 'runtime/master' into runtime-ingestion
ericstj Jul 14, 2020

Sorry, this diff is taking too long to generate.

It may be too large to display on GitHub.