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

Sync JsonCodeGen experiment with latest dotnet/runtime master #14

Merged
merged 498 commits into from
Jul 23, 2020
Merged
Changes from all commits
Commits
Show all changes
498 commits
Select commit Hold shift + click to select a range
a1274d4
Remove System.Reflection.DispatchProxy package (#39220)
ericstj Jul 14, 2020
8391d21
Allow platform-specific attributes on Fields (#39214)
jeffhandley Jul 14, 2020
4697d9b
WASM: Disable thread related tests on System.IO.Compression (#39231)
akoeplinger Jul 14, 2020
1862566
WASM: Disable tests in System.ComponentModel.Annotations that rely on…
akoeplinger Jul 14, 2020
b44daef
WASM: Fix System.Diagnostics.TraceSource tests (#39224)
akoeplinger Jul 14, 2020
cd4157f
WASM: Add PNSE for System.Net.NameResolution and disable tests (#39219)
akoeplinger Jul 14, 2020
af828ae
WASM: Disable tests on System.Diagnostics.StackTrace that fail (#39226)
akoeplinger Jul 14, 2020
d5245a3
[wasm] Enable System.Net.Http.Unit test suite (#39181)
MaximLipnin Jul 14, 2020
cf77415
[wasm] Address System.Runtime.InteropServices failures on Browser (#3…
mdh1418 Jul 14, 2020
4c3dda5
[wasm] Address System.Runtime.Loader.DefaultContext failure (#39204)
mdh1418 Jul 14, 2020
6ecbb4d
[wasm] Enable System.Runtime.Serialization.Json test suite (#39193)
MaximLipnin Jul 14, 2020
e815d2c
[wasm] Enable System.Runtime.Serialization.Xml and System.Runtime.Ser…
MaximLipnin Jul 14, 2020
078755e
[wasm] Fail right away in interp_create_method_pointer () when trying…
vargaz Jul 14, 2020
962e911
Keep weak gc handle for EventPipe delegate callback in provider. (#39…
lateralusX Jul 14, 2020
5a18950
Fix DebuggerTypeProxy on ObjectCollection (#39234)
eerhardt Jul 14, 2020
10af8ed
WinHttpHandler multiple HTTP/2 connections test is skipped on older W…
alnikola Jul 14, 2020
a84538d
Socket's connect operations tracing (#38620)
alnikola Jul 14, 2020
dfdcdb7
WASM: Disable System.Net.Primitives.Pal.Tests.csproj (#39272)
akoeplinger Jul 14, 2020
ecdf9de
[wasm] Enable System.Runtime.Serialization.Primitives test suite (#39…
MaximLipnin Jul 14, 2020
d8a0af0
WASM: Disable two GetFunctionPointerForDelegate tests (#39278)
akoeplinger Jul 14, 2020
aa667de
WASM: Fix System.Diagnostics.Tracing (#39271)
akoeplinger Jul 14, 2020
018c8fb
[master] Update dependencies from mono/linker dotnet/runtime-assets d…
dotnet-maestro[bot] Jul 14, 2020
e94cd90
Adding attribute keyword to all the attributes in the ref (#39255)
Anipik Jul 14, 2020
2c573b5
add OSPlatform.macOS, switch to OrdinalIgnoreCase for OSPlatform comp…
adamsitnik Jul 14, 2020
7006ff2
don't aquite lock when calling RuntimeInformation.OSArchitecture and …
adamsitnik Jul 14, 2020
d12afc4
improve diag for GetNetworkInterfaces failures (#39252)
wfurt Jul 14, 2020
4489582
Add NoInterpreter filter back (#39131)
DrewScoggins Jul 14, 2020
a9b1173
WASM: Fix System.Diagnostics.TextWriterTraceListener tests (#39186)
akoeplinger Jul 14, 2020
0fecc40
[Wasm] Disable System.Linq.Parallel test suite (#39305)
steveisok Jul 14, 2020
328d0cf
add ServerOptionsSelectionCallback to SslStream (#38760)
wfurt Jul 14, 2020
a9a98af
Fix build break by adding new package version for DependencyModel (#3…
eerhardt Jul 14, 2020
74be072
Add sleep before looking for dump (#39217)
danmoseley Jul 14, 2020
60f12fe
[wasm] Restrict the changes in mono/mono#20113 to netcore only. (#39267)
monojenkins Jul 14, 2020
43b2578
[Arm64] ASIMD StorePair StorePairNonTemporal (#39240)
echesakov Jul 14, 2020
142021c
Preserve DebuggerTypeProxyAttribute classes (#39126)
eerhardt Jul 14, 2020
d9b7f4e
WASM: Fix System.IO.FileSystem.DriveInfo and Microsoft.VisualBasic.Co…
akoeplinger Jul 14, 2020
63b639b
Delete APM fallback from Socket task operations (#39248)
stephentoub Jul 14, 2020
21cad60
JIT: Don't emit some unnecessary tests (#38586)
nathan-moore Jul 14, 2020
4a0bc02
WASM: run tests on CI only in rolling and/or when libraries/tests.pro…
safern Jul 14, 2020
9057343
[wasm] Address System.Runtime.Loader failures (#39306)
mdh1418 Jul 14, 2020
5cef42e
Assembly.Location should return empty string for assemblies loaded fr…
vitek-karas Jul 14, 2020
7f7e795
2 small cleanup: 2 printf formatiing typos and 1 function header. (#3…
Jul 14, 2020
ee41d4a
Fix TestOnStartWithArgsThenStop and make service tests more reliable …
danmoseley Jul 15, 2020
b032a4d
Disable libraries tailcallstress testing on Linux arm32 (#39317)
BruceForstall Jul 15, 2020
055c3fc
[crossgen2] Use Alignment to calculate class Offset (#38962)
t-mustafin Jul 15, 2020
b6d428c
Add TryReadTo(out ReadOnlySpan<T> span, ReadOnlySpan<T> delimiter (#3…
benaadams Jul 15, 2020
3fc9408
Struct, arg and float reg cleanup (#39284)
CarolEidt Jul 15, 2020
ff98a5d
Update Mono's implementation of Vector<T> intrinsics. (#39322)
imhameed Jul 15, 2020
b7c4cb7
Add NetFramework Configurations to OOB packages (#39099)
joperezr Jul 15, 2020
b895666
Improve Activity API usability and OpenTelemetry integration (Part 2)…
tarekgh Jul 15, 2020
a4065df
Disable System.Net.HttpListener.Tests for TailcallStress (#39315)
BruceForstall Jul 15, 2020
60ccaa8
PAL_VirtualUnwindOutOfProc for MacOS (#39213)
mikem8361 Jul 15, 2020
c80cc2a
[wasm] Fix the propagation of exceptions through runtime invokes. (#3…
monojenkins Jul 15, 2020
324c6c7
Obsolete BinaryFormatter.Serialize and BinaryFormatter.Deserialize (#…
GrabYourPitchforks Jul 15, 2020
37cf387
Disallow unrestricted polymorphic deserialization in DataSet (#39304)
GrabYourPitchforks Jul 15, 2020
420e4e2
Fix location of gcdump test (#39057)
hoyosjs Jul 15, 2020
5929baa
WASM: Enable System.Memory tests (#39319)
akoeplinger Jul 15, 2020
08643df
[master] Update dependencies from mono/linker dotnet/icu (#39286)
dotnet-maestro[bot] Jul 15, 2020
1bdcd66
Add loader heap enumeration api's (ICorDebugProcess11) (#39124)
hoyosjs Jul 15, 2020
23acac8
Thumb2 uses the Arm registers (#39318)
davidwrighton Jul 15, 2020
0e7720c
Add .cfi annotation to CONTEXT_CaptureContext and RtlCaptureContext (…
janvorli Jul 15, 2020
83a15e3
[wasm] Remove ActiveIssue for issue #38337. Add a ConditionalFact ins…
vargaz Jul 15, 2020
7f53623
Add static one-shot hashing methods
vcsjones Jul 15, 2020
cd9b662
[Crossgen2] Add DelayLoadMethodCallThunks table, fix stack walks cont…
nattress Jul 15, 2020
c3a817e
Add PlatformNotSupportedException for Browser version of System.Net.S…
marek-safar Jul 15, 2020
cd8759d
Apply arm64 intrinsics to System.Text.Encodings.Web (#38707)
eiriktsarpalis Jul 15, 2020
78fb02b
Remove debug only attributes when Debugger.IsSupported is false. (#39…
eerhardt Jul 15, 2020
4cc3750
Generate only unique entries in wasm pinvoke table generator (#39356)
marek-safar Jul 15, 2020
ef2ecfd
[interp] Intrinsify span ctor (#39195)
BrzVlad Jul 15, 2020
36a9444
Disable eventpipe/gcdump test against #39361 (#39362)
jkotas Jul 15, 2020
687177b
[wasm] Modify System.Net.Security to throw PNSE (#39358)
MaximLipnin Jul 15, 2020
69d98ee
Adds Console Log Formatting APIs (#38616)
maryamariyan Jul 15, 2020
345ab77
Fix up trimming tests for new SDK (#39334)
eerhardt Jul 15, 2020
e614176
Handle 'unmanaged' calling convention value (#39030)
elinor-fung Jul 15, 2020
db8d8e1
JIT: avoid crashing on unexpected types for brtrue/brfalse (#39312)
AndyAyersMS Jul 15, 2020
3a4a49b
Fix `ASG struct (copy)` with different src and dst sizes after global…
Jul 15, 2020
fa8de89
exception from PerformWriteAsync should be asynchronous (#39325)
geoffkizer Jul 15, 2020
60cd838
Make IgnoreNullValues apply only to reference types (#39147)
layomia Jul 15, 2020
4e1ada2
[mono] Improve RuntimeConstructorInfo.ToString (#38451)
alexischr Jul 15, 2020
5fbcb38
Fix `fgOptimizeBranch` when run late. (#39320)
erozenfeld Jul 15, 2020
7f34be5
Apply CA2016: Forward CancellationToken to methods that can take it (…
carlossanlop Jul 15, 2020
46ca4d7
WASM: Fix System.IO.MemoryMappedFiles tests (#39355)
akoeplinger Jul 15, 2020
a336c9e
[Test] EventPipe test enhancements (#39212)
Jul 15, 2020
afc67c8
Make CreateHMAC(ReadOnlySpan<byte> key) public.
vcsjones Jul 15, 2020
64c9e7c
Move wasm queue to one that has more capacity and condition it (#39373)
safern Jul 15, 2020
69b0d16
Vxsort (#37159)
PeterSolMS Jul 15, 2020
48290f7
Quiet crossgen2 output (#39340)
davidwrighton Jul 15, 2020
059782e
Fix 2 noRetypingRegressions. (#39345)
Jul 15, 2020
a4051a5
use new API on new windows to get TLS13 (#37888)
wfurt Jul 15, 2020
246b729
Micro optimizations for serialization (#39323)
steveharter Jul 15, 2020
38f6ebc
Allow ctor parameters to exactly match property name (#38959)
steveharter Jul 15, 2020
93d9049
Use more consistent manifest attributes (#39360)
mmitche Jul 15, 2020
dd2bcef
Move ICU dependency to product (#39382)
mmitche Jul 16, 2020
aff5cf7
Add support for GCPOLL_INLINE for crossgen (#39376)
jkotas Jul 16, 2020
950ef6f
Interpret DOTNET_BUNDLE_EXTRACT_BASE_DIR without dir separator as rel…
mateoatr Jul 16, 2020
9b3cbc4
Add JsonIgnoreCondition.WhenWritingNull (#39388)
layomia Jul 16, 2020
0554117
Introduce BinaryFormatter enablement switch; disable on wasm (#38963)
GrabYourPitchforks Jul 16, 2020
bf2e135
Fix source build (CLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE) (#39391)
mikem8361 Jul 16, 2020
a9f8d1d
update branding to rc1 (#39418)
Jul 16, 2020
48e94eb
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Jul 16, 2020
47a2b59
Fix non-windows test failure on Microsoft.Extensions.Hosting.HostTest…
maryamariyan Jul 16, 2020
df8d056
[wasm] Enable the library test suites that have no failures at the mo…
MaximLipnin Jul 16, 2020
84c1f62
Sprinkle SuppressGCTransition across Unix shim P/Invokes (#39206)
stephentoub Jul 16, 2020
84c2974
Allow building libs tests for all configurations (#38993)
ViktorHofer Jul 16, 2020
0bce280
Make ILBlittablePtrMarshaler participate in marshaller inheritance (#…
AaronRobinsonMSFT Jul 16, 2020
2bb1049
Improve SuppressGCTransitionAttribute docs (#39410)
jkotas Jul 16, 2020
8285abc
MemoryCache: Size calculation with expired Entries (#39189)
hiersekornc Jul 16, 2020
6ae5b38
Reduce allocations and P/Invokes in one-shot hashes
vcsjones Jul 16, 2020
dc8b6f9
Add RequiresUnreferencedCodeAttribute to CryptoConfig
bartonjs Jul 16, 2020
36e0e7d
Use implicit system configuration for EncryptionPolicy.RequireEncryption
tmds Jul 16, 2020
e708795
Fix crash on invariant mode when calling GetCultureInfo(name, true) (…
safern Jul 16, 2020
37b0805
Add one more -sroa pass for llvm-jit (#38659)
EgorBo Jul 16, 2020
995d41d
Bump Intellisense nupkg version to Prev7 (#39383)
carlossanlop Jul 16, 2020
23611e1
Remaining cleanup work on Microsoft.Extensions.Logging.Console (#39407)
maryamariyan Jul 16, 2020
234c68c
Mmap R2R images at and non-page-boundary (#38951)
VSadov Jul 16, 2020
f0a9953
Enable logging for CI runs (#39381)
billwert Jul 16, 2020
1acfcc7
Force bindingRedirect for System.Resources.Extensions (#39386)
ericstj Jul 16, 2020
1980315
Add logic for non-generic Stack/Queue to share add-method delegates (…
layomia Jul 16, 2020
ace324d
Add tests to ensure the right exception is thrown for an invalid toke…
jozkee Jul 16, 2020
7d5f717
Fix issue with Trimming tests on Windows (#39307)
joperezr Jul 16, 2020
0a3e24d
Make "services.ConfigureOptions" register validations (#38513)
loic-sharma Jul 16, 2020
b8634ec
Update API doc on AddSimpleConsole (#39426)
shirhatti Jul 16, 2020
423e164
WASM: enable System.Runtime.Tests (#39344)
safern Jul 16, 2020
c9627a1
Fix inadvertently case sensitive Boyer-Moore (#39420)
danmoseley Jul 16, 2020
9127eec
Throw when Rfc2898DeriveBytes extract limit has been exceeded
vcsjones Jul 16, 2020
aebe2e5
Add tests for runtimepack type RuntimeLibraries. (#37397)
rseanhall Jul 16, 2020
746fbba
Move libraries test build to product build (#39402)
safern Jul 16, 2020
32df157
AdvSimd support for System.Text.Unicode.Utf16Utility.GetPointerToFirs…
carlossanlop Jul 16, 2020
5c99007
ICU integration and asset loading overhaul (#37971)
kg Jul 16, 2020
211bc88
Adding support for constrained open generics to DI (#34393)
jbogard Jul 16, 2020
fd45f73
Removing unused Resources from System.Threading.Overlapped (#39395)
joperezr Jul 16, 2020
ef6c035
Linking native libraries into superhost (#38684)
VSadov Jul 16, 2020
4b05f76
Use one-shot hash functions where possible. (#39455)
vcsjones Jul 17, 2020
7be6ec8
Disable System.Runtime tests that use binary formatter on wasm (#39487)
safern Jul 17, 2020
dd6efb1
Fix rare case of 'Reading is already in progress' after canceling ano…
BrennanConroy Jul 17, 2020
27629db
fix exception strings. (#39491)
mangod9 Jul 17, 2020
2b145d8
Fix Crossgen2 compilation in case input files are on different drives…
AntonLapounov Jul 17, 2020
a5ca174
Update MSBuild Traversal SDK that contains StopOnFirstFailure support…
safern Jul 17, 2020
4e51940
Ensure Firing Activity Stop event before setting the current Activity…
tarekgh Jul 17, 2020
bfc60d5
Address late feedback for #39320. (#39387)
erozenfeld Jul 17, 2020
689f459
remove ignored reference (#39459)
Anipik Jul 17, 2020
33946f2
Fix license header in gcpriv.h (#39496)
jkotas Jul 17, 2020
0a6acf3
Revert "Adding support for constrained open generics to DI (#34393)" …
maryamariyan Jul 17, 2020
95303f5
mark them as extensions methods in the src (#39498)
Anipik Jul 17, 2020
ed58235
fix build for netcoreapp3.0 (#39447)
eiriktsarpalis Jul 17, 2020
ecb231c
delete test project. (#39501)
Jul 17, 2020
2a1595e
Fix IsPrerelease condition to be aligned with rest of utf8string code…
Jul 17, 2020
52d4d8c
mark Windows-specific APIs as such (#39265)
adamsitnik Jul 17, 2020
90b9b54
Fix Mono RuntimeType to handle conversion between enums of same under…
lateralusX Jul 17, 2020
b182627
Add Record tests to NetFx (#39477)
steveharter Jul 17, 2020
34e5c24
[Wasm] Additional signatures for SkiaSharp interop + More (#39494)
monojenkins Jul 17, 2020
1d70d34
Stop gating HelixPreCommands behind an always-false conditional. (#38…
directhex Jul 17, 2020
c5d6089
[wasm] Enable System.Resources.Extensions.Tests and System.Resources.…
MaximLipnin Jul 17, 2020
085a4bf
Add a --enable-minimal=eventpipe configure option. Disable eventpipe …
vargaz Jul 17, 2020
ba40348
Small performance improvment (#38485)
Youssef1313 Jul 17, 2020
7cc8737
Disable Add_TakeFromAnotherThread_ExpectedItemsTaken for TailcallStre…
BruceForstall Jul 17, 2020
940c49e
Add telemetry to System.Net.NameResolution (#38409)
MihaZupan Jul 17, 2020
b1902db
Fix libraries run-test-job dependencies (#39536)
safern Jul 17, 2020
df4c719
[mono] Fix an assert which happens when marshalling ftnptr types. (#3…
vargaz Jul 17, 2020
e0913bd
Enable FEATURE_METADATA_VERIFY_LAYOUTS (#39451)
sdmaclea Jul 17, 2020
cc6d54c
Guard SseImpl method body with IsSupported check (#39246)
AndyAyersMS Jul 17, 2020
49186d7
Fix liveness of FrameListRoot (#39452)
CarolEidt Jul 17, 2020
87d8f7d
Revert "Kill REG_PROFILER_RET_SCRATCH (#37679)" (#39335)
AndyAyersMS Jul 17, 2020
329f0db
Mark Obsoletions for .NET 5 (#39269)
jeffhandley Jul 18, 2020
264cb76
Disable slow tests under GCStress (#39545)
BruceForstall Jul 18, 2020
f6dc87f
Add Convert.ToHexString/FromHexString
tkp1n Jul 18, 2020
f4b1d3c
Correct test to account for PLINQ Zip unordered behavior (#39553)
Clockwork-Muse Jul 18, 2020
4060615
Add breaking change version DAC API (ISOSDacInterface9 interface) (#3…
mikem8361 Jul 18, 2020
328fc0f
Remove some non-unicode characters from source code (#39527)
monojenkins Jul 18, 2020
177d6f1
Implement IComparable on Rune (#39541)
GrabYourPitchforks Jul 18, 2020
1d12f2b
Remove unused local variables and methods from System.Drawing.Common …
MattKotsenas Jul 18, 2020
1f62294
Remove unused locals in System.IO.FileSystem.* (#39552)
MattKotsenas Jul 18, 2020
90d47a7
Add more information to test timeout message (#39558)
BruceForstall Jul 18, 2020
8e7b5ae
Disable Vector tests failing under GCStress (#39580)
BruceForstall Jul 18, 2020
595402c
Remove unused locals in System.IO.Ports (#39557)
MattKotsenas Jul 18, 2020
ad325b0
Fix GC poll insertion for `BBJ_CALLFINALLY` basic blocks. (#39564)
erozenfeld Jul 18, 2020
16830d1
Disable Interop\COM\Dynamic\Dynamic under GCStress (#39585)
BruceForstall Jul 18, 2020
fcfcc92
Remove unused locals in System.Configuration.ConfigurationManager (#3…
MattKotsenas Jul 18, 2020
b570558
Use static lambdas in several libraries (#39273)
stephentoub Jul 18, 2020
3f7202b
Replace USE_INTERNAL_ACCESSIBILITY with SYSTEM_PRIVATE_CORELIB (#39588)
jkotas Jul 18, 2020
a9b0beb
Correct TryReadTo ref assembly parameter name (#39594)
benaadams Jul 18, 2020
9026457
Remove SELECTANY usage (#39532)
janvorli Jul 18, 2020
0f4d1d8
Make Comments In SortedList Match Code Bahaviour (#39595)
taoyouh Jul 18, 2020
1d08d98
Remove unused locals in System.Management (#39570)
MattKotsenas Jul 18, 2020
bb27de1
Fix il verification tests (#39538)
davidwrighton Jul 18, 2020
6af0d0e
Fix resx test name mangling logic (#39569)
GrabYourPitchforks Jul 18, 2020
62f2588
Annotate and adjust more of CoreLib for trimming (#38865)
MichalStrehovsky Jul 18, 2020
b613cbe
[wasm] Trim down size of dotnet.wasm (#39549)
BrzVlad Jul 18, 2020
f4e9146
Test EmbeddedSignatureData api (#39329)
davidwrighton Jul 18, 2020
9a5ef96
add SupportsTls11 and SupportsTls12 to PlatformDetection avoid OS ver…
wfurt Jul 20, 2020
0e23ef4
Reenable gcdump test (#39555)
davmason Jul 20, 2020
0e0e648
Synchronize dataflow annotations accross virtual methods (#39458)
MichalStrehovsky Jul 20, 2020
06700b4
Sync shared compiler file (#39164)
MichalStrehovsky Jul 20, 2020
628d99b
Properly map exceptions from NetworkStream ctor. (#39514)
ManickaP Jul 20, 2020
867ad8d
[wasm][debugger] Don't download unnecessary assemblies to DebugProxy …
thaystg Jul 20, 2020
945beee
[wasm] Include data archives and timezone data by default (#39586)
lewing Jul 20, 2020
a366d63
[wasm] Sort Assembly List in WASM Apps (#39374)
mdh1418 Jul 20, 2020
0655692
[mono] Update ICU version, disable some tests for Browser (#39596)
EgorBo Jul 20, 2020
d8d4d9e
Create and add instance reference inside ResolveMetadata* (#39330)
jozkee Jul 20, 2020
c652058
Add PNSE on non-Browser for S.R.I.JavaScript and clean up references …
akoeplinger Jul 20, 2020
d5b61d8
[wasm] Enable System.CodeDom.Tests test suite (#39626)
MaximLipnin Jul 20, 2020
6998f4c
Unify resource strings used for Browser PNSE (#39637)
akoeplinger Jul 20, 2020
e0d20d3
[wasm] Address System.Text.RegularExpressions.Tests Failures (#39470)
mdh1418 Jul 20, 2020
1ab372c
Fix fd leak in Diagnostics Server and add better error handling (#39129)
Jul 20, 2020
dc00345
Add ProcessInfo command to Diagnostics Server (#38967)
Jul 20, 2020
d252f29
Apply missing obsolete attributes in src; fix attribute ordering (#39…
jeffhandley Jul 20, 2020
0a1f7ba
Allow Debugger attributes to be trimmed in Mono (#39479)
eerhardt Jul 20, 2020
874399a
Declare AllowReversePInvokeCallsAttribute as Obsolete. (#39636)
AaronRobinsonMSFT Jul 20, 2020
36041c5
Fix tiering assertion failures from concurrent or reentering JIT of t…
kouvel Jul 20, 2020
25b6106
Revert "Fix resx test name mangling logic" (#39644)
GrabYourPitchforks Jul 20, 2020
7324741
AdvSimd support for System.Text.Unicode.Utf8Utility.TranscodeToUtf8 (…
carlossanlop Jul 20, 2020
9d88a94
AdvSimd support for System.Text.Unicode.Utf8Utility.GetPointerToFirst…
carlossanlop Jul 20, 2020
562763b
Fix build failure in net472 debug AdvSimd Utf16Utility (#39652)
carlossanlop Jul 20, 2020
c44ea8f
[master] Update dependencies from mono/linker Microsoft/vstest dotnet…
dotnet-maestro[bot] Jul 20, 2020
6bb6060
Add CoffeeFlux to area-VM-meta-mono (#39659)
CoffeeFlux Jul 21, 2020
c399806
Fix tailCall check for CallI. (#39621)
Jul 21, 2020
0c79b70
Fixing a memory ordering issue in AsymmetricLock and enabling MemoryB…
VSadov Jul 21, 2020
0df6dac
Start using UnmanagedCallersOnly in CoreLib (#39082)
jkotas Jul 21, 2020
82d7d5f
fix missing command case (#39686)
Jul 21, 2020
650f28f
Add JsonNumberHandling(Attribute) & support for (de)serializing numbe…
layomia Jul 21, 2020
911cf2c
Disable getappdomainstaticaddress for JIT stress modes (#39667)
BruceForstall Jul 21, 2020
f0a41ac
Do not touch crossgen if crossgen is not requested (#39628)
gbalykov Jul 21, 2020
c2d2397
WASM: Enable System.Reflection.MetadataLoadContext tests (#39651)
akoeplinger Jul 21, 2020
cde939d
Fix TableOutOfRangeException in Crossgen2 (#39653)
trylek Jul 21, 2020
bf0076c
[browser][tests] Activate System.Runtime.Extensions UserName tests (#…
kjpou1 Jul 21, 2020
d129af6
Add CryptoStream.FlushFinalBlockAsync
vcsjones Jul 21, 2020
632cdca
Trim more Http DiagnosticsHandler code (#39525)
eerhardt Jul 21, 2020
2b94d13
Update license header in NameResolutionTelemetry (#39711)
MihaZupan Jul 21, 2020
3b1b623
Fix hosted crossgen2 build on arm64 (#39537)
omajid Jul 21, 2020
c5b39f3
Enable builds of internal branches (#39437)
mmitche Jul 21, 2020
1a6016d
Disable crossgen2smoke test for GCStress (#39680)
BruceForstall Jul 21, 2020
b11aea3
Clean up code following JSON number handling and field support PRs (#…
layomia Jul 21, 2020
f501577
WASM: Enable System.Reflection tests (#39696)
akoeplinger Jul 21, 2020
932ea66
[wasm] Enable System.ComponentModel.TypeConverter test suite (#39710)
MaximLipnin Jul 21, 2020
7adab7c
Modify build-test scripts to use response files for Crossgen compilat…
trylek Jul 21, 2020
ed6eda5
[runtime] Initialize the class if needed in type_is_blittable (). (#3…
vargaz Jul 21, 2020
69ef55e
Fix libraries outerloop builds (#39735)
safern Jul 21, 2020
e87fbd1
Add Overloads for Add(Json/Systemd/Simple)Console (#39725)
maryamariyan Jul 21, 2020
9e846df
Add note about the tagging bot to area-owners.md (#39750)
akoeplinger Jul 22, 2020
d8cf13e
Use lib prefix for native library names for consistency (#39717)
jkotas Jul 22, 2020
fd1cff8
Move `GetLclOffs` method to `GenTreeLclVarCommon`. (#39623)
Jul 22, 2020
0cee949
CI Integration for Cross OS DAC (#39574)
hoyosjs Jul 22, 2020
8087ae5
[wasm] Enable System.Xml.XmlSerializer.ReflectionOnly.Tests, System.X…
MaximLipnin Jul 22, 2020
df9873f
[wasm] WasmAppBuilder write the json as json (#39660)
lewing Jul 22, 2020
1d0eb4b
Use function pointers in more places (#39752)
jkotas Jul 22, 2020
290bc3a
[wasm] Enable System.Linq.Expressions.Tests test suite (#39772)
MaximLipnin Jul 22, 2020
90a31ee
Fix some scenarios for DynamicRevocationTests on macOS.
vcsjones Jul 22, 2020
8ddc945
Allow higher iteration counts for PBES2
vcsjones Jul 22, 2020
ea82629
Add runtimelab.yml for dotnet/runtimelab experiments CI and build inf…
joperezr Jul 22, 2020
a6adf88
Merge dotnet/runtime 'master' branch into JsonCodeGen
joperezr Jul 23, 2020

Sorry, this diff is taking too long to generate.

It may be too large to display on GitHub.