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 with upstream main branch #15

Merged
merged 423 commits into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
423 commits
Select commit Hold shift + click to select a range
0666ebc
[mono][aot] Fix the inclusion of generic instances when doing profile…
vargaz Nov 17, 2021
10e107d
[wasm][debugger] Fix evaluation of a static class attribute; using cu…
ilonatommy Nov 17, 2021
d1b3816
Minor File.ReadAllBytes* improvements (#61519)
adamsitnik Nov 17, 2021
44d28bf
Extend RegexCharClass.Canonicalize range inversion optimization (#61562)
stephentoub Nov 17, 2021
83661ff
Remove some unnecessary slicing from generated Regex code (#61701)
stephentoub Nov 17, 2021
5331f21
Ignore missing data result from superpmi-replay run (#61699)
kunalspathak Nov 17, 2021
c03f4ec
refactoring (#60074)
kronic Nov 17, 2021
de883e3
Remove XUnit reference metadata from tests I switched over last week …
trylek Nov 17, 2021
a508fb5
[DllImportGenerator] Enable on projects without System.Memory and Sys…
elinor-fung Nov 17, 2021
25237fa
Factor out and improve the vectorization of RegexInterpreter.FindFirs…
stephentoub Nov 17, 2021
8cf0b19
A few follow up changes to LookupTypeKey change (#61718)
VSadov Nov 17, 2021
13024af
HostFactoryResolver - Increase default timeout to thirty seconds (#61…
maryamariyan Nov 17, 2021
899bf97
Merge System.Security.Cryptography.Algorithms to System.Security.Cryp…
bartonjs Nov 17, 2021
16300e0
Skip HardwareIntrinsics/x86base/Pause tests on Mono (#61743)
agocke Nov 17, 2021
f9e3e28
Update docker image (#61217)
DrewScoggins Nov 17, 2021
9962c10
src/tests tree test xunit-based source generated runner (#60846)
jkoritzinsky Nov 17, 2021
30550d6
Remove `DisableImplicitNamespaceImports_DotNet` (#61656)
MichalStrehovsky Nov 18, 2021
66b31ca
Upload dasm files as artifacts for "asmdiffs pipeline" (#61700)
kunalspathak Nov 18, 2021
0d25969
[wasm][debugger] Tie sdb agent lifetime to the ExecutionContext and s…
lewing Nov 18, 2021
7f874ee
Remove race condition from DllImportGenerator build (#61695)
jkoritzinsky Nov 18, 2021
581d4d2
Hide 'align' instruction behind jmp (#60787)
kunalspathak Nov 18, 2021
95e3144
Create runtime clone to manually kick off full test runs (#61641)
steveisok Nov 18, 2021
8275c37
Update DNNE version (#61738)
elinor-fung Nov 18, 2021
f6e2377
Convert Crypto P/Invokes to GeneratedDllImport. (#61742)
AaronRobinsonMSFT Nov 18, 2021
23c386a
Use GeneratedDllImport in System.Data.Odbc, System.IO.Ports, System.S…
elinor-fung Nov 18, 2021
d9afc1e
Reduce the output from tests. (#61593)
maraf Nov 18, 2021
37bf145
CreateDirectory: eliminate some syscalls. (#58799)
tmds Nov 18, 2021
5181d12
FileSystemEntry.Unix: ensure properties are available when file is de…
tmds Nov 18, 2021
80ca504
FileStatus.Unix/Process.Unix: align caching of user identity. (#60160)
tmds Nov 18, 2021
4db3531
Add support for dumping and using precise debug info (#61735)
jakobbotsch Nov 18, 2021
9e986b5
Add single char lazy loop support to simplified Regex code gen (#61698)
stephentoub Nov 18, 2021
513d38c
Update Area Owners for System.Data (#61748)
cheenamalhotra Nov 18, 2021
2b23bfa
Remove duplicate checks (#61766)
kant2002 Nov 18, 2021
62c29ff
[iOS] Follow up changes for 61590 (#61670)
MaximLipnin Nov 18, 2021
c0dabb5
[Group 4] Enable nullable annotations for `Microsoft.Extensions.Confi…
maxkoshevoi Nov 18, 2021
6ff57f1
Actually use TargetOS=AnyOS in the build-test-job. (#61745)
jkoritzinsky Nov 18, 2021
b11bda2
Add ThrowIfNull overload for pointers (#61633)
stephentoub Nov 18, 2021
ecdb7d2
Add tests verifying fast-path semantics for nullable structs (#61711)
layomia Nov 18, 2021
ca24ab0
Revert "Actually use TargetOS=AnyOS in the build-test-job. (#61745)" …
jkoritzinsky Nov 18, 2021
9d81462
Fix the only ilproj test that uses multiple command-line variants (#6…
trylek Nov 18, 2021
bd63cfc
Fix building DllImportGeneratorSample (#61806)
elinor-fung Nov 18, 2021
cc44d43
Convert System.Net.* over to GeneratedDllImport (#61765)
AaronRobinsonMSFT Nov 18, 2021
dc43e19
JIT: support OSR for synchronized methods (#61712)
AndyAyersMS Nov 18, 2021
8ae135a
Apply BuiltInComInterop feature switch to managed code (#54056)
marek-safar Nov 18, 2021
4269db9
[Group 4] Enable nullable annotations for `Microsoft.Extensions.Confi…
maxkoshevoi Nov 19, 2021
c159108
Add JitDisasmWithDebugInfo (#61780)
jakobbotsch Nov 19, 2021
4254fa3
[DllImportGenerator] Don't flag methods with known unsupported Unmana…
elinor-fung Nov 19, 2021
8cf8872
Improve superpmi-asmdiffs AzDO pipeline robustness (#61819)
BruceForstall Nov 19, 2021
779c498
Skip System.Diagnostics.TextWriterTraceListenerTests.XmlWriterTraceLi…
MaximLipnin Nov 19, 2021
dc0a7f9
Try to skip pause_* tests again (#61793)
agocke Nov 19, 2021
de1f070
Include arch specific headers in standalone JITs (#61800)
jakobbotsch Nov 19, 2021
b4d16b7
Disable several failing tests on iOSSimulator arm64 (#61826)
steveisok Nov 19, 2021
ba4eae0
Reduce allocations for CreateDirectory (#61777)
adamsitnik Nov 19, 2021
28dd6aa
Expand One/Notone/Setlazy support to Lazy (#61784)
stephentoub Nov 19, 2021
468a495
Switch IP mapping lists to use jitstd::list (#61822)
jakobbotsch Nov 19, 2021
4e4b27f
Integration of changes in shared files from runtimelab/NativeAOT (#61…
MichalStrehovsky Nov 19, 2021
649e14b
Enable DD117522 test (#61585)
MichalStrehovsky Nov 19, 2021
6d9edd4
Allow runtimeconfig StartupHooks and Environment StartupHooks to both…
tomdegoede Nov 19, 2021
4e2d3a6
Create empty zip files (#61828)
kunalspathak Nov 19, 2021
8b1a0c8
[Group 4] Enable nullable annotations for `Microsoft.Extensions.Confi…
maxkoshevoi Nov 19, 2021
4d6a662
Update area-owners to reflect Libraries Area Pod changes (#61642)
jeffhandley Nov 19, 2021
e975403
[wasm] Disable System.Text.RegularExpressions.Tests for AOT (#61803)
radical Nov 20, 2021
ce93c29
[wasm] Run AOT, and Wasm.Build.Tests on windows (#59479)
radical Nov 20, 2021
87b92fd
Make intrinsic nodes multi op (aka delete `GT_LIST`) (#59912)
SingleAccretion Nov 20, 2021
06a0c76
Update `GetPinnableReference()` usage in multi-step custom type marsh…
jkoritzinsky Nov 20, 2021
7099f4b
Use reflection or a compile-time only shim assembly to reference unex…
jkoritzinsky Nov 20, 2021
69b5d67
Do not devirtualize if optimizations disabled (#61868)
MichalStrehovsky Nov 20, 2021
752d396
Actually use TargetOS=AnyOS in the build-test-job (Try 2) (#61801)
jkoritzinsky Nov 22, 2021
77165a0
Fix a few special cases of projects with command line arguments (#61758)
trylek Nov 22, 2021
8daae66
Mark PLINQ as enabled in WASM and make browser compat changes (#58227)
kg Nov 22, 2021
f1edeed
Fix XXHash for stripe size (#61881)
Tornhoof Nov 22, 2021
c2b7638
[HTTP] Scavange fix (#61530)
ManickaP Nov 22, 2021
f45dfdc
Rename CORINFO_FLG_CONTAINS_STACK_PTR to CORINFO_FLG_BYREF_LIKE (#61907)
jkotas Nov 22, 2021
ec7b11d
Make System.DirectoryServices.AccountManagement use GeneratedDllImpor…
elinor-fung Nov 22, 2021
07143d4
Default BuildTargetFramework to NetCoreAppCurrent so that the ref is …
safern Nov 22, 2021
ce688fd
JIT: refactor to allow OSR to switch to optimized (#61851)
AndyAyersMS Nov 22, 2021
02c3dfb
Skip eventpipe_readevents for arm32 (#58545)
gbalykov Nov 22, 2021
0e9ce96
Revert "[Mono] Skip flaky android tests (#61460)" (#61771)
simonrozsival Nov 22, 2021
c334e55
Make S.S.C.X509Certificates compliant with interop guidelines - part 3
pedrobsaila Nov 22, 2021
a6e0f25
Do not explicitly pass type to `VNForMapStore` (#61882)
SingleAccretion Nov 22, 2021
3745e38
Vectorize SpanHelpers<T>.IndexOf (#60974)
alexcovington Nov 22, 2021
259b561
Delete Regex timeout tests with RegexOptions.Debug (#61888)
stephentoub Nov 22, 2021
106afdc
Use correct VN relation kind for redundant relop opts (#61912)
jakobbotsch Nov 22, 2021
ee7f142
Don't special case "Experimental" projects (#60641)
ericstj Nov 22, 2021
4892e4f
Add a JsonWriterOptions.MaxDepth property (#61608)
eiriktsarpalis Nov 22, 2021
38ccd84
Extract ECAlgorithm from ECDsa and ECDiffieHellman
vcsjones Nov 22, 2021
7a2fac8
Update list of analyzer diagnostics with JSON entries (#61809)
layomia Nov 22, 2021
1997bee
Adding support for the X86Base.Pause intrinsic on Mono (#61707)
tannergooding Nov 22, 2021
48fe637
Fix regression in IsPrefix / IsSuffix benchmarks (#61935)
elinor-fung Nov 22, 2021
fc48852
Add backtracking loops, backreferences, and if-then-else constructs t…
stephentoub Nov 23, 2021
141dae4
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Nov 23, 2021
c186b28
Disable changing align nop padding to breakpoints for arm64 under jit…
AndyAyersMS Nov 23, 2021
8193214
Use GeneratedDllImport in Microsoft.Extensions.Hosting.WindowsService…
elinor-fung Nov 23, 2021
092c2ab
Add Clear() to MemoryCache (#57631)
adamsitnik Nov 23, 2021
00e9312
Added AsReadOnly extension methods for IDictionary<T, U> and IList<T>…
Mrxx99 Nov 23, 2021
721e9fc
Update Proxy-Support check to be case insensitive (#61446)
ChrisFWood Nov 23, 2021
c03a89f
[wasm] workaround test results corruption (#61841)
pavelsavara Nov 23, 2021
56b5df4
[System.Text.Json] Move inline throw statements to `ThrowHelper` (#61…
eiriktsarpalis Nov 23, 2021
a0fdc25
FileSystem.Unix: Directory.Delete: remove per item syscall. (#59520)
tmds Nov 23, 2021
25ebdcf
Environment variable should override property for gcServer. (#61950)
AaronRobinsonMSFT Nov 23, 2021
0f40573
Disable several GenericMath tests on iOS/tvOS (#61922)
steveisok Nov 23, 2021
b35c0ad
[mono] Don't use recursion in mono_ssa_rename_vars (#61677)
radekdoulik Nov 23, 2021
8b67772
removed argument requestId from loopbackserver.cs (#58678)
AnudeepGunukula Nov 23, 2021
f24b363
Stabilize host's UpgradeCode and ProviderKey (#61810)
NikolaMilosavljevic Nov 23, 2021
c158cb2
Check for time-sensitive work when worker thread starvation is ongoin…
kouvel Nov 23, 2021
d2fb0f3
Delete dead code from InferStructOpSizeAlign (#61880)
SingleAccretion Nov 24, 2021
b259f68
[mono] Remove support for Classic Xamarin for the Selector.GetHandle …
rolfbjarne Nov 24, 2021
f9dfd41
[wasm] Misc CI/test run improvements (#61937)
radical Nov 24, 2021
ef5ddf5
prevent concurrent access to IO buffers on macOS (#61723)
wfurt Nov 24, 2021
2c55431
Make more extensive use of lvaGetDesc() (#61494)
BruceForstall Nov 24, 2021
bf1797a
Clean up test intermediates when clean test rebuild is requested (#62…
trylek Nov 24, 2021
8997e86
Use separate partials for iOS&tvOS instead of UnknowUnix in System.Di…
MaximLipnin Nov 24, 2021
773766f
Fix Android crypto asserts (#61827)
vcsjones Nov 24, 2021
90773ac
Add RequiresDynamicCodeAttribute to runtime (#61956)
tlakollo Nov 24, 2021
a46358c
Add some tests that validate debug info through ETW events (#61962)
jakobbotsch Nov 24, 2021
35815de
[wasm] [debugger] Eval fixes for static class eval (#61660)
ilonatommy Nov 24, 2021
89e3040
Nullable annotation for System.Windows.Extensions (#57896)
huoyaoyuan Nov 24, 2021
292632f
Added null checks to prevent null pointer exception (#62013)
Haarmees Nov 24, 2021
4da6b9a
Unify ARRAY_SIZE/STRING_LENGTH-like macros (#61537)
am11 Nov 24, 2021
5a3070c
Fix calling NLS with Cultures has alternative sort names (#61992)
tarekgh Nov 24, 2021
7cfcbb0
The DestroyStructure API passes null to the IL marshaller for (#61985)
AaronRobinsonMSFT Nov 24, 2021
97f7e68
Use GeneratedDllImport in System.Diagnostics.EventLog (#61990)
elinor-fung Nov 24, 2021
edf67aa
Splitting the hardware intrinsic tests into more test groupings (#61973)
tannergooding Nov 24, 2021
40dc863
Remove SupportedOSPlatformAttribute("windows") from LdapSessionOption…
macsux Nov 24, 2021
3bfce3b
Handle empty string parameter value in MetadataLoadContext (#61457)
svick Nov 24, 2021
2307418
Use GeneratedDllImport for blittable p/invokes in System.Console, Sys…
elinor-fung Nov 24, 2021
7414af2
Reorganize libs.native (#61958)
am11 Nov 24, 2021
337cb2f
Update path of disabled test that was moved (#62051)
jakobbotsch Nov 25, 2021
c9ea14c
[wasm] debug with modularized runtime(s) (#61848)
pavelsavara Nov 25, 2021
edec2f0
[mono][interp] Fix handing of native types (#61612)
BrzVlad Nov 25, 2021
ab18c01
Add a github action to sync shared source from aspnetcore (#61999)
Tratcher Nov 25, 2021
db6f5ce
Integration of changes in shared files from runtimelab/NativeAOT (#62…
MichalStrehovsky Nov 25, 2021
a2af8ae
Re-enable Windows test that verifies DriveInfo.VolumeLabel setter fai…
carlossanlop Nov 25, 2021
b256b43
Add endHeader flag to QPACK decode (#62059)
github-actions[bot] Nov 26, 2021
49c5643
[wasm][debugger] Stepping into hidden function. (#61312)
ilonatommy Nov 26, 2021
27a39e0
Exclude a newly added test on Mono (#62056)
jakobbotsch Nov 26, 2021
90b8c70
Suppress trim warning caused by recent attribute removal changes (#62…
vitek-karas Nov 26, 2021
c00b068
Fix setting pipe as nonblocking (#61126)
vtikoo Nov 26, 2021
15649df
Avoid switching GC mode in COM's HasValidTarget (#62066)
am11 Nov 26, 2021
574b2d4
Refactor writing QPACK status (#62069)
github-actions[bot] Nov 26, 2021
9ede9a2
fix for excessive gen0 in high memory load situation (#61884)
Maoni0 Nov 26, 2021
6f44dbe
[main] Update dependencies from 8 repositories (#61668)
dotnet-maestro[bot] Nov 26, 2021
03e0187
Fix miscellaneous typos (#62062)
am11 Nov 27, 2021
12a8819
Flip IL offset check (#62049)
jakobbotsch Nov 27, 2021
a4cab7d
[mono]mono_runtime_delegate_invoke change to gc unsafe state (#62003)
srxqds Nov 29, 2021
d9a5789
Update hash of the new CSE when resizing (#61984)
SingleAccretion Nov 29, 2021
6069861
Fix `optComputeLoopSideEffects` to account for HWI stores (#61911)
SingleAccretion Nov 29, 2021
efc8adb
CI matrix change: add Windows.Server.Core.20H2 - Second attempt (#60054)
Nov 29, 2021
95a9c72
[wasm] Use cross origin policy headers (#62016)
maraf Nov 29, 2021
39b4f26
[main] Update dependencies from 3 repositories (#62098)
dotnet-maestro[bot] Nov 29, 2021
ca85979
Implement PEM exports for RSA PKCS#1 and ECPrivateKey
vcsjones Nov 29, 2021
027d755
Cleanup some code using ECAlgorithm
vcsjones Nov 29, 2021
d7f3f58
Support zero-byte reads on HTTP response streams (#61913)
MihaZupan Nov 29, 2021
4e9ea99
Revert "Adding support for the X86Base.Pause intrinsic on Mono (#6170…
agocke Nov 30, 2021
b5bb3c9
Mono hot reload reorg and beginning (disabled) add method support (#6…
lambdageek Nov 30, 2021
13c8988
Remove extraneous support in the test runner generator for referencin…
jkoritzinsky Nov 30, 2021
e1ea1a6
Run Codespaces prebuild only in upstream repo (#62162)
eerhardt Nov 30, 2021
1281b91
[wasm][debugger] A draft of doc for describing debugger behavior. (#6…
ilonatommy Nov 30, 2021
a47e5d1
Fix clang 13 induced runtime issues (#62170)
janvorli Nov 30, 2021
663e7b4
Avoid printing debug info on 0 byte instructions (#62077)
jakobbotsch Nov 30, 2021
cdf7bcf
Fix set value. Implement Runtime.evaluate. (#62142)
thaystg Nov 30, 2021
1962c6c
Fix TimeSpan support in sourcegen (#62130)
eiriktsarpalis Nov 30, 2021
cc7b99b
Fix mono alc from gchandle (#62120)
srxqds Nov 30, 2021
fe68bf8
Fix System.Object serialization with custom number handling (#62020)
eiriktsarpalis Nov 30, 2021
8f87ac7
avoid code duplication for disabling parallelization with xUnit (#62132)
adamsitnik Nov 30, 2021
9857fe0
No-op ConcurrentStack.PushRange(T[]) if empty (#62126)
martincostello Nov 30, 2021
aa03df0
Fix method HttpHeadersNonValidated uses to get HeaderDescriptor (#62150)
stephentoub Nov 30, 2021
b1b7ad4
area-PAL-Libraries merged into area-System.Runtime.InteropServices (#…
jeffhandley Nov 30, 2021
eeb60e8
[TODO-List-Cleanup] Delete `NumChildren`, `GetChild` and `gtGetChildP…
SingleAccretion Nov 30, 2021
439ffd2
Fix parsing of ping error replies on raw sockets (#61592)
filipnavara Nov 30, 2021
85642f8
Build HttpStress and SslStress with live-built runtime using current …
antonfirsov Nov 30, 2021
3efb476
RuntimeHelpers.CreateSpan<T> (#61079)
davidwrighton Nov 30, 2021
35f01d7
Protecting send message to debugger if it's disables (#61927)
thaystg Nov 30, 2021
5ff8070
Validate end when reading QPACK headers (#62164)
github-actions[bot] Nov 30, 2021
bb597e2
[JIT] [Issue: 61620] Optimizing ARM64 for *x = dblCns; (#61847)
SeanWoo Nov 30, 2021
9f4486e
Update DI external tests for Stashbox (#61928)
z4kn4fein Nov 30, 2021
f53075c
Update creating codespace instructions (#62213)
eerhardt Nov 30, 2021
84b55d9
Remove workarounds for referencing the DllImport source generator now…
jkoritzinsky Nov 30, 2021
7eb5d98
Use the right format of bkpt/brk for align that falls after jump (#62…
kunalspathak Nov 30, 2021
6cc2d2e
Fix a few syntax issues in shell scripts (#62102)
am11 Nov 30, 2021
4cf4661
Improve SuperPMI temp filename creation (#62169)
BruceForstall Dec 1, 2021
395e7a5
Track a missing place to reset alignment flag from BasicBlock (#62163)
kunalspathak Dec 1, 2021
6af8b24
Have RegexInterpreter work over ReadOnlySpan<char> instead of strings…
joperezr Dec 1, 2021
09cd9c2
Start building a universal System.Linq.Expressions library (#61952)
MichalStrehovsky Dec 1, 2021
934aa7d
re-enable and fix the SetOutReadToEnd test (#62200)
adamsitnik Dec 1, 2021
4aa8167
don't run the System.IO.FileSystem.DriveInfo tests in parallel (#62134)
adamsitnik Dec 1, 2021
e51c22a
Console.Unix: fix OpenStandardInput Stream sometimes throwing for Rea…
tmds Dec 1, 2021
ee3b77d
Fix some missing debug info (#62018)
jakobbotsch Dec 1, 2021
9fae29d
Fix GT_ADD trees with mismatched operands (#62177)
MichalStrehovsky Dec 1, 2021
d5f85c7
Type memory maps with placeholders (#61933)
SingleAccretion Dec 1, 2021
562e7d1
JIT/EE interface cleanups (#62214)
jkotas Dec 1, 2021
e9c6c04
fix issue where HTTP2 connection could be scavenged but not disposed …
geoffkizer Dec 1, 2021
42777cc
Optimize FMA codegen base on the overwritten (#58196)
weilinwa Dec 1, 2021
e6174ba
[main] Update dependencies from 5 repositories (#62187)
dotnet-maestro[bot] Dec 1, 2021
985f477
Fix use of StringBuilder.AppendFormat in ILCompiler (#62147)
stephentoub Dec 1, 2021
7ffc96e
needLabel assert (#62025)
kunalspathak Dec 1, 2021
cc2cb04
Couple of debug info test fixes (#62199)
jakobbotsch Dec 1, 2021
5528e84
Feature/get debug view value processing (#60391)
Dec 1, 2021
51cf536
[main] Update dependencies from dotnet/linker (#61669)
dotnet-maestro[bot] Dec 1, 2021
4f244b3
[mono][llvm] Mark the gc poll function as used so llvm doesn't optimi…
vargaz Dec 1, 2021
c370c2d
[SuperPMI] Added a new optional -compile argument (#62217)
SeanWoo Dec 1, 2021
7a62468
throw exception when creating an entry name that already exists in Zi…
pedrobsaila Dec 1, 2021
2d6cc77
Add NetCoreAppCurrent configurations to Microsoft.Extensions librarie…
eerhardt Dec 1, 2021
b1fcbb6
Cache LastAccessed during MemoryCache compaction (#61187)
eerhardt Dec 2, 2021
da3a933
Use ReadOnlySpan<char> instead of strings on SourceGenerator engine (…
joperezr Dec 2, 2021
7b0a6b5
Fix mono debugger thread block when wait for attach (#62175)
srxqds Dec 2, 2021
2a80066
JIT: don't forward sub a volatile read tree via copy (#62224)
AndyAyersMS Dec 2, 2021
87d156b
Revert "CI matrix change: add Windows.Server.Core.20H2 - Second attem…
agocke Dec 2, 2021
7a8ed77
Fix some typo in test (#62257)
tarekgh Dec 2, 2021
a61c1a3
Use GeneratedDllImport in System.DirectoryServices (#61975)
elinor-fung Dec 2, 2021
1bd3630
[Wasm] JS modularization (#61313)
pavelsavara Dec 2, 2021
ab9ee76
[mono] Fix warnings with recent clang/gcc (#62244)
akoeplinger Dec 2, 2021
e4746f3
Add test that ensures that it's possible to zip a named pipe on Unix …
adamsitnik Dec 2, 2021
64d1276
[Mono] Fix support for nested structs with explicit layout (#61467)
simonrozsival Dec 2, 2021
252b7c2
Use ReadOnlySpan<char> on RegexCompiled engine. (#62245)
joperezr Dec 2, 2021
5789792
[mono] Fix StackTrace from a dim and Vtable offsets for static interf…
thaystg Dec 2, 2021
3e704ae
[main] Update dependencies from dotnet/emsdk dotnet/xharness (#62279)
dotnet-maestro[bot] Dec 2, 2021
ad99793
return 100 (#62284)
kunalspathak Dec 2, 2021
70d20f1
[arm64] JIT: Add with sign/zero extend (#61549)
EgorBo Dec 2, 2021
eeb79b3
Lock MemeoryMappedFile CreateViewAccesssor call (#62288)
buyaa-n Dec 2, 2021
841b323
make S.S.C.X509Certificates compliant with interop guidelines - part …
pedrobsaila Dec 2, 2021
c8cd6fe
Update dependencies from https://github.com/dotnet/linker build 20211…
dotnet-maestro[bot] Dec 2, 2021
3810633
JIT: handle interaction of OSR, PGO, and tail calls (#62263)
AndyAyersMS Dec 2, 2021
fd1a62c
Finish new code gen approach for RegexCompiler / source generator (#6…
stephentoub Dec 3, 2021
b83fee9
Use GeneratedDllImport throughout System.Private.CoreLib. (#62295)
jkoritzinsky Dec 3, 2021
b84b62c
Reduce repeated variable add operations to a single multiply. (#61663)
anthonycanino Dec 3, 2021
020ed38
Ensure that we don't try to get the simdBaseJitType for scalar intrin…
tannergooding Dec 3, 2021
7cb9424
[wasm] Work around `System.Diagnostics.Tests.StopwatchTests.GetTimest…
radical Dec 3, 2021
0f67123
Move the remainder of X509Certificates and TestUtilities use Generate…
jkoritzinsky Dec 3, 2021
42224c6
Avoid closure for GetOrAdd (#62317)
meziantou Dec 3, 2021
53ed08b
Simplify code emitted for single char repeater (#62322)
stephentoub Dec 3, 2021
00246f9
Disable TestIgnoreCaseRelationBorderCasesInNonBacktracking test (#62319)
stephentoub Dec 3, 2021
7f4ff34
Fix soundplayer (#62323)
danmoseley Dec 3, 2021
aec1f69
[main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/…
dotnet-maestro[bot] Dec 3, 2021
2f0341d
Support unloadability in `DispatchProxy`. (#62095)
teo-tsirpanis Dec 3, 2021
e4faf19
Fixes #62167. WriteAsync was bugged when writing multiple segments if…
Kuinox Dec 3, 2021
2564449
[mono] Disable new test running on AOT. (#62335)
thaystg Dec 3, 2021
a083a21
[mono][wasm] Fix a windows cross compiler issue. (#62339)
vargaz Dec 3, 2021
915ee6d
[mono][wasm] Fix the passing/returning of small vtypes. (#62299)
vargaz Dec 3, 2021
eff6546
Update overlapped field test to conflict on 32-bit arches (#62308)
lambdageek Dec 3, 2021
c9f9697
Add parser tests from nim-regex (#62093)
danmoseley Dec 3, 2021
f2c8f7c
Consistently use CreateProxyUri in WebProxy ctors (#62338)
MihaZupan Dec 3, 2021
80ba698
Delete old code generation approach from RegexCompiler / source gener…
stephentoub Dec 3, 2021
62b2333
Fix superpmi.py collect script (#62347)
BruceForstall Dec 3, 2021
0540772
Add RateLimiting APIs (#61788)
BrennanConroy Dec 3, 2021
2ce0a9e
Always create the zip folder to upload (#62368)
kunalspathak Dec 3, 2021
f388909
Fix superpmi.exe handling of exclusion lists (#62349)
BruceForstall Dec 3, 2021
9f4809e
Use Spans on Go() methods for Code Gen engines (#62324)
joperezr Dec 4, 2021
43b58c2
JIT: three fixes for OSR (#62367)
AndyAyersMS Dec 4, 2021
541c8a2
Merge with main from upstream
Dec 4, 2021
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
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.21529.1",
"version": "1.0.0-prerelease.21602.2",
"commands": [
"xharness"
]
Expand Down
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

"settings": {
// Loading projects on demand is better for larger codebases
"omnisharp.enableMsBuildLoadProjectsOnDemand": true
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableAsyncCompletion": true,
"omnisharp.testRunSettings": "${containerWorkspaceFolder}/artifacts/obj/vscode/.runsettings"
},

// Add the IDs of extensions you want installed when the container is created.
Expand All @@ -23,6 +27,9 @@
// Use 'onCreateCommand' to run pre-build commands inside the codespace
"onCreateCommand": "${containerWorkspaceFolder}/.devcontainer/scripts/onCreateCommand.sh",

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/scripts/postCreateCommand.sh",

// Add the locally installed dotnet to the path to ensure that it is activated
// This allows developers to just use 'dotnet build' on the command-line, and the local dotnet version will be used.
"remoteEnv": {
Expand Down
5 changes: 5 additions & 0 deletions .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ set -e

# prebuild the repo, so it is ready for development
./build.sh libs+clr -rc Release
# restore libs tests so that the project is ready to be loaded by OmniSharp
./build.sh libs.tests -restore

# save the commit hash of the currently built assemblies, so developers know which version was built
git rev-parse HEAD > ./artifacts/prebuild.sha
6 changes: 6 additions & 0 deletions .devcontainer/scripts/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -e

# reset the repo to the commit hash that was used to build the prebuilt Codespace
git reset --hard $(cat ./artifacts/prebuild.sha)
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/02_api_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ body:
public void Fancy(T item);
}
}
```
```
validations:
required: true
- type: textarea
id: api-usage
attributes:
label: API Usage
description: |
Please provide code examples that highlight how the proposed API additions are meant to be consumed. This will help suggest whether the API has the right shape to be functional, performant and useable.
Please provide code examples that highlight how the proposed API additions are meant to be consumed. This will help suggest whether the API has the right shape to be functional, performant and usable.
placeholder: API usage
value: |
```C#
Expand All @@ -52,7 +52,7 @@ body:
// Getting the values out
foreach (var v in c)
Console.WriteLine(v);
```
```
validations:
required: true
- type: textarea
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/aspnetcore-sync-checkdiff.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Check the code is in sync
$changed = (select-string "nothing to commit" artifacts\status.txt).count -eq 0
return $changed
70 changes: 70 additions & 0 deletions .github/workflows/aspnetcore-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: AspNetCore->Runtime Code Sync
on:
# Manual run
workflow_dispatch:

permissions:
contents: write
issues: write
pull-requests: write

jobs:
compare_repos:
# Comment out this line to test the scripts in a fork
if: github.repository == 'dotnet/runtime'
name: Sync Code
runs-on: windows-latest
steps:
- name: Checkout aspnetcore
uses: actions/checkout@v2.0.0
with:
# Test this script using changes in a fork
repository: 'dotnet/aspnetcore'
path: aspnetcore
ref: main
- name: Checkout runtime
uses: actions/checkout@v2.0.0
with:
# Test this script using changes in a fork
repository: 'dotnet/runtime'
path: runtime
ref: main
- name: Copy
shell: cmd
working-directory: .\aspnetcore\src\Shared\runtime\
env:
RUNTIME_REPO: d:\a\runtime\runtime\runtime\
run: CopyToRuntime.cmd
- name: Diff
shell: cmd
working-directory: .\runtime\
run: |
mkdir ..\artifacts
git status > ..\artifacts\status.txt
git diff > ..\artifacts\diff.txt
- uses: actions/upload-artifact@v1
with:
name: results
path: artifacts
- name: Check
id: check
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
$changed = .\runtime\.github\workflows\aspnetcore-sync-checkdiff.ps1
echo "::set-output name=changed::$changed"
- name: Send PR
if: steps.check.outputs.changed == 'true'
# https://github.com/marketplace/actions/create-pull-request
uses: dotnet/actions-create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: .\runtime
commit-message: 'Sync shared code from aspnetcore'
title: 'Sync shared code from aspnetcore'
body: 'This PR was automatically generated to sync shared code changes from aspnetcore. Fixes https://github.com/dotnet/aspnetcore/issues/18943'
labels: area-System.Net.Http
base: main
branch: github-action/sync-aspnetcore
branch-suffix: timestamp
5 changes: 5 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
issue_comment:
types: [created]

permissions:
contents: write
issues: write
pull-requests: write

jobs:
backport:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/create-codespaces-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
workflow_dispatch:
jobs:
createPrebuild:
# Only run in the main repository since it will fail in forks
if: github.repository == 'dotnet/runtime'
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Markdownlint

permissions:
contents: read

on:
pull_request:
paths:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ node_modules/
*.metaproj
*.metaproj.tmp
bin.localpkg/
src/mono/wasm/runtime/dotnet.d.ts.sha256

# RIA/Silverlight projects
Generated_Code/
Expand Down Expand Up @@ -354,3 +355,7 @@ src/coreclr/System.Private.CoreLib/common
!src/coreclr/inc/obj/
!src/coreclr/vm/.vscode/
!src/coreclr/vm/.vscode/c_cpp_properties.json

# Temporary artifacts from local libraries stress builds
.dotnet-daily/
run-stress-*
11 changes: 3 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,11 @@
<!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
<!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->
<IsPrerelease>true</IsPrerelease>
<IsExperimentalAssembly>$(MSBuildProjectName.Contains('Experimental'))</IsExperimentalAssembly>
<IsPrivateAssembly>$(MSBuildProjectName.Contains('Private'))</IsPrivateAssembly>
<!-- Experimental packages should not be stable -->
<SuppressFinalPackageVersion Condition="'$(SuppressFinalPackageVersion)' == '' and ($(IsExperimentalAssembly) or $(IsPrivateAssembly))">true</SuppressFinalPackageVersion>
<IsShippingAssembly Condition="$(IsExperimentalAssembly)">false</IsShippingAssembly>
<!-- Private packages should not be stable -->
<SuppressFinalPackageVersion Condition="'$(SuppressFinalPackageVersion)' == '' and $(IsPrivateAssembly)">true</SuppressFinalPackageVersion>
<!-- We don't want Private packages to be shipped to NuGet.org -->
<IsShippingPackage Condition="$(MSBuildProjectName.Contains('Private')) or $(IsExperimentalAssembly)">false</IsShippingPackage>
<IsShippingPackage Condition="$(IsPrivateAssembly)">false</IsShippingPackage>
<PlaceholderFile>$(RepositoryEngineeringDir)_._</PlaceholderFile>
</PropertyGroup>

Expand All @@ -295,9 +293,6 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<!-- By default the SDK produces ref assembly for 5.0 or later -->
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<!-- We have very special projects that don't always contain default references. We also build MSBuild Tasks
and there are some implicit namespaces that clash, i.e System.Threading.Tasks. -->
<DisableImplicitNamespaceImports_DotNet>true</DisableImplicitNamespaceImports_DotNet>
</PropertyGroup>

<PropertyGroup>
Expand Down
Loading