Skip to content

Sync with upstream main branch #34

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 243 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
243 commits
Select commit Hold shift + click to select a range
b42188a
Update issue suppressions (#63248)
MichalStrehovsky Jan 1, 2022
e571c3b
[mono][wasm] Remove unused targets from wasm/Makefile. (#63263)
vargaz Jan 2, 2022
c8f3b36
Fix strings typo (#63269)
danmoseley Jan 3, 2022
699b0ae
Implement DiagnosticName in NativeAOT code (#63271)
MichalStrehovsky Jan 3, 2022
079245b
Use interpolated strings in place of `StringBuilder.AppendFormat` whe…
teo-tsirpanis Jan 3, 2022
fd33b9e
Fix nullability annotations on ProcessModule.FileName/ModuleName (#63…
stephentoub Jan 3, 2022
82fd67a
[main] Update dependencies from dotnet/linker (#63166)
dotnet-maestro[bot] Jan 3, 2022
c7ec82a
[mono][wasm] Allow methods with finally clauses to be AOTed. (#63065)
vargaz Jan 3, 2022
2a11aab
Move things from ILCompiler.TypeSystem to ILCompiler.Compiler (#63280)
MichalStrehovsky Jan 3, 2022
7574e03
[wasm][debugger] Add Browsable Attribute support. (#62045)
ilonatommy Jan 3, 2022
55fecfb
Fix issues in PAL (#62625)
kant2002 Jan 3, 2022
3cde4dc
Last ILCompiler.TypeSystem <-> ILCompiler.TypeSystem.ReadyToRun diff …
MichalStrehovsky Jan 3, 2022
327bb30
add missing PTEST docs (#62122)
saucecontrol Jan 3, 2022
6c50d9f
Mark Go override as SkipLocalsInit if possible (#63277)
stephentoub Jan 3, 2022
d34c0d6
[mono] Don't access MonoClassField:parent directly (#63081)
lambdageek Jan 3, 2022
2d52010
Use pattern matching to reduce some duplication (#63278)
stephentoub Jan 3, 2022
4e92eae
Fix user => use typo in comments (#63288)
stephentoub Jan 3, 2022
046cbf0
Unify threading between crossgen2 and ilc (#63282)
MichalStrehovsky Jan 3, 2022
9472bfe
Use SAL2 _In_, _Out_ to prevent conflicts (#63261)
NN--- Jan 3, 2022
0ef205d
Do not create non-null assertions from location nodes (#62743)
SingleAccretion Jan 3, 2022
a2b288d
transform sgen_get_descriptor to parallel safe version in job_major_m…
monojenkins Jan 3, 2022
f97546b
Fixed ILVerify incorrectly flagging valid default interface implement…
bbartels Jan 3, 2022
623c059
Update COM host to match RegAsm registration behavior (#63292)
AaronRobinsonMSFT Jan 3, 2022
1857c7b
Delete ILCompiler.TypeSystem.ReadyToRun project (#63313)
MichalStrehovsky Jan 4, 2022
a76387e
make sure OpenSSL is initialized before Tls13Supported code runs (#62…
wfurt Jan 4, 2022
f686f65
Robustify a name resolution test (#63259)
danmoseley Jan 4, 2022
3580ba7
Extend CPU capabilities detection for osx-arm64 (#62832) (#62958)
neon-sunset Jan 4, 2022
8359690
Extend case optimization in MatchCharacterClass to all chars that dif…
stephentoub Jan 4, 2022
80f6845
A few minor tweaks to Regex source generator rendering (#63276)
stephentoub Jan 4, 2022
e789b4e
Revert SafeBuffer change around pointer initialization (#63289)
stephentoub Jan 4, 2022
13305d0
Add some diagnostics for EFS tests (#63243)
danmoseley Jan 4, 2022
0e3888a
Fix missing space in literal
stephentoub Jan 4, 2022
56ffec2
Fix GetSpanDataFrom (#63306)
davidwrighton Jan 4, 2022
7172c68
Accelerate additional cross platform hardware intrinsics (#61649)
tannergooding Jan 4, 2022
312c66f
logging (#63326)
danmoseley Jan 4, 2022
ef357af
[DllImportGenerator] Update buffer size field for custom marshalling …
elinor-fung Jan 4, 2022
ae2e360
Divide properties into: public, private, protected. (#62627)
ilonatommy Jan 4, 2022
b2ab353
Fix Instrument.ts_tags to be static in .NET Framework build (#63343)
stephentoub Jan 4, 2022
932c822
Fix order of line number/position arguments to XsltException ctor (#6…
stephentoub Jan 4, 2022
33731fc
Disable console test for jitstressreg mode (#63349)
danmoseley Jan 4, 2022
eed3a62
Enable support for nint/nuint for Vector64/128/256<T> (#63329)
tannergooding Jan 4, 2022
4a1bcc3
Add comment about using source-generated p/invokes to interop guideli…
elinor-fung Jan 4, 2022
4514589
clean up header collection property implementations (#63308)
geoffkizer Jan 4, 2022
00952e1
Pass configuration as a parameter for local Apple mobile test runs (#…
steveisok Jan 4, 2022
8ce1c54
Update Codespaces instructions for latest (#63376)
eerhardt Jan 4, 2022
5b17bec
Fix LazyMemberInfo.Equals to return false for null (#63372)
stephentoub Jan 5, 2022
0524b58
Remove unnecessary field writes in MimePart.SetContent (#63368)
stephentoub Jan 5, 2022
5a9bd5c
Fix null ref for null Stream input in Icon.Save (#63369)
stephentoub Jan 5, 2022
b6695a1
Move HttpRequestStream.{Begin}Read argument logging to after validati…
stephentoub Jan 5, 2022
8b9e708
Implement IEquatable<T> on the runtime handle types. (#63358)
teo-tsirpanis Jan 5, 2022
586918a
Remove dependency of type system tests on ILCompiler.ReadyToRun (#63323)
MichalStrehovsky Jan 5, 2022
cab2fd8
Fix running WASM tests locally on Windows (#63334)
maraf Jan 5, 2022
3058fa4
Replace name with type and codepage in EncodingConversionOverflow exc…
marek-safar Jan 5, 2022
0f03554
[main] Update dependencies from 6 repositories (#63252)
dotnet-maestro[bot] Jan 5, 2022
bd245d6
[main] Update dependencies from dotnet/linker (#63336)
dotnet-maestro[bot] Jan 5, 2022
a8e6f69
Remove dead code in OdbcCommandBuilder.UnquoteIdentifier (#63363)
stephentoub Jan 5, 2022
ad5ccec
Simplify condition in System.Private.CoreLib.Shared.projitems (#63388)
jkotas Jan 5, 2022
60012a1
Remove some unnecessary duplicated checks (#63341)
stephentoub Jan 5, 2022
70065c1
Delete __SkipCrossgenFramework (#63390)
MichalStrehovsky Jan 5, 2022
bd6a64b
Fix MethodDesc::CbStackPop for string ctors on x86 (#63391)
janvorli Jan 5, 2022
311ecfe
Fix the MacOS remote unwinder for VS4Mac (#63378)
Jan 5, 2022
ec5471c
Handle race condition when HttpListener is stopped or closed (#63394)
kevingosse Jan 5, 2022
b28c38d
JIT: refactor fields of GenTreeCall (#63402)
AndyAyersMS Jan 5, 2022
4427c56
Arm64: Memory barrier improvements (#62895)
kunalspathak Jan 5, 2022
abb7df5
Convert SAL1 to SAL2 (#63333)
NN--- Jan 6, 2022
7fc4b6a
[wasm][debugger] GetProperties broken on chrome (#63403)
thaystg Jan 6, 2022
5a0f438
Include properties on records for (de)serialization in source-gen (#6…
layomia Jan 6, 2022
634dfa1
[wasm] Fix test filtering for debugger tests on windows (#63380)
radical Jan 6, 2022
44b9a6e
Make DllImportGenerator unit tests' compilations use live refs (#63410)
elinor-fung Jan 6, 2022
599ab0e
Fix time reporting for the merged tests (#63452)
trylek Jan 6, 2022
0b7bef0
Refactor DllImports in Microsoft.Extensions.Hosting.Systemd (#63421)
MattKotsenas Jan 6, 2022
392b35c
Ensure UserSecretsIdAttribute is added to assembly (#63415)
eerhardt Jan 6, 2022
d988a52
Fix stack overflow with X509Certificate FriendlyName
vcsjones Jan 6, 2022
0e800a6
[mono] Reorganize zlib dependency logic (#63365)
lambdageek Jan 6, 2022
90ec876
Convert JIT/Methodical/Array/range Pri0 tests and hook up mobile test…
jkoritzinsky Jan 6, 2022
98c5328
Fix bugs with generation for ctor param default values (#62798)
layomia Jan 6, 2022
b0685e1
[DllImportGenerator] Remove DLLIMPORTGENERATOR_ENABLED define (#63464)
elinor-fung Jan 6, 2022
01cc900
[mono] Make some icalls pass/return object references using ObjectHan…
vargaz Jan 6, 2022
5993a3a
[DRAFT][Perf][Mono] Enable llvm for arm perf runs (#63311)
Jan 6, 2022
a0220fd
JIT: save generics context for late devirtualization (#63420)
AndyAyersMS Jan 6, 2022
ef49cd0
[Revert] Reverted change to global build job (#63483)
Jan 7, 2022
afffdc6
Support for specifying max depth of generic cycle (#63435)
hez2010 Jan 7, 2022
b1edcf1
Use "read" to fetch misaligned 64bit values from bundle header (#63431)
VSadov Jan 7, 2022
a71f261
Bump Microsoft.CodeAnalysis.CSharp version to 4.0.1 (#63492)
stephentoub Jan 7, 2022
91843fb
Suppress warnings about [Obsolete] member usage in JSON src-gen'd cod…
layomia Jan 7, 2022
3eccec0
Sign ILVerification.dll (#63471)
jcouv Jan 7, 2022
c49c65d
[LoongArch64] Port libraries directory (#62888)
shushanhf Jan 7, 2022
e210a60
Fix Creating Cultures with Sort Names (#63386)
tarekgh Jan 7, 2022
e0287b7
Make delegates unsupported by JsonSerializer (#63495)
layomia Jan 7, 2022
568364a
Update coverlet to 3.1.0 and reportgenerator to 5.0.2 (#63491)
stephentoub Jan 7, 2022
83c9761
Clarify P/Invoke shims guidance for OOB assemblies (#63470)
MattKotsenas Jan 7, 2022
03c5dbc
Move init-vs-env in test build script down (#63433)
MichalStrehovsky Jan 7, 2022
b4dfd7d
HttpConnectionPool improvements (#62935)
geoffkizer Jan 7, 2022
0b91bea
Fix NETStandard library using JSON source gen (#63472)
ericstj Jan 7, 2022
251eba3
Show test names in merged wrapper execution log (#63511)
trylek Jan 7, 2022
897694f
Fix exception propagation over HW exception frame on macOS arm64 (#63…
janvorli Jan 8, 2022
73a34ce
Fix translation of Ping error codes (#63237)
deeprobin Jan 8, 2022
92f547a
Delay load winrt (#63196)
NN--- Jan 8, 2022
cc7cd63
[wasm][tests] Fix, and simplify sample building on CI (#63429)
radical Jan 8, 2022
bc7f6c2
Add Running on FreeBSD Instructions (#63417)
Thefrank Jan 8, 2022
9a09cee
Increase timeout on regex test (#63529)
danmoseley Jan 8, 2022
0e1d0e1
Fix debug-only tracing in PhysicalMemoryMonitor.SetLimit (#63342)
stephentoub Jan 8, 2022
bd9e038
Delete a dead null check in TransactionStateDelegatedBase.EnterState …
stephentoub Jan 8, 2022
76162ff
Delete dead null check in XmlQueryRuntime.DocOrderDistinct (#63371)
stephentoub Jan 8, 2022
ce2165d
Delete duplicated consts in XmlUTF8TextReader (#63367)
stephentoub Jan 8, 2022
3591add
[wasm] Webpack & NextJS & TypeScript samples (#63335)
pavelsavara Jan 9, 2022
a2af629
[metadata] Borrow bits from MonoClassField:parent for flags (#63302)
lambdageek Jan 9, 2022
cf5b231
Fix paramName in CryptoStream ArgumentExceptions (#63557)
vcsjones Jan 10, 2022
6c27588
disable lltng on FreeBSD as the package is no longer available (#63567)
wfurt Jan 10, 2022
c6ceca8
Fix some trimming/AOT warnings in crossgen2/ilc (#63569)
MichalStrehovsky Jan 10, 2022
c142613
Change XmlAttributeCache.WriteValue(string) to assert (#63364)
stephentoub Jan 10, 2022
5f80aca
Add AvxVnni support for NativeAOT (#63563)
MichalStrehovsky Jan 10, 2022
10d3114
Revert "Fix exception propagation over HW exception frame on macOS ar…
jkotas Jan 10, 2022
37d7535
Fix Fiji time zone time conversion (#63476)
tarekgh Jan 10, 2022
7242690
.NET number values such as positive and negative infinity cannot be w…
deeprobin Jan 10, 2022
9d5cfc5
Fix Regex if-then-else code generation (#63427)
stephentoub Jan 10, 2022
9529c35
Fixes Event Log Message Format on Unmanaged FailFast (#63517)
Silvenga Jan 10, 2022
c92c767
Add a few missing Stream overrides (#63579)
stephentoub Jan 10, 2022
f9a1c78
[wasm][debugger] Fix hang in ArrayTests (#63528)
radical Jan 10, 2022
32a24b8
Revert "Remove extra call to PropertyInfo.GetValue(object) (#60415)" …
ericstj Jan 10, 2022
1e0f045
add RID for Alpine 3.15 (#62938)
ayakael Jan 10, 2022
5fdc58d
improve TLS resume on server (#63030)
wfurt Jan 10, 2022
010b875
JIT: rework logic for when OSR imports method entry (#63406)
AndyAyersMS Jan 11, 2022
79c85b7
Set File Version Minor for System.Runtime.Experimental (#63599)
safern Jan 11, 2022
ce9deb2
Special-case ERROR_INVALID_PARAMETER in PosixSignalRegistration.Unreg…
stephentoub Jan 11, 2022
2a86305
[TODO-List-Cleanup] Refactor `fgDebugCheckFlags` (#62948)
SingleAccretion Jan 11, 2022
917d369
Fix non-portable arm64 build (#63121)
gbalykov Jan 11, 2022
9b29946
Fix ABI stress test coverage (#63409)
jakobbotsch Jan 11, 2022
1ba2734
Update CoreShim.cpp (#63600)
AaronRobinsonMSFT Jan 11, 2022
fe8422c
Remove leading and trailing white-spaces from section name (#63549)
mapogolions Jan 11, 2022
4646f13
Fix case where we fail to commit the start of a new region, but don't…
PeterSolMS Jan 11, 2022
61d5a4a
[wasm][debugger] Add getter properties unfolding in structures. (#63574)
ilonatommy Jan 11, 2022
8c47d32
[Android] Fix accessing network interfaces information (#62780)
simonrozsival Jan 11, 2022
1297ac8
Should read this byte only in earlier versions. (#63503)
thaystg Jan 11, 2022
59b55a2
[mono][debugger] Fix step on ios when using interpreter (#63515)
thaystg Jan 11, 2022
b389de5
Prevent potential out of bounds write on Android SslStream
simonrozsival Jan 11, 2022
cf91716
Enable GC regions by default (#59283)
mangod9 Jan 11, 2022
b8a8c7a
LoggingHttpMessageHandler should log unescaped URL in log message (#6…
antmeehan Jan 11, 2022
bd9f1c4
add capture group name in comment (#63255)
pedrobsaila Jan 11, 2022
64f4885
Added DrawRectangle overload accepting RectangleF (#62385)
medo64 Jan 11, 2022
ff74f55
[Group 4] Enable nullable annotations for `Microsoft.Extensions.Confi…
maxkoshevoi Jan 11, 2022
74dc242
HostBuilder.Build doc: mention lifetime (#63123)
yecril71pl Jan 11, 2022
032129c
Delete some null checks (#63024)
SingleAccretion Jan 11, 2022
4e22ade
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jan 11, 2022
81fcfb6
Delete `CEEInfo::IsCompilingForNGen` (#63613)
MichalStrehovsky Jan 12, 2022
4f89b79
Ensure the JIT view of InstructionSets is correct in the face of JitC…
tannergooding Jan 12, 2022
dadc7ce
Unify JIT/Methodical/eh/common and JIT/jit64/eh/common (#63597)
trylek Jan 12, 2022
8edc17d
Fix address mode for `IconHandle + Icon` (#63608)
MichalStrehovsky Jan 12, 2022
cfe08db
[Perf] Enable LLVM on perf runs (#63504)
Jan 12, 2022
cbfdf3f
Use open StrongNameKeyId for ILVerification.dll (#63583)
jkotas Jan 12, 2022
ad1b5b8
[mono] Convert RuntimeAssembly icalls to use QCallAssembly/ObjectHand…
vargaz Jan 12, 2022
ef7ff07
Capture and record output from tests from Console.Out into the test r…
jkoritzinsky Jan 12, 2022
4e2102b
Add dependency analysis documentation from CoreRT (#63665)
kant2002 Jan 12, 2022
b9d8d84
Make test System.Data.Tests.AppDomainsAndFormatInfo.Bug55978 more rob…
maraf Jan 12, 2022
c81ad33
Fix ArgIterator::GetArgLoc by-ref check for HFAs/HVAs (#63587)
jakobbotsch Jan 12, 2022
ecc20c5
[main] Update dependencies from 7 repositories (#63392)
dotnet-maestro[bot] Jan 12, 2022
74103c2
Fix index in XmlQueryRuntime.MatchesXmlType (#63366)
stephentoub Jan 12, 2022
d4f06a9
Reuse ARRAY_SIZE from minipal (#63661)
am11 Jan 12, 2022
e731cce
Fix a bug in the detection of Windows Nano from native test clients. …
AaronRobinsonMSFT Jan 12, 2022
170d581
Disable MemoryMappedFileTests failing on macOS/arm64 + coreclr due to…
MaximLipnin Jan 12, 2022
240c23a
#50880 remove exclusion line for collection tests (#63616)
mkhamoyan Jan 12, 2022
fdbd12d
JIT: Update bbFlags after replacing RET_EXPR (#63657)
EgorBo Jan 12, 2022
635cfb3
[main] Update dependencies from dotnet/xharness (#63680)
dotnet-maestro[bot] Jan 12, 2022
6de7147
Enable IDE0059 analyzer: Unnecessary assignment of a value (#63340)
marek-safar Jan 12, 2022
c8d3a06
Re-enable System.Net.Security UnitTests project on Android (#63669)
MaximLipnin Jan 12, 2022
b25b96e
[source-build][mono] Do not build Microsoft.NET.Runtime.MonoTargets.S…
uweigand Jan 12, 2022
8fef95b
fix LocalCertificateSelectionCallback on unix (#63200)
wfurt Jan 12, 2022
cfe5e98
Implement the last of the approved cross platform hardware intrinsics…
tannergooding Jan 13, 2022
dc67c70
Fix native frame unwind in syscall on arm64 for VS4Mac crash report. …
Jan 13, 2022
93c6134
Add ActivityContext.TryParse overload (#63692)
tarekgh Jan 13, 2022
d5c22b0
Remove constraints from Regex source generator partial class declarat…
stephentoub Jan 13, 2022
c763019
[wasm] Load assets earlier (#63623)
pavelsavara Jan 13, 2022
f580068
Fix JsonObject constuctor (#63150)
bogatykh Jan 13, 2022
46db4aa
Add NativeAOT libraries tests annotations (#63668)
MichalStrehovsky Jan 13, 2022
64c05a3
Reconfigure the field sequences for statics (#62632)
SingleAccretion Jan 13, 2022
a13ee96
[wasm][debugger] Fixing error after receiving loaded_files = null (#6…
thaystg Jan 13, 2022
01cdd1d
[wasm] Emscripten uses `require` even when targeting ES6. This deals …
pavelsavara Jan 13, 2022
77bdad5
Bump to macOS 10.14 minimum in libs and mono builds too (#63682)
akoeplinger Jan 13, 2022
048e1a3
[Android] Throw PNSE for unavailable network information (#63633)
simonrozsival Jan 13, 2022
c78d9fa
Disable System.Drawing.Common.Tests test suite on Windows+Mono (#63726)
MaximLipnin Jan 13, 2022
ec0c7f3
Add negative tests for by-ref in UnmanagedCallersOnly scenarios. (#63…
AaronRobinsonMSFT Jan 13, 2022
c912a15
Change non-breaking spaces (U00A0) to a plain space in code files (#6…
vcsjones Jan 13, 2022
79e40e3
Add public constants for HMAC and hash sizes
vcsjones Jan 13, 2022
2c28e63
Temporarily disable coredumps during library testing on macOS (#63742)
akoeplinger Jan 13, 2022
27fdc2d
Avoid deadlock with ConfigurationManager (#62209)
halter73 Jan 14, 2022
1ba80f6
Remove errors during first run of runpaltests.h (#62642)
kant2002 Jan 14, 2022
b7e0a85
[LoongArch64] add all the coreclr-build-config files (#62889)
shushanhf Jan 14, 2022
c96869a
Disable annoying warnings in the repro project (#63777)
MichalStrehovsky Jan 14, 2022
b184ee0
MemoryMappedFile: don't check for file existence if there is no need …
adamsitnik Jan 14, 2022
0b527a2
Fix a style issue. (#63776)
vargaz Jan 14, 2022
d568a3f
Introduce Activity.IsStopped Property (#63713)
tarekgh Jan 14, 2022
3956126
Fix typo in SRM package description (#63782)
MSDN-WhiteKnight Jan 14, 2022
33179fa
[Group 5] Enable nullable annotations for `Microsoft.Extensions.Confi…
maxkoshevoi Jan 14, 2022
a991e13
Make ObjectiveC tests in System.Runtime.InteropServices.Tests check e…
elinor-fung Jan 14, 2022
5626066
Enable superpmi-collect pipeline on macOS arm64 (#63691)
echesakov Jan 14, 2022
02e22b0
Remove string[] args from Main methods under JIT/Methodical (#63770)
trylek Jan 14, 2022
3a83c5c
Delete unused method (#63797)
jkotas Jan 14, 2022
e1c69cc
Move localloc/common library under JIT folder (#63510)
trylek Jan 14, 2022
2692407
Build all packages on source-build even when in servicing (#63755)
safern Jan 14, 2022
513fe28
More duplicate projects under JIT/Methodical/NaN to delete (#63771)
trylek Jan 14, 2022
40047f2
Improve Regex UpdateBumpalong optimization for non-atomic and lazy lo…
stephentoub Jan 15, 2022
9daaab1
serialize SendPacketsAsync tests (#63702)
antonfirsov Jan 15, 2022
692052e
Split `sendtohelixhelp.proj` to extract wasm, and mobile bits to sepa…
radical Jan 15, 2022
386f871
[metadata] Use MonoDefaults from components without hacks (#63822)
lambdageek Jan 15, 2022
25d999b
Improve use of {Last}IndexOf{Any} in Regex loops (#63428)
stephentoub Jan 15, 2022
20e6ec1
Avoid unnecessary string allocation in HttpRuleParser.GetHostLength (…
geoffkizer Jan 15, 2022
9db6096
JIT: Mark constant arguments of HWINTRINSIC nodes as DONT_CSE (#63442)
EgorBo Jan 15, 2022
a2e017d
Fix MOffset size estimate (#63766)
SingleAccretion Jan 15, 2022
c30d55e
Perform some minor code cleanup of the System.Numerics and System.Run…
tannergooding Jan 15, 2022
78dea7f
Add Regex FindFirstChar optimization for a literal after an atomic lo…
stephentoub Jan 15, 2022
fd2883f
Delete notifyexternals.* (#63835)
jkotas Jan 15, 2022
1e22b3f
Refactor the "produce an RSP file" step into a separate step from the…
jkoritzinsky Jan 15, 2022
c5c7967
Unify string.{Last}IndexOfAny and span.{Last}IndexOfAny (#63817)
stephentoub Jan 16, 2022
23de817
[mono] Disable partial generic sharing for gparams with non-enum cons…
vargaz Jan 16, 2022
bf65675
Compress operand kinds array and optimize `OperIsLocal` (#63253)
SingleAccretion Jan 16, 2022
4f34ced
Disable the Runtime_34587 regression test with GH issue #63818 (#63819)
trylek Jan 16, 2022
ec349cd
Fix a few IL tests using the namespace syntax without an actual names…
trylek Jan 16, 2022
217b288
Convert h2inc to a cmake function (#63841)
am11 Jan 17, 2022
84926be
Prevent assert if stack trace has function pointer (#63787)
kant2002 Jan 17, 2022
ae2f60c
NativeAOT: Allow Delegate and MulticastDelegate marshalling (#63219)
kant2002 Jan 17, 2022
bf1d4a1
Fix generating RunTests.sh and RunTests.cmd scripts (#63875)
rzikm Jan 17, 2022
d72ed27
Treat CLS_VAR_ADDR as never null (#63844)
SingleAccretion Jan 17, 2022
4fac954
Fix escaped strings for TryGetDateTime(Offset) (#63534)
WinCPP Jan 17, 2022
6dcb039
Delete UMThkCallFrame (#63826)
jkotas Jan 17, 2022
d48a44f
Separate variance information in mangled names (#63866)
MichalStrehovsky Jan 17, 2022
d0e2dac
Actually properly type primary selectors (#63752)
SingleAccretion Jan 17, 2022
126db6d
Disable warnings as errors in the repro project (#63910)
MichalStrehovsky Jan 18, 2022
24bdc38
[main] Update dependencies from dotnet/linker (#63445)
dotnet-maestro[bot] Jan 18, 2022
8d8ef6d
FileSystemEntry.Unix: don't make a syscall to check hidden on Linux. …
tmds Jan 18, 2022
7a0388a
Extend triage board automation to more pods (#63897)
eiriktsarpalis Jan 18, 2022
dfb36ae
Fix a few IndexOf{Any} uses (#63852)
stephentoub Jan 18, 2022
e6ad043
Split CheckNotDisposed to allow inlining (#63863)
MichalStrehovsky Jan 18, 2022
e30fe9b
Encapsulate the logic of caching the last synchronously completed tas…
teo-tsirpanis Jan 18, 2022
207590a
Fold coreclr/ToolBox into coreclr/tools (#63917)
MichalStrehovsky Jan 18, 2022
2f366a8
Delete a few unused PAL APIs (#63916)
am11 Jan 18, 2022
856e8c3
Fix compilation with older gcc (#63721)
am11 Jan 18, 2022
39ef452
Disable DllImportGenerator.Unit.Tests test suite on macOS+arm64+CoreC…
MaximLipnin Jan 18, 2022
5a12420
Remove individual exclusions for DllImportGenerator.Unit.Tests in fav…
MaximLipnin Jan 18, 2022
6489611
Fix OpenSSL 3 reporting an OutOfMemoryException for missing private key
vcsjones Jan 18, 2022
d18d6c7
Update SAN test to account for OpenSSL 3 changes
vcsjones Jan 18, 2022
2eb2e88
improve protocol detection in jail (#63565)
wfurt Jan 18, 2022
f04a242
Set zero (infinite) options timeout in case of Timeout.InfiniteTimeSp…
Sundow Jan 18, 2022
1fb91af
Merge with main from upstream
Jan 18, 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
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"isRoot": true,
"tools": {
"coverlet.console": {
"version": "1.7.2",
"version": "3.1.0",
"commands": [
"coverlet"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "4.5.8",
"version": "5.0.2",
"commands": [
"reportgenerator"
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.21622.1",
"version": "1.0.0-prerelease.22062.1",
"commands": [
"xharness"
]
Expand Down
Loading