xamarin-macios/tools/apidiff/Makefile

310 строки
14 KiB
Makefile
Исходник Обычный вид История

2016-04-21 16:06:16 +03:00
TOP = ../..
include $(TOP)/Make.config
ifdef SKIP_NEW_APIS #Requires https://github.com/mono/mono/commit/4c6a463678f3f0bfa599caeb66de72c7217fa95d
NEW_REGEX = "-n:.?"
endif
ifdef SKIP_ADDED_APIS
ADD_REGEX = "-a:.?"
endif
APIDIFF_DIR=.
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
MONO_API_INFO = $(MONO_PATH)/mcs/class/lib/build/mono-api-info.exe
MONO_API_HTML = $(MONO_PATH)/mcs/class/lib/build/mono-api-html.exe
MONO_BUILD = MONO_PATH=$(MONO_PATH)/mcs/class/lib/build $(TOP)/builds/tools64/mono/mini/mono
2016-04-21 16:06:16 +03:00
# I18N are excluded - but otherwise if should be like ../../builds/Makefile + what XI adds
# in the order to the api-diff.html merged file
MONO_ASSEMBLIES = mscorlib System System.Core System.Numerics\
System.ComponentModel.DataAnnotations System.ComponentModel.Composition \
System.Data System.Data.Services.Client \
System.Json System.Runtime.Serialization System.ServiceModel System.ServiceModel.Web System.Web.Services \
System.Xml System.Xml.Linq System.Xml.Serialization \
System.IO.Compression System.IO.Compression.FileSystem System.Net System.Transactions System.Windows \
Mono.Data.Sqlite Mono.Data.Tds Mono.Security
# this lists the mono-BCL assemblies (without extension) as they appear installed
# (relative to /Library/Frameworks/Xamarin.[Mac|iOS].framework/Versions/Current/lib/mono)
IOS_SRC_ASSEMBLIES = \
Xamarin.iOS/MonoTouch.Dialog-1 Xamarin.iOS/MonoTouch.NUnitLite Xamarin.iOS/OpenTK-1.0 Xamarin.iOS/System.Net.Http Xamarin.iOS/Xamarin.iOS
MAC_SRC_ASSEMBLIES = \
XamMac XamMac.CFNetwork \
Xamarin.Mac/Xamarin.Mac Xamarin.Mac/OpenTK \
4.5/Xamarin.Mac 4.5/OpenTK
WATCHOS_SRC_ASSEMBLIES = Xamarin.WatchOS/Xamarin.WatchOS Xamarin.WatchOS/MonoTouch.NUnitLite Xamarin.WatchOS/System.Net.Http
TVOS_SRC_ASSEMBLIES = Xamarin.TVOS/Xamarin.TVOS Xamarin.TVOS/MonoTouch.Dialog-1 Xamarin.TVOS/MonoTouch.NUnitLite Xamarin.TVOS/OpenTK-1.0 Xamarin.TVOS/System.Net.Http
IOS_ASSEMBLIES = $(foreach file,$(MONO_ASSEMBLIES),Xamarin.iOS/$(file)) $(IOS_SRC_ASSEMBLIES)
2016-04-21 16:06:16 +03:00
MAC_ASSEMBLIES = $(foreach file,$(MONO_ASSEMBLIES),Xamarin.Mac/$(file)) $(MAC_SRC_ASSEMBLIES)
WATCHOS_ASSEMBLIES = $(foreach file,$(filter-out Mono.Data.Tds Mono.Security,$(MONO_ASSEMBLIES)),Xamarin.WatchOS/$(file)) $(WATCHOS_SRC_ASSEMBLIES)
2016-04-21 16:06:16 +03:00
TVOS_ASSEMBLIES = $(foreach file,$(MONO_ASSEMBLIES),Xamarin.TVOS/$(file)) $(TVOS_SRC_ASSEMBLIES)
IOS_ARCH_ASSEMBLIES = native-32/Xamarin.iOS native-64/Xamarin.iOS
MAC_ARCH_ASSEMBLIES = native-32/Xamarin.Mac native-64/Xamarin.Mac
# create api info. Directory hierarchy is based on installed hierarchy
# (XM goes into temp/xm, and XI goes into temp/xi)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(APIDIFF_DIR)/temp/xi/%.xml: $(IOS_DESTDIR)$(MONOTOUCH_PREFIX)/lib/mono/%.dll
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_INFO) $< -o $@
2016-04-21 16:06:16 +03:00
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(APIDIFF_DIR)/temp/xm/%.xml: $(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mono/%.dll
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_INFO) -d $(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mono/4.5 $< -o $@
2016-04-21 16:06:16 +03:00
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(APIDIFF_DIR)/temp/native-%/Xamarin.Mac.xml: $(TOP)/src/build/mac/mobile-%/Xamarin.Mac.dll
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_INFO) -d $(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mono/Xamarin.Mac $< -o $@
2016-04-21 16:06:16 +03:00
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(APIDIFF_DIR)/temp/native-%/Xamarin.iOS.xml: $(TOP)/src/build/ios/native-%/Xamarin.iOS.dll
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_INFO) $< -o $@
2016-04-21 16:06:16 +03:00
# create diff from api info and reference info
# note that we create an empty file (the 'touch' command)
# so that we get a file in all cases (so that we don't have
# to run mono-api-html every time even if none of the
# dependencies changed)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(APIDIFF_DIR)/diff/%.html: $(APIDIFF_DIR)/temp/%.xml $(APIDIFF_DIR)/references/%.xml
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_HTML) $(NEW_REGEX) $(ADD_REGEX) $(APIDIFF_DIR)/references/$*.xml $(APIDIFF_DIR)/temp/$*.xml -i 'INSObjectProtocol' $@
2016-04-21 16:06:16 +03:00
$(Q) touch $@
# this is a hack to show the difference between iOS and tvOS
$(APIDIFF_DIR)/diff/ios-to-tvos.html: $(APIDIFF_DIR)/temp/xi/Xamarin.iOS/Xamarin.iOS.xml $(APIDIFF_DIR)/temp/xi/Xamarin.TVOS/Xamarin.TVOS.xml
2016-04-21 16:06:16 +03:00
$(Q) mkdir -p $(dir $@)
$(Q) sed -e 's_<assembly name="Xamarin.TVOS" version="0.0.0.0">_<assembly name="Xamarin.iOS" version="0.0.0.0">_' $(APIDIFF_DIR)/temp/xi/Xamarin.TVOS/Xamarin.TVOS.xml > $(APIDIFF_DIR)/temp/Xamarin.TVOS-as-iOS.xml
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_HTML) $< $(APIDIFF_DIR)/temp/Xamarin.TVOS-as-iOS.xml $@
2016-04-21 16:06:16 +03:00
# create diff files for all the assemblies per platform
$(APIDIFF_DIR)/mac-api-diff.html: $(foreach file,$(MAC_ASSEMBLIES),$(APIDIFF_DIR)/diff/xm/$(file).html)
$(APIDIFF_DIR)/ios-api-diff.html: $(foreach file,$(IOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).html)
$(APIDIFF_DIR)/watchos-api-diff.html: $(foreach file,$(WATCHOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).html)
$(APIDIFF_DIR)/tvos-api-diff.html: $(foreach file,$(TVOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).html)
2016-04-21 16:06:16 +03:00
$(APIDIFF_DIR)/%-api-diff.html:
2016-04-21 16:06:16 +03:00
$(Q) rm -f $@
$(Q) touch $@-toc
$(Q_GEN) for file in $?; do \
if [[ "x0" != "x`stat -L -f %z $$file`" ]]; then \
cat $$file | sed "s_<h1>_<h1 id='$$file'>_" >> $@; \
echo "<br><hr>" >> $@; \
echo "<a href='#$$file'>`echo $$file | sed -e 's_html_dll_' -e 's_diff/xi/Xamarin.iOS/__' -e 's_diff/xi/Xamarin.WatchOS/__' -e 's_diff/xi/Xamarin.TVOS/__' -e 's_diff/xm/4.5/_\(Full profile\) _' -e 's_diff/xm/Xamarin.Mac/_\(Mobile profile\) _' -e 's_diff/xm/_\(Classic profile\) _' `</a><br/>" >> $@-toc; \
2016-04-21 16:06:16 +03:00
fi; \
done
$(Q) if [ ! -f $@ ]; then \
echo "No change detected" > $@; \
fi;
$(Q) echo "<h1>API diff</h1>" > $@.temp
$(Q) cat $@-toc >> $@.temp
$(Q) echo "<br><hr>" >> $@.temp
$(Q) cat $@ >> $@.temp
$(Q) mv $@.temp $@
$(Q) rm -f $@-toc
ifdef INCLUDE_MAC
API_DIFF_DEPENDENCIES += $(APIDIFF_DIR)/mac-api-diff.html
2016-04-21 16:06:16 +03:00
endif
ifdef INCLUDE_IOS
API_DIFF_DEPENDENCIES += $(APIDIFF_DIR)/ios-api-diff.html
2016-04-21 16:06:16 +03:00
ifdef INCLUDE_WATCH
API_DIFF_DEPENDENCIES += $(APIDIFF_DIR)/watchos-api-diff.html
2016-04-21 16:06:16 +03:00
endif
ifdef INCLUDE_TVOS
API_DIFF_DEPENDENCIES += $(APIDIFF_DIR)/tvos-api-diff.html
API_DIFF_DEPENDENCIES += $(APIDIFF_DIR)/diff/ios-to-tvos.html
2016-04-21 16:06:16 +03:00
endif
endif
$(APIDIFF_DIR)/api-diff.html: $(API_DIFF_DEPENDENCIES)
2016-04-21 16:06:16 +03:00
$(QF_GEN) echo "<h1>API diffs</h1>" > $@
ifdef INCLUDE_IOS
$(Q) if ! grep "No change detected" $(APIDIFF_DIR)/ios-api-diff.html >/dev/null 2>&1; then \
2016-04-21 16:06:16 +03:00
echo "<h2><a href='ios-api-diff.html'>Xamarin.iOS API diff</a></h2>" >> $@; \
else \
echo "<h2>Xamarin.iOS API diff is empty</h2>" >> $@; \
fi;
ifdef INCLUDE_TVOS
$(Q) if ! grep "No change detected" $(APIDIFF_DIR)/tvos-api-diff.html >/dev/null 2>&1; then \
2016-04-21 16:06:16 +03:00
echo "<h2><a href='tvos-api-diff.html'>Xamarin.TVOS API diff</a></h2>" >> $@; \
else \
echo "<h2>Xamarin.TVOS API diff is empty</h2>" >> $@; \
fi;
endif
ifdef INCLUDE_WATCH
$(Q) if ! grep "No change detected" $(APIDIFF_DIR)/watchos-api-diff.html >/dev/null 2>&1; then \
2016-04-21 16:06:16 +03:00
echo "<h2><a href='watchos-api-diff.html'>Xamarin.WatchOS API diff</a></h2>" >> $@; \
else \
echo "<h2>Xamarin.WatchOS API diff is empty</h2>" >> $@; \
fi;
endif
endif
ifdef INCLUDE_MAC
$(Q) if ! grep "No change detected" $(APIDIFF_DIR)/mac-api-diff.html >/dev/null 2>&1; then \
2016-04-21 16:06:16 +03:00
echo "<h2><a href='mac-api-diff.html'>Xamarin.Mac API diff</a></h2>" >> $@; \
else \
echo "<h2>Xamarin.Mac API diff is empty</h2>" >> $@; \
fi;
endif
# easy-to-type helper targets.
# one rule to create all the api diffs
all-local:: $(BUNDLE_ZIP) $(APIDIFF_DIR)/api-diff.html
2016-04-21 16:06:16 +03:00
# Rules to re-create the reference infos from the curretn stable 'bundle.zip. assemblies
# split the URL in words based on the path separator, and then chose the 6th word (the hash) in the bundle zip filename
BUNDLE_ZIP=bundle-$(word 6,$(subst /, ,$(APIDIFF_REFERENCES))).zip
$(BUNDLE_ZIP):
# download to a temporary filename so interrupted downloads won't prevent re-downloads.
$(Q_GEN) curl -L $(APIDIFF_REFERENCES) > $@.tmp
$(Q) mv $@.tmp $@
.unzip.stamp: $(BUNDLE_ZIP)
$(Q) rm -Rf temp
$(Q_GEN) unzip -d temp $(BUNDLE_ZIP)
$(Q) touch $@
# the semi-colon at the end means an empty recipe, and is required for make to consider pattern rules
temp/%.dll: .unzip.stamp ;
2016-04-21 16:06:16 +03:00
IOS_REFS = $(foreach file,$(IOS_ASSEMBLIES),$(APIDIFF_DIR)/updated-references/xi/$(file).xml)
MAC_REFS = $(foreach file,$(MAC_ASSEMBLIES),$(APIDIFF_DIR)/updated-references/xm/$(file).xml)
WATCHOS_REFS = $(foreach file,$(WATCHOS_ASSEMBLIES),$(APIDIFF_DIR)/updated-references/xi/$(file).xml)
TVOS_REFS = $(foreach file,$(TVOS_ASSEMBLIES),$(APIDIFF_DIR)/updated-references/xi/$(file).xml)
2016-04-21 16:06:16 +03:00
$(APIDIFF_DIR)/references/xi/%.xml: temp/%.dll $(MONO_API_INFO)
$(Q) mkdir -p $(dir $@) $(dir $(APIDIFF_DIR)/references/xi/$*)
$(QF_GEN) mono --debug $(MONO_API_INFO) $< -o $(APIDIFF_DIR)/references/xi/$*.xml
2016-04-21 16:06:16 +03:00
$(APIDIFF_DIR)/updated-references/xi/%.xml: $(IOS_DESTDIR)$(MONOTOUCH_PREFIX)/lib/mono/%.dll $(MONO_API_INFO)
$(Q) mkdir -p $(dir $@) $(dir $(APIDIFF_DIR)/references/xi/$*)
$(QF_GEN) mono --debug $(MONO_API_INFO) $< -o $(APIDIFF_DIR)/references/xi/$*.xml
$(APIDIFF_DIR)/references/xm/%.xml: temp/%.dll $(MONO_API_INFO)
$(Q) mkdir -p $(dir $@) $(dir $(APIDIFF_DIR)/references/xm/$*)
$(QF_GEN) mono --debug $(MONO_API_INFO) $< -o $(APIDIFF_DIR)/references/xm/$*.xml
2016-04-21 16:06:16 +03:00
$(APIDIFF_DIR)/updated-references/xm/%.xml: $(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mono/%.dll $(MONO_API_INFO)
$(Q) mkdir -p $(dir $@) $(dir $(APIDIFF_DIR)/references/xm/$*)
$(QF_GEN) mono --debug $(MONO_API_INFO) $< -o $(APIDIFF_DIR)/references/xm/$*.xml
update-tvos-refs: $(TVOS_REFS)
update-watchos-refs: $(WATCHOS_REFS)
update-ios-refs: $(IOS_REFS)
update-mac-refs: $(MAC_REFS)
update-refs: $(WATCHOS_REFS) $(TVOS_REFS) $(IOS_REFS) $(MAC_REFS)
2016-04-21 16:06:16 +03:00
# targets to verify that the 32-bit and 64-bit assemblies have identical API.
verify-reference-assemblies-ios: $(APIDIFF_DIR)/temp/native-32/Xamarin.iOS.xml $(APIDIFF_DIR)/temp/native-64/Xamarin.iOS.xml
$(Q) diff $(APIDIFF_DIR)/temp/native-32/Xamarin.iOS.xml $(APIDIFF_DIR)/temp/native-64/Xamarin.iOS.xml -u
2016-04-21 16:06:16 +03:00
@echo iOS reference assemblies are identical
verify-reference-assemblies-mac: $(APIDIFF_DIR)/temp/native-32/Xamarin.Mac.xml $(APIDIFF_DIR)/temp/native-64/Xamarin.Mac.xml
$(Q) diff $(APIDIFF_DIR)/temp/native-32/Xamarin.Mac.xml $(APIDIFF_DIR)/temp/native-64/Xamarin.Mac.xml -u
2016-04-21 16:06:16 +03:00
@echo Mac reference assemblies are identical
clean-local::
rm -rf temp references diff *.exe* api-diff.html
rm -rf *.dll* bundle-*.zip
rm -rf ios-*.md tvos-*.md watchos-*.md macos-*.md
2016-04-21 16:06:16 +03:00
DIRS += $(APIDIFF_DIR)/temp $(APIDIFF_DIR)/diff
2016-04-21 16:06:16 +03:00
# dir creation target
$(DIRS):
$(Q) mkdir -p $@
# make will automatically consider files created in chained implicit rules as temporary files, and delete them afterwards
# marking those files as .SECONDARY will prevent that deletion.
.SECONDARY: $(foreach file,$(IOS_ASSEMBLIES),$(APIDIFF_DIR)/temp/xi/$(file).xml)
.SECONDARY: $(foreach file,$(MAC_ASSEMBLIES),$(APIDIFF_DIR)/temp/xm/$(file).xml)
.SECONDARY: $(foreach file,$(WATCHOS_ASSEMBLIES),$(APIDIFF_DIR)/temp/xi/$(file).xml)
.SECONDARY: $(foreach file,$(TVOS_ASSEMBLIES),$(APIDIFF_DIR)/temp/xi/$(file).xml)
2016-04-21 16:06:16 +03:00
merger.exe: merger.cs
$(Q) $(SYSTEM_CSC) -debug $< -out:$@
ifdef INCLUDE_IOS
ios-markdown: merger.exe $(foreach file,$(IOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).md)
$(Q) $(SYSTEM_MONO) --debug merger.exe Xamarin.iOS $(CURDIR)/diff/xi/Xamarin.iOS/ ios
else
ios-markdown: ; @true
endif
ifdef INCLUDE_TVOS
tvos-markdown: merger.exe $(foreach file,$(TVOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).md)
$(Q) $(SYSTEM_MONO) --debug merger.exe Xamarin.TVOS $(CURDIR)/diff/xi/Xamarin.TVOS/ tvos
else
tvos-markdown: ; @true
endif
ifdef INCLUDE_WATCH
watchos-markdown: merger.exe $(foreach file,$(WATCHOS_ASSEMBLIES),$(APIDIFF_DIR)/diff/xi/$(file).md)
$(Q) $(SYSTEM_MONO) --debug merger.exe Xamarin.WatchOS $(CURDIR)/diff/xi/Xamarin.WatchOS/ watchos
else
watchos-markdown: ; @true
endif
ifdef INCLUDE_MAC
macos-markdown: merger.exe $(foreach file,$(MAC_ASSEMBLIES),$(APIDIFF_DIR)/diff/xm/$(file).md)
$(Q) $(SYSTEM_MONO) --debug merger.exe Xamarin.Mac $(CURDIR)/diff/xm/Xamarin.Mac/ macos
else
macos-markdown: ; @true
endif
$(APIDIFF_DIR)/diff/%.md: $(APIDIFF_DIR)/temp/%.xml $(APIDIFF_DIR)/references/%.xml $(MONO_API_HTML)
Bump to mono/2018-04 (#3856) * Bump mono to 2017-12 Commit list for mono/mono: * mono/mono@4116105b8b4 [monodroid] Build linker-analyzer tool for monodroid * mono/mono@34634352e1f [interp] Fix build when disabled (2) * mono/mono@4b62c55e7d0 [runtime] Fixes issue when compiling with -no_weak_imports * mono/mono@9a2543e8c0d Merge pull request #6275 from vargaz/2017-12-6191 * mono/mono@a68cfd2ffa6 Merge branch '2017-12' into 2017-12-6191 * mono/mono@84f05e88179 [interp] disable weak-fields.exe (#6191) * mono/mono@ea6f8ab2016 [aot] Fix aot+llvm after the weak field changes. (#6248) * mono/mono@17f4b4286f1 [threads] Fix leak of gchandle to MonoInternalThread * mono/mono@4f130913c60 [mini] isalnum() respects encoding in python3, we only want to have ASCII chars (#6199) (#6265) * mono/mono@dd1faf6f54e [android] Android NDK does not contain API level/platform 12 * mono/mono@febbfd1e3e5 [interp] Fix build when disabled (#6224) * mono/mono@0c5a524e50e [tests] Disable weak-fields.exe on FullAOT as well * mono/mono@ec4a957151a Bump version to 5.10 (#6157) * mono/mono@58618dea1ec [tests] Disable weak-fields.exe on ARM * mono/mono@a21fb19fc77 [mcs] Don't emit tuple names for a private types * mono/mono@db05a2523c0 [llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d52922c06484f2c2af216844b4d branch of the mono llvm fork. (#6143) * mono/mono@2bab8fa49ec [Profiler] Fix parsing bug when `jit` is enabled * mono/mono@5bdaef7e5f6 [runtime] Add support for weak fields. (#5972) * mono/mono@d107f0852c3 [jit] Fix the DISABLE_JIT build. (#6152) * mono/mono@e2e34c157ca [linker-analyzer] Fix error reporting * mono/mono@0ae98538f68 Merge pull request #6148 from alexrp/profiler-stress-msbiology * mono/mono@f7141382167 [acceptance-tests] Disable the msbiology test completely. * mono/mono@ce96441a10f [mem access] don't do regular store if it's already handled by the unaligned case * mono/mono@465e2036d37 [w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple} (#6132) * mono/mono@f079d5f961a [interp] move interp functions into a callback * mono/mono@13d221bf401 [mini] Add missing try holes * mono/mono@f408d2c4c4e [log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138) * mono/mono@c12b7494349 Merge pull request #6134 from alexrp/master * mono/mono@225071a2a58 [llvm] Fix the build. (#6142) * mono/mono@c8bf8c287a5 [runtime] Replace the C and perl versions of the genmdesc tool with a python version. (#6140) * mono/mono@3635db23fc7 Cleanup unused MONO_DISABLE_SHM env var (#6141) * mono/mono@9c2c689a612 Mini h cleanup (#6072) * mono/mono@dcbc55c615b [msvc] Update csproj files (#6137) * mono/mono@73c6a2ee50c Merge pull request #6135 from YuriyGS/DataGridViewCell-Border * mono/mono@26de079c89b [profiler] Correctly encode counter type/unit/variance values. * mono/mono@be6c2af639d Additional cell paddings in TextBoxCell: - 1 pixel for right and bottom to compensate cells CellBounds overlapping; - one more pixel for top, right and bottom to have one pixel gap between text and border. Left border had a good gap already (why?). No call DrawText for cell if there is no rectangle at all. * mono/mono@384a163cfab Drawing row & column divider and take it into account for drawing borders. Implemented paint for all missing border styles. * mono/mono@0c873d207a1 AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and column border styles fixed. Fixed singleVerticalBorderAdded and singleHorizontalBorderAdded flags for the AdjustCellBorderStyle method call. * mono/mono@2bd75f83ea3 Outset and SingleHorizontal border styles fixed * mono/mono@02397105805 [profiler] Ensure the profilers behave sensibly when loaded during AOT compilation. * mono/mono@0c88bc2ca3a Merge pull request #6115 from alexrp/profiler-lls-fix * mono/mono@804979969a9 Merge pull request #6110 from alexrp/master * mono/mono@370fd7bb863 un-commented HmacSha256Signature bug 35661 * mono/mono@c5d3bf2428e [msvc] Update csproj files (#6131) * mono/mono@33afa19ce33 [mcs] Implements C#7.1 default literal * mono/mono@425c62c5da0 [interp] disassembler for mint instructions should return a string instead of printing char by char (#6114) * mono/mono@c79c456bd87 Merge pull request #6043 from kumpera/wasm-p2 * mono/mono@58d94f4f7fb [loader] Don't assert on abstract methods in get_method_constrained (#6109) * mono/mono@b4eb34de9ba Merge pull request #6121 from akoeplinger/bump-msbuild * mono/mono@38cc5021324 [ci] Make bockbuild step fatal for run-test-mac-sdk.sh * mono/mono@8d1ef543212 [ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 too * mono/mono@c36f5afb583 [profiler] Add an assertion to the log profiler to catch the thread resurrection case. * mono/mono@22d22ff3d56 [profiler] Remove tools_thread checks when raising profiler thread events. * mono/mono@cd46e14ee49 [profiler] Use thread_exited profiler event for recording thread end events. * mono/mono@832e161fc94 [profiler] Add thread_stopping and thread_exited profiler events. * mono/mono@8d487ae8e22 Bump bockbuild to upgrade expat library (#6093) * mono/mono@c92f638d2e3 [interp] small improvment for error reporting in interp compile method callback * mono/mono@7ed2c02d0c4 [aot] encode interp_in wrappers with proper signature * mono/mono@fcfaf09acb7 [interp] fix copy/paste-typo in n2m macro magic * mono/mono@ccc1bd2c183 [aot] add more signatures for interp_in wrapper needed for iOS * mono/mono@afea7b6c799 [System] Add corefx tests for System.CodeDom (#5623) * mono/mono@eb11cee53cf Bump msbuild to xplat-master branch * mono/mono@0927d51418c [runtime] Implement a few ModuleBuilder getters (#5787) * mono/mono@b3fad3f0f89 [msvc] Update csproj files * mono/mono@f5fc7735125 [w32handle] Pass MonoW32Handle to more places (#5570) * mono/mono@87500ea50a4 [profiler] Improve nodefaults usage. * mono/mono@ea10d2f2f8b Bump API snapshot submodule * mono/mono@6be02ed6c7b Don't run System.Runtime.CompilerServices.Unsafe tests due to JIT crash on i386 * mono/mono@3b00c67e0ad Bump API snapshot submodule * mono/mono@82151ac4fad [corlib] Adds Span/Memory tests * mono/mono@2ab06befe99 [profiler] Make it possible to trigger heapshots from the M.P.L library. * mono/mono@dcf567ff646 [mcs] Populate referencecontainer member-cache correctly. Fixes #60860 * mono/mono@c1fd42eac82 Merge pull request #6097 from mono/slluis-patch-1 * mono/mono@984f6484666 [sdks] Use runtime logging features to intercept Console.{Out,Error} and runtime logs for instrumentation (#6083) * mono/mono@20de41832a4 Merge pull request #6078 from alexrp/profiler-docs * mono/mono@41a3571272d [acceptance-tests] Run shorter version of GCStress on PRs and update targets (#6106) * mono/mono@198147add46 Fix MonoContextSimdReg usage on non-glibc Linux amd64(#6007) * mono/mono@b25e55028bd Merge pull request #6101 from DavidKarlas/gcrootFromStart * mono/mono@a84fa6652f9 [msvc] Update csproj files (#6105) * mono/mono@6ed4adc2d8e [System][Test] Only Xamarin.iOS has a synchronization context by default. * mono/mono@22f0977132c [ci] Update acceptance-tests * mono/mono@22adb80c21d Update roslyn tests * mono/mono@5f7452f3849 Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefx * mono/mono@f3706fac109 [profiler] Report GC roots outside of heapshots unless the nodefaults option is given. * mono/mono@46c997fdf7f Bump API snapshot submodule * mono/mono@82bca175c43 [LogProfiler] Removed GcRoot events logging from start GcRoots should only be reported/captured during heapshot. We already set callback when heapshot collection starts and unset it when heapshot is finished. Which means after 1st heapshot is taken we don't log them outside heapshot. Hence we shouldn't be logging them from start... * mono/mono@e51565c7e59 [msvc] Update csproj files (#6100) * mono/mono@9ed85745706 XMLENC from .NET Core. * mono/mono@031405e9cc5 [corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099) * mono/mono@e8e92e5323c [genproj] Support setting /langversion in csproj (#6096) * mono/mono@d29cc4770a6 [bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in different ways on different configurations. (#6095) * mono/mono@b736b420b5f Fix invalid enum values in LogGCEvent * mono/mono@ec117584a25 [corlib] Update exception message to match .net * mono/mono@4f0fd2a59b0 [mini] Align stack when resuming to catch handler * mono/mono@3325bdfbd58 [mini] Add counter for try holes memory usage * mono/mono@78933c423fa [mini] Add missing try holes * mono/mono@98d3906a398 [mini] Fix clause try hole checking * mono/mono@5ef930b5f82 [bcl] Build some assemblies with -warnaserror (#5295) * mono/mono@7b4dfeebc40 Merge pull request #5836 from marek-safar/corefx-bump * mono/mono@edc590a3d31 Bump API snapshot submodule * mono/mono@4535442e84a [ci] Switch .pkg PR build to pipeline script as well (#6092) * mono/mono@484a9089a84 [corlib] Disable test check which is timezone dependent * mono/mono@e663bd7c92a Exclude any Mono marked corefx tests * mono/mono@5eb884bab8d Fixes wrong argument name * mono/mono@431e36f7311 Bump mcs bootstrap version * mono/mono@1cc3bc58bee Bump corefx * mono/mono@ecd85dc8391 [build] Support api-snaphot assembly references * mono/mono@5c2a49f4b64 Add back some more legacy profiler APIs (#6044) * mono/mono@00e2b06f2f8 Bump cecil & linker to latest. (#6081) * mono/mono@c2fceeaf395 [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern tests. (#6086) * mono/mono@19a7107a03a [tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptography tests. (#6091) * mono/mono@9107efe94d0 [api-diff] Only delete .cs files in the api diff * mono/mono@7ed25b0be4c [msvc] Update csproj files (#6087) * mono/mono@011d28de460 Bump roslyn * mono/mono@16cf0892814 [profiler] Clean up the AOT profiler a bit. * mono/mono@0f985ed8853 [profiler] Skip lines not starting with +/- in coverage filter files. * mono/mono@76872edd278 [profiler] Use a new suppression file for the coverage profiler. * mono/mono@d1748f7c58b [profiler] Remove coverage options from the help text in the log profiler. * mono/mono@7c8f5e02b27 [profiler] Don't document the nocalls option. * mono/mono@9b0c6fc45d2 [profiler] Exit when printing the usage info. * mono/mono@0d123027b0d [profiler] Remove the iomap profiler. * mono/mono@c7f9875f279 [man] Rewrite the profiler-related man pages. * mono/mono@cbe30987b03 [samples] Clean up the profiler sample and add a simple makefile. * mono/mono@0abcdc9c606 [mprof-report] Include domain and context reports in the default set. * mono/mono@8ab10ff01d7 [profiler] Document the AOT profiler file format. * mono/mono@53084a4098d [profiler] Add a comment to profiler-events.h about backwards compatibility. * mono/mono@80788a3c504 [docs] Improve profiler API documentation. * mono/mono@908d10de6ce [exdoc] Don't transform newline characters to spaces. * mono/mono@528e793ce39 [exdoc] Support Doxygen-style code blocks. * mono/mono@aa19b6aa18e [exdoc] Support more Doxygen-style formatting. * mono/mono@5d2febd9663 [exdoc] Don't insert unnecessary tab characters. * mono/mono@076632c3e91 Remove CodeDomConfigurationHandler from machine.config (#6070) * mono/mono@718247da6f3 [bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't be needed any more, and it prevents the tests from compiling on the monotouch profile. (#6079) * mono/mono@f1f3ae49f04 [sdks] Fix Android pick of mono runtime (#6080) * mono/mono@9d6f4309948 Merge pull request #6067 from lambdageek/bug-60545-fixup-ginst * mono/mono@8aed7ab89cc [aot] Add generic instances referenced by MONO_PATCH_INFO_METHOD_RGCTX patches. Fixes #60771. (#6075) * mono/mono@c8cd5a5710c Use image set to store and allocate MonoClass representing arrays and pointers whose elements types may contain generic instances from other images. This can be true for array element classes which are generic instances (List<NonCorlibTyp>[]) or arrays (List<NonCorlibTyp>[][]). * mono/mono@ddace393cfc [bitcode] Disable test_0_float_return_spill in bitcode to get green tests. (#6073) * mono/mono@27eed3574d4 [ci] MSBuild related fixes (#6071) * mono/mono@8e09c454f41 [wasm] Rewrite m2n-gen in C# * mono/mono@6549011576e [wasm] Address review issues. * mono/mono@8ea4864f30d [sdks] Add an ios test runner. (#6063) * mono/mono@9a882ab9cf1 [class] Make some class setup methods mistakes less costly to make (#6048) * mono/mono@d3c7faa7501 [ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065) * mono/mono@7e9074b54c5 [loader] inflate constrained result if constraining an inflated generic method * mono/mono@ef0f3a53f3d [msvc] Update csproj files (#6066) * mono/mono@1f59d0958f6 [bcl] Add an .exclude file to disable some corlib tests when running with the mono sdk. (#6064) * mono/mono@e5248979fe5 [sdks] Update Android for integration with XA (#6058) * mono/mono@6beed5f7915 [System.Net.Http]: Fix "Content-Length: 0" logic for requests without body. * mono/mono@a178a5273a1 [runtime] Move mono_aot_can_dedup into aot-runtime * mono/mono@2c160ed9a7d [mcs] C# 7.2 ref struct feature * mono/mono@73bd521c075 Bump NuGet.BuildTasks (#6004) * mono/mono@a6e7c1f81c9 [tools] Fix .apps generated by MacPack not running when Mono 5 is installed on macOS (#6024) * mono/mono@fab0ce54d32 [System.Windows.Forms] FileDialog internationalization (#6052) * mono/mono@21ba3d0d9dc [corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060) * mono/mono@3259e04ace6 [loader] Rework get_method_constrained (Fixes #60545) * mono/mono@92f20ae75df [tests] Mono test for contravariant constrained.callvirt * mono/mono@0bbc3e8c155 [runtime] Cleanup mono_runtime_get_main_args * mono/mono@009b508174f Fix the ios build with recent xcode/osx, add comments about possible targets. (#6056) * mono/mono@dae27ef2ba3 Fix CryptoConfig.CreateFromName on XM Modern (#6029) * mono/mono@a9853102879 Disable a new test, it's crashing the interpreter * mono/mono@e5a8111a648 [mcs] Better typed-ref deconstruction for indexers. Fixes #60680 * mono/mono@1d7ec6a3d7f Bump API snapshot submodule * mono/mono@7a22e066220 Bump cecil * mono/mono@b44333823da XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014) * mono/mono@f1a22f31a76 [runtime] Fix test makefrag to accomodate moved tests * mono/mono@c498a00479b [bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile. * mono/mono@c2ea774d4c6 Revert "[touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior)" * mono/mono@9c64c7d3908 Merge pull request #6030 from luhenry/corefx-switch-to-c * mono/mono@29d21768931 Merge pull request #6045 from chamons/bump_master_cecil * mono/mono@e608ed23868 [touchup] Use HANDLE_FUNCTION_RETURN_OBJ instead of HANDLE_FUNCTION_RETURN_VAL (no change in behavior) * mono/mono@24fc118eefe [sdks] Cleanup wasm targets (#6025) * mono/mono@18fb8563fb8 [touchup] Remove redundant code * mono/mono@5cf1aada527 Merge pull request #6017 from monojenkins/update-csprojs * mono/mono@421f8553fb4 Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-rules * mono/mono@e3862cb0047 Bump cecil * mono/mono@937fcd10234 [wasm] Unbreak EH * mono/mono@9a143f99cae [wasm] Fix signature of Monitor::Enter icall. * mono/mono@82e9c5ccd76 [sdks] Adjust debug spew to help debug GC issues. * mono/mono@1b9e3ec0702 [sdks] Add code to run corlib test suite. * mono/mono@04d0d026b89 [sdks] Remove debug spew from new nunit driver and add option to run a single test. * mono/mono@3d80b0b50eb [wasm] Don't abort on thread creation, simply fail it. * mono/mono@0d10ad9a26e [wasm] clock_gettime fails on with EINVAL. gtod works just fine. * mono/mono@c8ed7a1715c [wasm] Current version of libc abort on getpwnam. * mono/mono@426109e9c9f [wasm] Rework incremental test runner to work more closely to how nunit works WRT setup steps. * mono/mono@9e8a648fa7c [wasm] Build the runtime with ASSERTIONS=2 for now to get better crash diagnostics. * mono/mono@cb8d515c004 [wasm] Update the wasm m2n tramps. * mono/mono@d9224b10b20 [interp] Make assertions more usable. * mono/mono@48c111e123d [wasm] Add better implementation of mono_w32file_get_volume_information. * mono/mono@fed25874570 [wasm] Return actual stack bounds instead of phony values. * mono/mono@0d6f22f04c4 [wasm] Mono relies waaaay too much on mmap returning zero'ed memory, so just do it. * mono/mono@7cb492db005 [util] Properly Initialize the last entry of a superblock instead of relying on mmap returning zero'd memory. * mono/mono@88e9d00c521 [corlib] Add wasm source lists for test suite. * mono/mono@07d07ad9074 [wasm] Switch to an incremental nunit test runner to make sure the main thread gets pumped regularly. * mono/mono@491f4b651f4 The return value of GetDynamicTimeZoneInformationEffectiveYears in the successful case is ERROR_SUCCESS (0). Adjust failure case to be for return values non 0. * mono/mono@af08374ef2d [msvc] Update csproj files * mono/mono@3e1eeec6c33 [System.IO] Directory.Exists() now resolves the full path first. Fixes #60267 * mono/mono@2bb178c7a81 [runtime] Increase the BCL imt trampoline count (fix tests) * mono/mono@1f4bd602848 [lldb] update interp main loop function name * mono/mono@4d02be3abf7 [interp] only access arguments on frame if there are any for sure * mono/mono@5bc422d7338 [interp] end of a clause can point _after_ the last instruction * mono/mono@d416f570bd3 Merge pull request #6003 from kumpera/profiler-compat-mode * mono/mono@b488cacd50c [corefx] Bump corefx to pick switch of System.Native to C * mono/mono@0435b2ba166 Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread * mono/mono@8a82b292fbe Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008) * mono/mono@51a8a459066 Fix big endian build problem * mono/mono@ae9cef91037 [corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread test * mono/mono@375471820c0 [corlib] Don't capture the execution context when UnsafeRegisterWaitForSingleObject is used. Fixes #60029 (#6013) * mono/mono@c0f6935b45a [sre] Don't warn about duplicate token for MonoArrayMethod * mono/mono@8b7df777bbe [test] Regression test for 60238 * mono/mono@bcaca2dbafc [bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regression tests using nunit. (#6015) * mono/mono@401ed4d16c1 [System.Process] Consider `open`'s exit code when using it to start a process. Fixes #19503 (#6010) * mono/mono@2cc1ae3b293 Provide a special implementation of ReadToEnd for CStreamReader so that it echoes input characters correctly when TermInfoDriver is initialized instead of suppressing them. Fixes bug #40699. * mono/mono@ca8b8bd346a [runtime] Add Dedup Support to MkBundle (#5484) * mono/mono@50fa04c1365 [runtime] Implement runtime support for inflated wrapper and generic dedup (#5349) * mono/mono@115b2901439 [runtime/corlib] Improve MissingMethodExceptions by including message… and signature. Fixes #60505 * mono/mono@43a23e71e5d Bump API snapshot submodule * mono/mono@6910dd4bc02 [System.Data] Add missing Microsoft.SqlServer.Server APIs * mono/mono@c58ab6f4cb2 more readable assignment * mono/mono@93ad6575a51 [metadata] make get_darwin_locale thread-safe * mono/mono@3318b297046 Merge pull request #5985 from YuriyGS/bug60514 * mono/mono@67160915c9a [profiler] Restore 'counters' and 'sampling-real' options * mono/mono@52d836f5e25 Fix icall parameters to use managed boolean type. (#6006) * mono/mono@2255c54966b [external] bump nunit-lite in order to include fix for racy FinallyDelegate * mono/mono@0bba45f06ed [interp] fix build on windows (#6000) * mono/mono@a5248e5e117 [bcl] bringing back InetAccess test category * mono/mono@a6c2080c241 Merge pull request #5759 from luhenry/w32process-refactor-mono_w32process_get_fileversion_info * mono/mono@26b76cb879d [profiler] Make profiler arg parsing more compatible with previous version. * mono/mono@c445fa32621 [runtime] Initialize the min_align field of ptr classes, since they have the 'inited' field set, so mono_class_init_sizes () might not be called for them. Fixes #60634. (#5999) * mono/mono@0257dcde586 [tests] Add disabled regression test for #49308 (#5997) * mono/mono@33eb71ae07d [System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#5994) * mono/mono@bf1b5dced0f [sdks] Remove passing AndroidRunner instance to C# and back (#5988) * mono/mono@2f308109e18 Fix path to embedded glob.c implementation. * mono/mono@d1ece840fe1 [mdbdump] Include guid in xml dump * mono/mono@5f35ea4b68e [msvc] Update csproj files (#5995) * mono/mono@05fae5f1fad Add ignoring features option into genproj * mono/mono@2503f874ca6 Enable concurrent GC as default mode for Windows MSVC mono sgen builds. * mono/mono@f23ce4f37e5 [corlib] Add more tests, embed linker descriptor xml in test assembly * mono/mono@9afe9e14459 [interp] disable block_guard_restore_aligment_on_exit.exe on CI (#5991) * mono/mono@d59f8a64ae0 [jit] Avoid nullifying LDADDR instructions in load_simd_vreg_class (), they could have references if explicit-null-checks are enabled. Fixes #60539. (#5979) * mono/mono@af818a17099 [msbuild] Change the version used in bockbuild to just '15', instead .. (#5986) * mono/mono@356c5aaef8f Using padding and border width * mono/mono@4e43805a1e6 [Tests] Make Mono.Data.Sqlite tests more robust. (#5982) * mono/mono@78be18ab99e Merge pull request #5917 from lambdageek/centrinel-ann * mono/mono@295625bbb0b [sdks] Change how we run test suites on the app (#5894) * mono/mono@00035e5b687 Include <config.h> in C files that include mono headers * mono/mono@70807d51983 [coop handles] Mark handles macros with Centrinel SUPPRESS macros * mono/mono@7d3dc331b52 Mark _MonoObject and managed object typedefs with MONO_RT_MANAGED_ATTR * mono/mono@d244f6d2c7c Define MONO_RT_MANAGED_ATTR and MONO_RT_CENTRINEL_SUPPRESS macros * mono/mono@ee20fc0ad93 Remove Boehm specific code path in GC aware hash tables as it can now push/mark roots. * mono/mono@e348c56a016 [coop] Convert ves_icall_System_Environment_GetCommandLineArgs icall to use coop handles * mono/mono@4b80cb68613 [bcl] Add .NET 4.7.1 reference assemblies (#5974) * mono/mono@e45d72f4a8f Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34b48d7101a2e894993 * mono/mono@a9e1c60a63e Merge pull request #5970 from lambdageek/bug-60245 * mono/mono@b78e9b5e98b [interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966) * mono/mono@69ec805ff32 [test] FieldInfo.{Get,Set}Value tests for ContextBoundObject * mono/mono@cd2fd4d81da [remoting] Check for transparent proxy in ves_icall_MonoField_{Get,Set}ValueInternal * mono/mono@40be6362c67 [System] Add missing ConfigureAwait (#5963) * mono/mono@ea060b586df [Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965) * mono/mono@a45569fe370 [System] Fix NullReferenceException in Win32EventLog (#5949) * mono/mono@198481639f1 [interp] clear stack on resuming into the main loop (#5959) * mono/mono@865e3445121 [System]: Override `SslStream.FlushAsync ()` to call the async version on the underlying stream. (#5960) * mono/mono@a60b50417a8 [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies (#5961) * mono/mono@4e01b276ae0 [interp] enable it by default in configure (#5925) * mono/mono@a62a7e7e969 Merge pull request #5924 from kumpera/wasm-sdk-integration * mono/mono@a2649fe6045 ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958) * mono/mono@e3d3433b76c Detect platform tizen and link profiler statically similar to Android. * mono/mono@de771964ee8 Add missing build dependency to fix correct parallel build order. * mono/mono@3c4b2616179 [corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions (#5762) * mono/mono@3e9c2af62a1 [profiler] Improve NUnit xml reporting (#5954) * mono/mono@83f9f3a813d Merge pull request #5950 from lateralusX/lateralusX/disable-join-thread-in-detach * mono/mono@286e62e84dd [runtime] Handle ENOTCONN/EHOSTDOWN in mono_w32error_unix_to_win32 (). Print a warning instead of asserting, there are lots of error codes we don't handle, map them to ERROR_NOT_SUPPORTED for now. Fixes #60422. (#5927) * mono/mono@c3be0663c1f [System] Ignore tests that fail on device until the corresponding bugs have been fixed. (#5951) * mono/mono@5ed0fab1475 [wasm] Fix test driver and mono's JS support library. * mono/mono@ec78917e102 Bump API snapshot submodule * mono/mono@c5fa794e98b [bcl] Updates referencesource to 4.7.1 * mono/mono@e2a7e328d39 [mcs tests] clean up interp target * mono/mono@43f03233f3a [interp] enable Mono.Debugger.Soft tests on CI * mono/mono@acf36077958 Temporary disable adding thread to joinable threads on none Windows platforms. * mono/mono@1a79065f8cd Ensuring TextBox is properly updated upon setting/clearing password character. (#5947) * mono/mono@035ad2f1186 [mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses the interpreter * mono/mono@30fd079c90b [mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME * mono/mono@879f4bc60ff [corlib] annotate failing tests when running in interpreter * mono/mono@591ab6d34b6 [interp] properly resolve MonoType of MonoClassField via mono_field_get_type () * mono/mono@6f7025ba006 [interp] check interruption request flag properly after allocating an object * mono/mono@88970711ff2 [interp] allow MONO_CALL_STDCALL calling convention on cee_calli insn * mono/mono@292f8ac3c50 [interp] use checked variant of method_get_header and throw exception if there is an error * mono/mono@dfca26c32f3 [interp] allow unsigned i8 in pinvoke signature * mono/mono@9e6c430e5eb Have Boehm mark handle stacks rather than using GC tracked memory. Unify handle memory across all GCs. * mono/mono@29826908fc7 [interp] Make the interpreter use the JIT exception handling code. (#5943) * mono/mono@5a88e085f3f [corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profiles * mono/mono@f58ba94f8c6 Add g_ptr_array_capacity to retrieve current size of GPtrArray. Allows clients to know if future additions will cause (re)allocations. (#5931) * mono/mono@733b4a4c9f8 [ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory endpoint on MOBILE * mono/mono@dc023c2fe04 Fix bug 57938 - FullName not returning null for certain generic types (#5920) * mono/mono@f6e21efe14f [ci] Coverage-imposed build flags should take top priority (#5940) * mono/mono@4272b68b769 [interp] Throw exception in case of field access failure * mono/mono@8f3a51860d9 [interp] Enable some tests * mono/mono@14d137029ba [interp] Don't sigsegv on field lookup failure * mono/mono@36d588d62fc [interp] Don't assert on ldtoken failure * mono/mono@5d056c01841 [interp] Fix error propagation from interp invoke * mono/mono@4c8bff917c0 [interp] Avoid translating methods while holding a low level lock, make a copy of InterMethod instead, do the translation with the copy, and copy the results back inside the lock. (#5935) * mono/mono@5fffc1b8cfe [interp] Change 'class' to 'klass' * mono/mono@174bea7caf3 Replace 'class' identifier usage with 'klass' to avoid compile errors in C++ * mono/mono@81feabe4c6e Consider Facades in Provides: too. Version number challenges remain. (#4874) * mono/mono@c43d73cfd74 [System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance method is never invoked * mono/mono@151fa5590f9 Internationalization support for System.Windows.Forms: (#5886) * mono/mono@fb0fe43283e [sdb] Make get_this_addr () work with the interpreter. (#5937) * mono/mono@fa898df0fc7 [Tests] Fix zip tests on iOS devices. (#5939) * mono/mono@5143b5a4615 [Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938) * mono/mono@9b9159cb4a9 [interp] Use xdomain wrappers as with normal jit * mono/mono@5a1fa0f3dfa [interp] Don't rethrow current frame exception after an icall * mono/mono@e2b59a234f5 [interp] Set correct stack type for icall return * mono/mono@ae8d913b003 [interp] Fix constructor call on transparent proxies (#5934) * mono/mono@01e767447b6 [sdks] Address reviewer suggestion. * mono/mono@d1349d274fb [wasm] Add test runner that executes the mini test suite. * mono/mono@a0687c199c8 [wasm] Build the wasm profile is it was configured in. * mono/mono@db00ae8496a [wasm] Update port to work with master. * mono/mono@675b1904558 [wasm] Workaround for emcc 1.37.22 that miscompiles the inline assembly. * mono/mono@6f229c1a1b3 [sdk] Fix wasm build. * mono/mono@5b118b84e52 [interp] disable appdomain-unload (crashes too often) and add comment (#5922) * mono/mono@fa7623e0f32 [tests] Allow overriding Mono arguments for JIT and AOT scenarios. * mono/mono@8ed81c060c0 Revert "[configure] Test AOT+LLVM if mono was configured to support both. (#5880)" * mono/mono@033ccb66352 [System.Security] Simplify monodroid test excludes (#5919) * mono/mono@3df4b8f7f6c [corlib] Add more Assembly*Attribute tests (#5918) * mono/mono@80a20870af4 [sdk] Use single : in android target that doesn't get appended to. * mono/mono@55cae500f55 [wasm] Add wasm-interp target to build the wasm interpreter based runtime. * mono/mono@f124b4d1b8a Merge pull request #5912 from kumpera/bunch-of-changes-for-sdks * mono/mono@b73480af34f [Tests] Ensure that only a subset of the System.Security tests are ran on mobile platforms. * mono/mono@d49e8c32c4a [mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867) * mono/mono@e0607c34f07 Debugger support for the interpreter (#5902) * mono/mono@08bb8da2cc0 [System.Web] Reference source import (#5909) * mono/mono@bea6d82e80b Unlock `sgen-fin-weak-hash.c`: - Unlock simple counters - Unlock the usage of `next_fin_stage_entry` and `fin_stage_entries` within `add_stage_entry ()` * mono/mono@2bf3e7e3a93 Prepare `unlocked.h` for the upcoming changes: - add the `volatile` qualifier to all pointer parameters - add `UnlockedWritePointer ()` * mono/mono@b259c836aba [jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>.c to mini-exceptions.c, its the same on all platforms. (#5907) * mono/mono@35acde58d43 Use getrandom() instead of /dev/urandom on Linux (#5851) * mono/mono@32d2f28518e [sgen] Collect major after user requested minor collections * mono/mono@9a879a1b11d [interp] disable broken test cases on CI (#5914) * mono/mono@0dbdcf2e776 [Mono.Posix] Fix some socket tests on monodroid (#5915) * mono/mono@8992f0fd059 [runtime] Remove the no_raise argument from mono_register_jit_icall_full (), no icalls call mono_raise_exception () anymore. Rename the 'is_save' argument to 'no_wrapper'. Allow inlining wrappers for all icalls. (#5897) * mono/mono@92477b9583b [jit] Remove unused mono_interruption_checkpoint_from_trampoline_deprecated () JIT icall. (#5895) * mono/mono@82579ce9ce8 Merge pull request #5879 from kumpera/wasm-work-p6 * mono/mono@d208927a5ff [sdks] Add notes for the BCL build. * mono/mono@c133304b951 [android] Fix compilation with recent ndk and sdk target < 16. * mono/mono@6b3e68486a7 [sdks] Update bcl target to include wasm profile. * mono/mono@cc9cb3f6d7e [sdks] Fix autogen invocation and respect Make.config options. * mono/mono@79ef4d8eef9 [configure] Test AOT+LLVM if mono was configured to support both. (#5880) * mono/mono@110888fd661 [interp] Enable more runtime tests for interpreter * mono/mono@d5028868d3b Merge pull request #5685 from urisimchoni/callspec-ut * mono/mono@da53cb0e085 [runtime] Rename mono_raise_exception_with_context_deprecated () back to mono_raise_exception_with_context (), its ok to use since it starts unwinding from the CTX argument which points into managed code. (#5896) * mono/mono@fdcf7da3f46 [amd64] Remove the unused MonoLMF.rip field. (#5904) * mono/mono@ff078951a56 [w32process] Reduce mmap allocation by mapping file only once * mono/mono@9fdc0045adb [runtime] Avoid creating callbacks.interp_get_remoting_invoke if the interpreter is not enabled at runtime. (#5905) * mono/mono@96361e3913a [arm64] Throw OverflowException instead of the more general ArithmeticException. * mono/mono@ddd07a749f3 [System.Web] LoginTextLayout from reference source * mono/mono@dd033ae341e Duplicate friend assembly names and add needed null terminator. * mono/mono@1c15c3ebd3b Match amd64/arm64 in the way of handling exceptions within trampolines (#5891) * mono/mono@f5915baa5d6 [sdks] Fix android configure with latests NDK * mono/mono@cfba305b7eb [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) * mono/mono@a043b26831b [System.Web] EmptyControlCollection from reference source (#5884) * mono/mono@f871b90d5e4 [sdks] Fix Android build. * mono/mono@ac4095a1eab [sdks] Improve path handling and include local conf file * mono/mono@2856f523f67 [wasm] Add missing tramp * mono/mono@4a28d3595ce [runtime] fix prev commit build for Linux x64 * mono/mono@6b8b32b6fcf [runtime] Fix unit test. * mono/mono@e1b75723d74 Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873) * mono/mono@f2e658cdcad [build] Add wasm profile * mono/mono@6d9d804d622 [System.Web] TableFooterRow from reference source (#5882) * mono/mono@0a320dbb956 [aot] Error out when using the coverage profiler + aot, its not supported. Fixes #60175. (#5881) * mono/mono@adbf98b9775 [System.Web] CompilationMode from reference source (#5878) * mono/mono@1f1a1574c25 [System.Web] ScrollBars from reference source (#5869) * mono/mono@6e529aafcce [System.Web] ObjectDataSourceEventHandler from reference source (#5868) * mono/mono@5802f03926c [System.Web] WizardStepType from reference source (#5870) * mono/mono@8e617d38da4 [System.Web] TableHeaderRow from reference source (#5866) * mono/mono@aa39bf69f28 [System.Web] IndexedString from reference source (#5872) * mono/mono@c17cc609da7 [System.Web] ImageClickEventArgs from reference source (#5871) * mono/mono@59c42eacf4f [mono/unit-tests] add callspec unit tests for different classs same prefix * mono/mono@e4b94aa4953 [metadata] Avoid matching class with prefix name * mono/mono@ec038ebb767 [mono/unit-tests] callspec unit testing * mono/mono@c14b08013ce [Microsoft.CSharp] Adds more tests * mono/mono@b0919d93f90 [sdks] Source drop from xamarin/mono-sdks (#5876) * mono/mono@55df9352754 Merge pull request #5874 from vargaz/fix-60255 * mono/mono@eb9238c05e1 [jit] Throw the more specific OverflowException instead of ArithmeticException in the ldiv/lrem emulation functions. Fixes #60255. * mono/mono@067809c50ec Add an automated test that will fail if the list of feature names in CompilerServices.RuntimeFeature is changed (#5854) * mono/mono@a348c127193 Bump roslyn * mono/mono@5c75f593de3 Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-arg-regs * mono/mono@13a9fb6c7a5 Merge pull request #5844 from vargaz/fix-60288 * mono/mono@b0983b83cd1 [mono] Update denied assemblies list * mono/mono@82e2421819d Build fixes for none Windows desktop platforms. * mono/mono@e3c239ccdc1 [arm] Add support for unlimited size/number of arguments to the dyn call code. Part of the fix for #59184. (#5840) * mono/mono@0f045b1ded3 [System.Data] Cleanup after #4893 (PR) (#5841) * mono/mono@00af82567c7 Bump corlib version for MonoIO coop handle changes. * mono/mono@1ba4211147e [coop-handles] System.IO.MonoIO.Read * mono/mono@498eb7dc58e [coop-handles] System.IO.MonoIO.GetCurrentDirectory * mono/mono@72b5a0e99e7 [coop-handles] System.IO.MonoIO.get_InvalidPathChars * mono/mono@6cdc5531dc7 [coop-handles] System.IO.MonoIO.FindNextFile * mono/mono@b73d5302b1d [coop-handles] System.IO.MonoIO.FindFirstFile * mono/mono@52786872cd2 [coop-handles] System.IO.MonoIO.Write * mono/mono@77fd6e08468 [coop-handles] System.IO.MonoIO.SetFileAttributes * mono/mono@16ebef70ed8 [coop-handles] System.IO.MonoIO.SetCurrentDirectory * mono/mono@85f4b5b1670 [coop-handles] System.IO.MonoIO.ReplaceFile * mono/mono@8ea394429cd [coop-handles] System.IO.MonoIO.RemoveDirectory * mono/mono@847aec71671 [coop-handles] System.IO.MonoIO.Open * mono/mono@0de5f203757 [coop-handles] System.IO.MonoIO.MoveFile * mono/mono@e57d26ebaf8 [coop-handles] System.IO.MonoIO.GetFileStat * mono/mono@794f17ef8b3 [coop-handles] System.IO.MonoIO.GetFileAttributes * mono/mono@89647e4d201 [coop-handles] System.IO.MonoIO.DeleteFile * mono/mono@26aaf7617de [coop-handles] System.IO.MonoIO.CreateDirectory * mono/mono@477d5f3f705 [coop-handles] System.IO.MonoIO.CopyFile * mono/mono@26ccf75f069 [msbuild] Add symlink to csc.exe in msbuild bin dir * mono/mono@2b15f1e6b25 [runtime] Fix Windows build break due to renamed mono_error_raise_exception (#5849) * mono/mono@4b702c8d6a4 [corlib] Updated LinkerDescriptor * mono/mono@9502de78529 Merge pull request #5846 from kumpera/wasm-work-p5 * mono/mono@14a6854c790 [scripts] Build 64-bit package by default * mono/mono@bc3ba3cb5d7 [arm] Make the generic trampoline call mono_thread_force_interruption_checkpoint_noraise () and throw the exception itself instead of calling the obsolete mono_interruption_checkpoint_from_trampoline (). (#5838) * mono/mono@79d96a5a8db Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any security Transport|Message). (#5842) * mono/mono@03ea90cf1f9 [bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843) * mono/mono@cc67bfdcfc3 [runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288. * mono/mono@f2e1f58a80f [interpreter] Fix the DISABLE_REMOTING build. * mono/mono@77b4cd11d1d Only null check target for delegate if method is not static. (#5833) * mono/mono@91a10ffd016 [runtime] Mark mono_raise_exception()/mono_reraise_exception() as external only. Add new _deprecated internal versions. (#5839) * mono/mono@5edb2a54dbb [runtime] Improve diagnostics about methods that failed to LLVM-compile by including the typename in the message. (#5706) * mono/mono@d60877b0f30 Fix tarball build * mono/mono@2124bda984d Merge pull request #5830 from alexischr/wrench-tests * mono/mono@7cde4806fd1 Merge pull request #5632 from luhenry/threads-rework-shutdown * mono/mono@299ad0f1fd6 Merge pull request #5825 from BrzVlad/fix-interp-appdomain * mono/mono@f5ee4a398cc Add MacSDK test script * mono/mono@dc732f01669 [jit] Fix #59182 for the coop case as well. (#5824) * mono/mono@e9899e4bb1f [interp] Enable appdomain tests * mono/mono@70cff6b6b0b [interp] Rethrow abort exceptions at end of catch * mono/mono@043ee9f13d3 [interp] Interruption checkpoint during branches * mono/mono@7483082d9a6 [interp] Handle remoting calls in delegates * mono/mono@ea73165ca87 [interp] Add lmf when doing icalls * mono/mono@ee98142c15f [interp] Don't generate remoting wrapper for normal calls * mono/mono@111a6ed2ffb [interp] Fix tls jit pointer fetch * mono/mono@44b21bca28f Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779) * mono/mono@c26e069703d [interp] remove setjmp/longjmp unwinding machinery * mono/mono@5e6893ad487 [interp] remove unused ves_exec_method * mono/mono@15bb34e6d6e Merge pull request #5785 from BrzVlad/fix-59153 * mono/mono@30b5ea7cd92 [MonoError] Add goto_if_nok to reduce duplicated code (#5834) * mono/mono@f5aca1da30e [tests.make] Filter out comments from test.dll.sources for TEST_FILES * mono/mono@a8dab358d91 [interp] do not attempt to transform method of open generic class * mono/mono@1df82c2d516 [threads] Also abort background threads on shutdown * mono/mono@0b40428d597 [threads] Let mono_thread_detach_internal remove thread from threads * mono/mono@1538798867f Merge pull request #5778 from alexischr/bug-56003 * mono/mono@61559965a18 [System.Data] move to corefx (#4893) * mono/mono@ce596ec25c1 Save and resume full 128-bits of xmm argument registers in trampoline. Add definition of MonoContextSimdReg on amd64 for Windows platform and use for size/offset calculations. * mono/mono@c50b4ef9c78 [msvc] Update csproj files (#5832) * mono/mono@5a7d6e3d9a3 Fix spiller when the dest membase optimization intereferes with lvreg caching. Fixes #20562 (#5747) * mono/mono@0f9bbb90fbb [runtime] Rename atomic functions from the win32 style naming to mono_atomic_<op>_<type>, with a consistent signature on all platforms, including Windows implementation. (#5767) * mono/mono@1e29ed0d7e5 [System.Core] Remove duplicated test classes (#5829) * mono/mono@8af88bd0e6b Update root gitignore (#5831) * mono/mono@ceec5e9786d [coverage] Fix the printing of nested generic instances. Fixes #60224. * mono/mono@9cce09b0a2f [runtime] Workaround for verifier bug #59967 * mono/mono@c763b4a250e Bump Roslyn * mono/mono@6caf00b09ca [bcl] Remove AssertExtensions helper classes (#5828) * mono/mono@cfedbd7aa2f replace min with MIN * mono/mono@eb5fa1fcedf fix code-style issues * mono/mono@bbb109bd038 limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027 * mono/mono@dbb0872f494 [corlib] Adds ValueTuple tests * mono/mono@0ccfa87a91e [System.URI] Don't reset host string processing on Unicode paths. Fixes #56003 * mono/mono@df37bb7a7c8 [mini] Don't attempt to compile method of open generic class * mono/mono@0b60a62ee79 [interp] use POP_VT macro * mono/mono@6684e29f7a4 [interp] check stack_type in cee_ldobj * mono/mono@7777d78b166 [System.Net] Tweak tests for watchOS * mono/mono@71997d296fb [llvm] Fix the returning of vtypes using a hidden argument in bitcode, in some cases, we forgot to generate the code to return the value, causing random data to be returned. Fixes #59956. (#5786) * mono/mono@17d86bd2644 [msvc] Update csproj files (#5823) * mono/mono@5440d5718b3 [runtime] Avoid an assertion in mono_profiler_get_coverage_data () if the method doesn't have a body. (#5777) * mono/mono@e7736ca5ccc [ppdb] Add a log message when an assembly has no ppdb debug directory. (#5795) * mono/mono@1d0e803fbbb [runtime] Don't crash when method/assembly with no code coverage does not have debug symbols * mono/mono@3d00ea31a73 [sre] Register a canonical reflected method for a methodspec token. (Fixes #60233) (#5813) * mono/mono@4bd3aa21583 [bcl] Update PlatformDetection helpers * mono/mono@e87cc4822c4 Bump xunit dependency * mono/mono@618ef61ae9b [eglib] check if result is set * mono/mono@464c5916d52 [bcl] Fix test assembly build for monodroid profile (#5808) * mono/mono@afb822af074 Merge pull request #5803 from BrzVlad/fix-small-warning * mono/mono@bdababe715b [bcl] Add dependency on .exclude.sources to test assembly (#5804) * mono/mono@9c2a4ff286b [mini regressions] enable aot-tests.cs & gshared.cs on more configurations (#5791) * mono/mono@2a294c432e5 [interp] do not run mcs/tests on ARM on CI * mono/mono@87694b9ed09 [mcs/tests] make test harness output more verbose on V=1 * mono/mono@d12dda34e45 [mcs/tests] add interp target * mono/mono@f2bab1910d9 [linker] update referenced source files * mono/mono@8e3867013a2 Bump linker * mono/mono@9ff18d1dca6 [msvc] Update csproj files (#5805) * mono/mono@2d63c93d06c [interp] use correct code base pointer and set native_offset * mono/mono@acb5f68e3e2 [interp] avoid leaking MonoMethodHeader data structure by freeing or avoiding it * mono/mono@d055f9e21fc [interp] fix minor leaks around wrappers * mono/mono@d9922895d42 [monodroid] Enable a number of tests (#5799) * mono/mono@d8d4307293e [sgen] Fix warning * mono/mono@c399c787c83 [I18N] Add more encoding tests * mono/mono@25ad948e021 [corlib] Add corefx System.Text.Encoding tests * mono/mono@83af0477206 [corlib] Add tests for EncoderFallback * mono/mono@e8ad2487f3b [corlib] Use Latin1Encoding from referencesource * mono/mono@4c4d3dcdc52 [I18N] Remove commented code from ucm2cp.c * mono/mono@73eed5d415f [I18N] Fix wrong charIndex in encoder fallback * mono/mono@8593149b0be [build] Add code coverage mode (#5789) * mono/mono@606f40e708f [corlib] Fix SRE.SaveTest error during teardown on Windows * mono/mono@66f11a1699f Merge pull request #5715 from BrzVlad/fix-alpine-context * mono/mono@dd1a39dbc67 [amd64] Get xmm registers only when on glibc * mono/mono@c89a3e55b74 [Mono.Posix] Use TestHelper code from monodroid repo (#5793) * mono/mono@a1cc4dfedb2 Merge pull request #5788 from BrzVlad/fix-handle-track-sp * mono/mono@23d2615f3da Merge pull request #5782 from YuriyGS/bug60115 * mono/mono@3a8e4fcfd44 Merge pull request #5781 from lateralusX/lateralusX/fix-thread-suspend-windows * mono/mono@d4b20248716 [coop handles] Add comment to prevent hard to debug bugs * mono/mono@69b9f11b6f8 [coop handles] Fix monotonic handle check race with stw in mono_handle_new * mono/mono@1f1edce5761 [coop handles] Add log entry about successor handle * mono/mono@dc2d1c291f5 [coop handles] Fix monotonic check * mono/mono@23d2ee726d0 Merge pull request #5753 from alexrp/wsl-fixes * mono/mono@1dcaf8fddce Added validation on acceptable date interval when update SelectionRange property. Fixed loss of focus when the user presses the arrow buttons and shift. * mono/mono@efdf035cfb9 [arm64] use DMB ISH barrier instead of undefined barrier option * mono/mono@8dead2a6442 [arm64] update definitions for barrier option of DMB * mono/mono@959eb46e17a [mono-context] Work around a WSL bug when fetching XMM registers. * mono/mono@d73e8be1de4 [mcs] Fixes parsing tuple name inside generic type in method header block * mono/mono@f53ce8e1802 Fix random failures in sgen stress tests on Windows due to `mono_thread_is_gc_unsafe_mode assert. * mono/mono@8eb2c02d7ed [acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776) * mono/mono@1c4d741a020 [corlib/Test] Check for "Israel Standard Time" zone on Windows. * mono/mono@ce19b84529e [corlib] Remove a broad try/catch. * mono/mono@b86c084cbc7 [corlib] Use full years for transition rule start/end ranges. * mono/mono@6d4821b2822 fix formatting issues * mono/mono@55fb7bcda12 fix bug-60031 Thread doesn't throw ThreadStateException when it should * mono/mono@308ce3f5c37 [tests] Remove test from runtime-invoke.cs * mono/mono@7a452797f17 [tests] Re-enable appdomain-thread-abort.exe (#5736) * mono/mono@db8183c9d8d [debugger] Fix LineNumbers test (#5744) * mono/mono@43757d67ef1 [msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770) * mono/mono@81f7d591d77 Merge pull request #5741 from alexischr/bug-60028 * mono/mono@663754bf468 [mini helpers] fix disassembly on aarch64 * mono/mono@4fe87bd820c [corlib] Adds more tests * mono/mono@03474ba9e24 Fixed unhandled exceptions in EndPointListener.cs (#5724) * mono/mono@abd4a6a57b5 Merge pull request #5746 from kumpera/fix_56194 * mono/mono@286aa038471 [interp] remove wrong checks, as cee_mkrefany and cee_refanyval only take one argument on the stack * mono/mono@d8bd874fe46 [interp] assume `this' always to be platform pointer size * mono/mono@49b29bfce81 [interp] flag mint_box instruction if value type stack should be popped too * mono/mono@1f580e17b82 [interp] bail out on __arglist and propagate MonoError properly in transformer * mono/mono@3468d54fbb3 [interp] set stack type properly for ldelem_vt * mono/mono@b05f4783766 [interp] add i1, i2 & r8 support for CEE_STELEM * mono/mono@34592c52335 [interp] resolve generic types properly in mint_box, mint_ldobj and mint_cpobj * mono/mono@6c60d2fce03 [interp] pass field instead of pre-calculated size for ld*fld.vt * mono/mono@373ebd547de [tramps] add missing fp reg and check for the future * mono/mono@fa92fa86c26 [interp] fix offsets in switch insn dump (only affects debug output) * mono/mono@3a8cb50b078 [interp] fix compiler warning * mono/mono@ed10891d9be [interp] replace printf with g_print * mono/mono@d071235ffa5 [lldb] update expression in script * mono/mono@16a67c6f6eb Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-codeview-support * mono/mono@e47b1865c25 [runtime] Allow throwing pending exceptions from protected wrappers. * mono/mono@0ae45046811 [runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrapper (), its not needed since mono_remoting_wrapper () is called through a wrapper. * mono/mono@12ca539f853 [jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#5752) * mono/mono@42816aaa925 [interp] fix offset calculation for exvar slots in locals * mono/mono@ad4ed79c9ae [test] Add Type.GetType("", ...) tests * mono/mono@0c61eb1b122 [reflection] Throw TLE for Type.GetType("", true) (Fixes #59664) * mono/mono@e004f1ed5e1 [reflection] Use MonoError for mono_reflection_parse_type_checked * mono/mono@95ab8ab08fd [runtime] Ensure the field type is resolved before using it in RuntimeHelpers::InitializeArray. Fixes #56194 * mono/mono@8f324cdfc2c [ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scanning function as such * mono/mono@8cf8b32972d [runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thread_Sleep_internal (). (#5748) * mono/mono@f02e158d3c0 [runtime] Remove unused mono_gc_out_of_memory () function. (#5750) * mono/mono@4718035ee67 [mcs] Adds workaround for compiled enum types used as fields of other types. Fixes #59080 * mono/mono@1c9cf1f1c00 [interp] fix LMF popping during exception handling * mono/mono@8e9c90b37eb [interp] remove InterpMethod entry in hash table on free_method callback * mono/mono@428d0606ab2 [System.Windows.Forms] Proper operation order. Fixes #59393. (#5734) * mono/mono@344a3ec4e15 [interp] use GC aware memcpy for storing value types to fields * mono/mono@75415afa764 [bcl] Fix csi to work on Mono (#5737) * mono/mono@c4bee6af4d1 Merge pull request #5726 from alexrp/master * mono/mono@8e9ae0cb072 [w32socket] Ignore errors for IP_MTU_DISCOVER on WSL. * mono/mono@15c0640201f Merge pull request #5714 from alexischr/update_bockbuild * mono/mono@4058c2be43e [utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742) * mono/mono@d2e60f48b66 [msvc] Update csproj files (#5745) * mono/mono@c9fc371e31f [corlib] Use temp directory for assemblies in SaveTest.Save() (#5727) * mono/mono@64b4a63a871 [corlib] Throw exception on using disposed Timer object. Fixes #60028 * mono/mono@90a68e6591f [corlib] Fixes make dist (#5735) * mono/mono@aef03761fad Updated with review feedback. * mono/mono@70abfb795a4 [profiler] Clean up the makefile and address some issues with it. * mono/mono@56b3c007f42 [runtime] Don't insta-fail when a faulty COM type is encountered. (#5616) * mono/mono@9eed0cb99ee Update Bockbuild * mono/mono@e77153a6238 Adding basic codeview support on Windows x64 full AOT builds. * mono/mono@925c2dc6325 Adding native unwind info support in Windows x64 full AOT builds. * mono/mono@72c86fe6cc2 [corlib] Makes GetReferencedAssemblies test more reliable * mono/mono@f0ce7bc2897 Merge pull request #5327 from marek-safar/corefx-bump * mono/mono@410bb8a57e2 [runtime] Fix Empty generic enumerator equality * mono/mono@f165a0dc3fb Bump API snapshot submodule * mono/mono@74a87af7f58 [appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. * mono/mono@a984f20e232 Initial set of Ward sgen annotations (#5705) * mono/mono@411a37af279 Bump corefx * mono/mono@3e9d7d6e9cf [mcs] Fixes codegen for pattern probing with value-type variables * mono/mono@caa9ed689f2 [aot] Don't error out if a method fails to JIT in full-aot mode. This was a regression caused by 9302c31f81abd2f5bbf9a8ddd27993e1ece55db2. Fixes #59832. (#5686) * mono/mono@baac94e4b74 [runtime] Coverage profiler fixes (#5698) * mono/mono@44e06316188 [corlib] Fixes array enumerator to match .net behaviour * mono/mono@012f8610237 [jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the code for CEE_JIT_ATTACH, since the init code can make calls to methods like memset () which can go through the trampoline code. Fixes #59182. (#5678) * mono/mono@b2a11ac756f Add new profile for monodroid tools (#5699) * mono/mono@f77270c633c [monodroid] Fix Mono.Posix tests build (#5697) * mono/mono@135dbb9c6d6 [mcs] Allows shadowing of probing pattern variables * mono/mono@b683b3dc747 [System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't available (#5695) * mono/mono@dbf70d10834 Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64 * mono/mono@f0f4a22ae16 [coverage-profiler] Collect coverage data at IL seq point locations. (#5667) * mono/mono@f86145e5589 Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchains * mono/mono@d7c22488d7d Bump version to 5.9.0 (#5692) * mono/mono@ef7a4c06206 Prepare Mono for Android NDK with unified headers (#5680) * mono/mono@4f673eac749 [System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f07a3637 * mono/mono@66205238fc5 Merge pull request #5636 from BrzVlad/fix-xmm-scan * mono/mono@1004d95b6b7 [mcs] Implements C# 7.2 readonly structs * mono/mono@4db06151beb Disable none-working stack overflow implementation on Windows x64 full AOT. * mono/mono@1bcf21e0480 [w32file] Push win32 specific error to win32 specific implementation (#5665) * mono/mono@abcca89bd4e [mcs] Adds minor langversion support * mono/mono@56247cecbdc Merge pull request #5656 from lateralusX/lateralusX/dynamic-static-windows-build * mono/mono@3d47b20c628 [interp] fix using conv.u with string * mono/mono@3aeeae62304 [jit] Fix using conv.u with string. * mono/mono@adaf7fd65b9 [mcs] Allow properties and indexers of by-ref values to be set without setter * mono/mono@9369ed6e23e [runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table has more than 64k rows. Fixes #59881. * mono/mono@199d4da9acb Merged changes in master libmonoruntime into PR. * mono/mono@216b92db17e Updated with review feedback. * mono/mono@0f3ca07b429 Update msvc README file. * mono/mono@8ae01a69f20 Add missing dependency for libmini. * mono/mono@4c144cfacfb Align libgc vcxproj with makefile. * mono/mono@1091bd94fd7 Align libgcmonosgen vcxproj with makefile. * mono/mono@8d22c47199c Align eglib vcxproj with makefile. * mono/mono@975d820a75e Align libmonoruntime vcxproj with makefile. * mono/mono@df03eb3fac2 Align libmonoutils vcxproj with makefile. * mono/mono@6cb544f91d0 Fix libmini targets and filters. * mono/mono@17392d380c8 Added labels to eglib and libmonoutils. * mono/mono@05a3f528f7a Fix libmonoruntime targets and filters. * mono/mono@fde89788939 Fix libmonoutils targets and filters. * mono/mono@43e9ddc1fcd Fix eglib targets and filters. * mono/mono@52418d713f4 Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build. * mono/mono@52e98abd6e5 Restructure of mono.sln and build properties to better fix static/dynamic library support. * mono/mono@92576e31d2d Merge all static runtime libs into libmono-static. * mono/mono@233bbcaaa3a Review feedback + drop VS2013 support. * mono/mono@098e88f3a87 Merge pull request #5668 from kumpera/wasm-work-p4 * mono/mono@02a9ceaebbe [ci] Small improvements for run-jenkins and collect-coverage. (#5669) * mono/mono@edbc5c2334e Merge pull request #5675 from mono/glib-debug-symbols * mono/mono@77515455734 Bump mono-extensions to fix build break (#5677) * mono/mono@d8be0899640 Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566) * mono/mono@f99b88b812b Add glib to the list of packages with debugging symbols. * mono/mono@bfc76bafbf7 [profiler] log profiler: limit method instrumentation to selected methods (#5517) * mono/mono@30cddad5fb4 [jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654) * mono/mono@34866ac4c20 [mcs] Initial by ref returns and variables support * mono/mono@56779410e8b Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle. * mono/mono@fe1eeb07241 [wasm] We can't free memory in wasm as it uses the malloc mmap backend. * mono/mono@22187e8df1e [wasm] Add new missing signature. * mono/mono@6f20e306e0b [wasm] Disable test that doesn't work with WASM * mono/mono@f84533a8dec [amd64] Save missing register * mono/mono@c334db5e2ce [arm64] Scan simd registers on apple * mono/mono@ef8bc5028eb [runtime] Avoid indirection when building MonoContext on darwin * mono/mono@c889057d647 [arm64] Add the full neon regs to the context * mono/mono@161c807083b [amd64] Add XMM registers to MonoContext on linux Diff: https://github.com/mono/mono/compare/ce89e4c5fa46a4d8225f43339fab0b0574f81cfe...4116105b8b458841188b3d9817be532aa2365311 https://bugzilla.xamarin.com/show_bug.cgi?id=40699 https://bugzilla.xamarin.com/show_bug.cgi?id=49308 https://bugzilla.xamarin.com/show_bug.cgi?id=56003 https://bugzilla.xamarin.com/show_bug.cgi?id=56194 https://bugzilla.xamarin.com/show_bug.cgi?id=58400 https://bugzilla.xamarin.com/show_bug.cgi?id=58411 https://bugzilla.xamarin.com/show_bug.cgi?id=59080 https://bugzilla.xamarin.com/show_bug.cgi?id=59182 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59239 https://bugzilla.xamarin.com/show_bug.cgi?id=59393 https://bugzilla.xamarin.com/show_bug.cgi?id=59608 https://bugzilla.xamarin.com/show_bug.cgi?id=59664 https://bugzilla.xamarin.com/show_bug.cgi?id=59832 https://bugzilla.xamarin.com/show_bug.cgi?id=59881 https://bugzilla.xamarin.com/show_bug.cgi?id=59956 https://bugzilla.xamarin.com/show_bug.cgi?id=59967 https://bugzilla.xamarin.com/show_bug.cgi?id=60028 https://bugzilla.xamarin.com/show_bug.cgi?id=60029 https://bugzilla.xamarin.com/show_bug.cgi?id=60175 https://bugzilla.xamarin.com/show_bug.cgi?id=60224 https://bugzilla.xamarin.com/show_bug.cgi?id=60233 https://bugzilla.xamarin.com/show_bug.cgi?id=60255 https://bugzilla.xamarin.com/show_bug.cgi?id=60267 https://bugzilla.xamarin.com/show_bug.cgi?id=60288 https://bugzilla.xamarin.com/show_bug.cgi?id=60422 https://bugzilla.xamarin.com/show_bug.cgi?id=60435 https://bugzilla.xamarin.com/show_bug.cgi?id=60505 https://bugzilla.xamarin.com/show_bug.cgi?id=60539 https://bugzilla.xamarin.com/show_bug.cgi?id=60545 https://bugzilla.xamarin.com/show_bug.cgi?id=60634 https://bugzilla.xamarin.com/show_bug.cgi?id=60680 https://bugzilla.xamarin.com/show_bug.cgi?id=60771 https://bugzilla.xamarin.com/show_bug.cgi?id=60860 * [integration] bump maccore * Test fix for issue with stateful script loading * Install only selected files to mimic Mono NO_INSTALL flag * Exclude lines with comments from profile source files * Bump 2017-12 mono * Bump mono * Bump Mono * Update linker sources location * More linker updates * More build fixes * Bump to mono:2018-02 * [tests] reflect category rename of NotWorkingInterpreter to NotWorkingLinqInterpreter see https://github.com/mono/mono/commit/746a3d021443dc21d9dfec7ff8c4153fe947fff8 * [tests] update regular expression for extracting mono version * version specifier can have up to four tuples * single tuples can be more than a single digit * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@01e35bc3838 ignore LocalId test on XAMMAC_4_5 too * mono/mono@4e374e8ceab [2018-02] [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6865) * mono/mono@94a8a589c87 Add stubs for Interop.NetSecurityNative * mono/mono@fd7c5cdac6c [2018-02] [System.Data] Add missing API (fixes 6767) (#6825) * mono/mono@942dd07c657 [ci] Add setting artifacts.json status * mono/mono@f4036972256 [ci] Add Windows .msi PR build (#6815) * mono/mono@20ada1bc3bf [2018-02] [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6813) Diff: https://github.com/mono/mono/compare/3320f45d98e60218380a4c8d783580dc3e8ab280...01e35bc3838a138d666db6b0d5ec93a375567974 * Fix debug spew * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@f3c1fcd7c92 [System]: Revert my latest WebResponseStream changes. (#6887) * mono/mono@268f2ac419d Bump bockbuild to get new gtk+ repo location * mono/mono@ebb26ab5469 Bump bockbuild to add gtk# generator fix (#6883) Diff: https://github.com/mono/mono/compare/01e35bc3838a138d666db6b0d5ec93a375567974...f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@7126712f863 [System]: Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6898) * mono/mono@07a5c686e08 Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. * mono/mono@bc64a17db83 [bcl] Fix more assembly identity mismatches (#6870) Diff: https://github.com/mono/mono/compare/f3c1fcd7c92eb8bd27ffb72b25a9deffd6947409...7126712f8632560b4909e224d35be3a64255b037 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@e9fa8a306d4 WebConnection.Connect() needs to probe all IP addresses. Diff: https://github.com/mono/mono/compare/7126712f8632560b4909e224d35be3a64255b037...e9fa8a306d4bf03e83c428ad965623807e40d5f0 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@93705443b6b bump nunit-lite * mono/mono@5f626db882a [debugger] disable StepOutAsync test because it's flaky * mono/mono@6cb693c4b54 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met Problem was that I didn't consider `async void` method when adding that assert (#7105) * mono/mono@e96f9fbb4a0 [2018-02] [sdks] Fix for XA integration (#7104) * mono/mono@6559a504eda [ci] Disable monodoc tests on Windows for now * mono/mono@c62864c98e7 Disable some PngCodecTest that have trouble on CI right now * mono/mono@c5accf5ebc3 Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7082) * mono/mono@470256aca56 Add denied assembly versions from previous ms extensions nugets * mono/mono@f0f76abc304 Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@e7e28f4b9da Pass null-terminated string for logging * mono/mono@00dec1f0c0a [2018-02] Fix ios sdk. (#7027) * mono/mono@e0c46d91147 Bump mono/NUnitLite (#7006) * mono/mono@ba542c0b1ec [2018-02] Update F# to 4.1.33 * mono/mono@72aea0056b8 Revert mkbundle defaulting behavior made in ca8b8bd346 * mono/mono@0dfa4f85a93 Unlock loader lock on error paths * mono/mono@d956447d56c [System.Data] Add missing api * mono/mono@4aa717dc820 [2018-02] [runtime] Make icall tables loadable. (#6944) * mono/mono@d8e28e14a53 Merge pull request #6952 from monojenkins/backport-pr-6890-to-2018-02 * mono/mono@176f127c1be disable test_42_arm64_dyncall_vtypebyval * mono/mono@764b03fcaba nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@1df45be2e99 nuget-hash-extractor: Add support for handling nuget with multiple Diff: https://github.com/mono/mono/compare/e9fa8a306d4bf03e83c428ad965623807e40d5f0...93705443b6b0a3cbd409234aae0cfe47253520d6 * Bump mono min version to avoid nuget restore issue https://github.com/mono/mono/issues/6788 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b242e82ba48 Add ldflags for bitcode (#7144) * mono/mono@9c9d5d9e226 Fix the Android xattr check to not disable it on all other platforms. (#7146) * mono/mono@f8ed9bcd129 [2018-02] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7151) * mono/mono@578cfcd1467 [2018-02] [sdks] Fix for XA integration (#7109) Diff: https://github.com/mono/mono/compare/93705443b6b0a3cbd409234aae0cfe47253520d6...b242e82ba4862f506e7ff93812aecd2288107db9 * Bump Touch.Unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...4ac4e325001e97a4f1874d38183eddf78d4ca334 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@daace663391 [2018-02] [xbuild] add property that is available in msbuild (#7202) * mono/mono@fd185155162 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 (#7206) * mono/mono@c68cc6a4f4c Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@4169af750b3 Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085. * mono/mono@ed22f9fa847 Add hybrid aot tests. * mono/mono@d389ff9ff69 Remove reflection calls for value has to be set * mono/mono@d1f461c5a3d Expand "ignore" functionality (#7154) (#7176) * mono/mono@4e29f2ef9ae [jit] Handle more cases for gsharedvt constrained calls. Diff: https://github.com/mono/mono/compare/b242e82ba4862f506e7ff93812aecd2288107db9...daace6633917e53c9ac4677522d349f4479e1c11 * bump system mono to include xbuild workaround for fsharp * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@33b47292c3f bump nunitlite * mono/mono@df0a29e7796 Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@6ccf73c8c84 Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@d6b6fc61f18 Bump bockbuild to get curl error changes * mono/mono@8249522f23a Fix the test name. * mono/mono@2623bc30452 Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 * mono/mono@3be3714b6e5 add another signature for interp_in wrappers Diff: https://github.com/mono/mono/compare/daace6633917e53c9ac4677522d349f4479e1c11...33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df * unbump touch.unit * bump touch.unit Commit list for spouliot/Touch.Unit: * spouliot/Touch.Unit@1c41c75 Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50) * spouliot/Touch.Unit@4ac4e32 [TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49) Diff: https://github.com/spouliot/Touch.Unit/compare/b5b227e80b7ceeb04ab3e6b85b0853784438f129...1c41c75983ed840e9dc7079b5d4b0c31d1565359 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@769bf9ef25d nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@878a54030ad nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@a849f9a6e8b Fix path clobbering when trying to shadow copy siblings * mono/mono@d9aa6f40835 Use attribute(deprecated) instead of attribute(error). (#7369) * mono/mono@c0b76ff9aec Don't throw NotImplementedException in Dispose() * mono/mono@5cef19dcd24 [2018-02][runtime] Don't assert in mono_class_is_assignable_from on iface gtd (#7290) * mono/mono@ffe180c47f5 Make it build. * mono/mono@c627c1b4b6e Bump linker. * mono/mono@d0e7df4717b [System]: Enable some System.Net.Requests tests from CoreFX. (#7339) * mono/mono@28c171a3371 [2018-02] [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7298) * mono/mono@0c8f0774ce8 Merge pull request #7336 from monojenkins/backport-pr-7321-to-2018-02 * mono/mono@6a1b4165926 Fix gdb not being used for native stacktraces in some cases * mono/mono@078760db9b8 [2018-02] [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#7308) * mono/mono@ffc643d10c9 Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@6ed6a1b5685 Check if we are exceeding the worker count limit Diff: https://github.com/mono/mono/compare/33b47292c3f50b3a4c2ac3de7c5f105ea31fd0df...769bf9ef25d761dfa820f362a80e5514f5a169d2 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@fa1ec4ac4d4 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@30aadcaa3a4 [2018-02] [metadata] split IL generation code into seperate compilation units. (#7375) * mono/mono@214321dee5e [msbuild] Bump to track msbuild's mono-2018-02 branch (#7395) * mono/mono@413f2fb9764 Reenable HttpRequestIgnoreBadCookies in monotouch. (#7391) * mono/mono@020ac2de892 Problem building on Arch linux #7200 https://github.com/mono/mono/issues/7200 Three styles: 1. LIBS="$LIBS -lfoo" -- common and probably works 2. LIBS+="-lfoo" -- was here and does not work 3. LIBS+=" -lfoo" -- should work (#7383) Diff: https://github.com/mono/mono/compare/769bf9ef25d761dfa820f362a80e5514f5a169d2...fa1ec4ac4d4680409c715a12618b6e476b448580 * Update linker tests using reflection not to be caught by linker reflection heuristic * More linker reflection checks updates * Fixes Bug59015 test to check for method is was intented to * [mmptest] fix linker test in link-safe-1 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@279d7e230fd [2018-02] [threads] Fix race between abort socket syscall and thread shutdown (#7521) * mono/mono@2ce1d5f3d51 Comment/stub out some unused icalls to prevent problems with AOT. * mono/mono@668baf19156 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@2201952d9a7 WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@4d3e9d53b25 Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@2476d2ac060 Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive gshared methods in llvmonly mode. (#7504) * mono/mono@91fe1eb5f58 Fix generated file when passing --bundled-header (#7510) * mono/mono@bb0c123e74d Use runtime template for iOS * mono/mono@e965e1647d0 Use runtime template for Android * mono/mono@a6522973840 Create common runtime compilation template * mono/mono@685d39238a4 Have RELEASE be empty when CONFIGURATION != 'release' * mono/mono@3648ace2b9d Move common targets * mono/mono@b62bfdcb554 An array is not an IEnumerator`1 * mono/mono@9f2841c3a00 An array is not an IEnumerator`1 * mono/mono@6f90188e9fe Add IEnumerator`1 to MonoDefaults struct * mono/mono@84027bddaaf Remove compiler config sections for types which cannot be instantiated * mono/mono@66f19a974ad Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted * mono/mono@99b7f59ddc1 [2018-02] Fix for gcc 4.4; nominal support for older. (#7435) * mono/mono@f28abdbebd4 Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@2dc56b5a602 [2018-02] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7428) * mono/mono@58d02a96038 [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing Diff: https://github.com/mono/mono/compare/fa1ec4ac4d4680409c715a12618b6e476b448580...279d7e230fd9d04650aceb1acf450a299dd16470 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@ed56e90aca9 [2018-02] [Facades] Add missing Facades that exist in .NET 4.7.1 (#7551) * mono/mono@57e18b15d09 [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. Fixes #7378. Diff: https://github.com/mono/mono/compare/279d7e230fd9d04650aceb1acf450a299dd16470...ed56e90aca9298121c8edabe200193ae861332af * [linker] update facades list for .NET 4.7.1 see https://github.com/mono/mono/issues/7573 * Force libMonoPosixHelper usage in test to work around mono linker improvements - https://github.com/mono/mono/issues/7516 - These tests will be refactored \ improved in https://github.com/xamarin/xamarin-macios/issues/3713 * [msbuild] fix creation ouf output dependency (#3747) * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@d67d75a4f36 Disable delegate-15.exe in the full-aot profile. * mono/mono@6036b45bcec Avoid calling mono_class_vtable () for open constructed types. * mono/mono@9136f4c1a0a only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@abb82546d7c [2018-02] [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7595) * mono/mono@6af13f6e83e Add icall to configure MERP options / enable it * mono/mono@c684567bd7f Add optional Microsoft Telemetry unmanaged dumper * mono/mono@4ab5e8a495a Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed Diff: https://github.com/mono/mono/compare/ed56e90aca9298121c8edabe200193ae861332af...d67d75a4f3654f45098f85eff0195b24b160b802 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@3577465fcd6 add LL suffix to constant in order to prevent overflowing on 32bit systems * mono/mono@7d9e106c032 1000ns = 1us and 1us = 10ticks * mono/mono@3931767dcab reduce compiler warnings * mono/mono@deb3474e7cc add regression test for github issue 7646 * mono/mono@27c7a4b01ed use utimes if available in order to set subsecond information on access and write time * mono/mono@da5b39d785f factor setfiletime * mono/mono@7f69ff87b57 use CONVERT_BASE in more places * mono/mono@e33bf27c9ad replace SECMULT with TICKS_PER_SECOND * mono/mono@79030a32843 remove unused mono_w32file_get_times () * mono/mono@e74d4a6e31f Merge pull request #7686 from mono/backport-gh-7584 * mono/mono@c2fe39f13ef Revert "Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413" * mono/mono@0d8de253cbb [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@e9c512092df Increase the buffer size in emit_exception_debug_info (). * mono/mono@08a7043b668 [2018-02] [System]: Introduce `WebCompletionSource\u003cT\u003e` and use it in `WebOperation`. (#7641) * mono/mono@cb89a1575c6 Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@1a0508a58cd Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 Diff: https://github.com/mono/mono/compare/d67d75a4f3654f45098f85eff0195b24b160b802...3577465fcd667fa01b15ee673aa93b55bf7b9f38 * Bump system mono * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@c17d8c6dcdc remove WildcardConnect () on WatchOS * mono/mono@e29f146ab36 [2018-02] [sgen] Use current nursery size when computing allowance (#7648) * mono/mono@535bfc5d845 Add csc-dim as a prototype if default interface implementation * mono/mono@5b66de0bf08 [2018-02] [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7688) * mono/mono@a6c7b9eca49 [msbuild] Bump msbuild to pick up fix for issue #7184 (#7666) Diff: https://github.com/mono/mono/compare/3577465fcd667fa01b15ee673aa93b55bf7b9f38...c17d8c6dcdc8089868e39316ad214edc7e42b3a3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@67a2468db9c support increment and decrement of nint/nuint (#7790) * mono/mono@da0e172ae59 improve error message and add another interp_in signature (#7789) * mono/mono@1c9d8aad07b [sdks] Fix the ios sdk build. (#7801) (#7824) * mono/mono@c6fc176f5c0 Fix Android build for toolchain (#7818) * mono/mono@c9bf7a38784 Disable the interpreter on ios device builds. (#7795) * mono/mono@d37075a9491 [System] Disable a test file to resolve compilation error * mono/mono@42fc0bd51fb Bump corefx to bring a fix for #7696 * mono/mono@2487301fafb Fix Android build for mxe (#7782) * mono/mono@0d6be4da5ec [sdks] Fix Android build on Linux (#7777) * mono/mono@ebbed2bb875 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7751) * mono/mono@e5bad88ebb1 Fix Android build (#7769) * mono/mono@238c21cf77d Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@2fbd5a16a38 [runtime] Fix file handle leak with dedup+aot (#7721) * mono/mono@a13c12ac991 [2018-02] [loader] Don't load framework Facade assemblies that are older than expected. (#7708) * mono/mono@bdf405fae43 Merge pull request #7726 from mono/backport-new-boottime-2018-02 * mono/mono@ce612bb49ec Fix partially shared constrained calls in llvmonly mode. * mono/mono@0a3d40ac609 Avoid aot-ing the bcl libs twice in make fullaotcheck/llvmonlycheck. * mono/mono@07d5a031d46 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@ff546b9d8be [runtime] Don't use clock_gettime in MacOS. * mono/mono@9922d1af205 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@875240538e1 [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 Diff: https://github.com/mono/mono/compare/c17d8c6dcdc8089868e39316ad214edc7e42b3a3...67a2468db9c1c3184b33fce8550e0c3809030db3 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@b250b4a6571 [2018-02] [sdk] sync ios and android changes from master into `2018-02` (#7831) * mono/mono@77fc4cfa2e0 Remove suspicious mono_gchandle_free * mono/mono@3984508a04c [icall] remove DISABLE_PROCESS_HANDLING (#7827) Diff: https://github.com/mono/mono/compare/67a2468db9c1c3184b33fce8550e0c3809030db3...b250b4a6571e4f1e108096305f8e3e21a49708b9 * Bump to mono:2018-02 Commit list for mono/mono: * mono/mono@dcdd956e1b3 [perfcounters] fix alignment issue on 32bit * mono/mono@811e3b4dcd2 [sdks] Fix LLVM build for XA (#7919) * mono/mono@25aba4e86ef [2018-02] [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7912) * mono/mono@ae7f365c064 [sdks] Fix usage of MXE for XA (#7898) * mono/mono@cda8574a885 [jit] Add signature checking for CALLI. (#7880) * mono/mono@a6b0e1ccbed [2018-02] [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7895) * mono/mono@7ee378c9045 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7890) * mono/mono@511ca9f5073 Whitelist illinkanalyzer in macOS package (#7862) * mono/mono@88b52663760 Merge pull request #7851 from monojenkins/backport-pr-7849-to-2018-02 * mono/mono@4aa9fd41b87 [msbuild] Bump to pick up updates (#7846) * mono/mono@4bf541a969f [System] Makes TLS providers linker friendly * mono/mono@6c324b91b22 [corlib] Restores ConcurrentDictionary serialization support. Diff: https://github.com/mono/mono/compare/b250b4a6571e4f1e108096305f8e3e21a49708b9...dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4 * Bump to mono/2018-04/59e6eb29 Commit list for mono/mono: * mono/mono@59e6eb29e61 [2018-04] [Facades] Add System.Memory facade to mobile profiles (#7968) * mono/mono@5053d17e50f Bump version to 5.14 (#7954) * mono/mono@9cd9e3b0a13 [ppc] use ucontext_t * mono/mono@90b49aa3aeb Merge pull request #7946 from kumpera/wasm_fix_a_few_issues * mono/mono@21a9412a676 [sdb] Fix --enable-minimal=soft_debug build. Fixes #7920. (#7945) * mono/mono@95276e9ddb3 Merge pull request #7943 from filipnavara/corefx-sd-tests-1 * mono/mono@cdea795c0e4 [wasm] Make RuntimeInformation properly detect WebAssembly. * mono/mono@d8648776cc6 [wasm] Bump corert to pick fix for TaskCreationOptions.LongRunning. Fixes #7864. * mono/mono@106ef365e31 [wasm] Disable the degraded alloc warning under wasm. Fixes #7661 * mono/mono@2bf9a42fd3a [wasm] Fix the build. * mono/mono@5bdb87b6a67 [wasm] emcc has a broken clock_getime. Disable its usage. * mono/mono@a810739246b Include CoreFX GraphicsPath and Region tests. * mono/mono@4723e6603e6 Merge pull request #7915 from alexischr/fix-gh-7568 * mono/mono@2b4208feda5 [System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warning * mono/mono@a914dbf1734 [System.Windows.Forms] Dispose forms opened during two tests * mono/mono@fcd52894d9b [System.Drawing] Remove failing jpeg flags tests (#7931) * mono/mono@254013b0fdf [runtime] Fix class visibility check for protected nested classes. (#7907) * mono/mono@ebef3ec4b18 [msvc] Update csproj files (#7929) * mono/mono@2cbd1706dcc [System.Drawing] Enable corefx xunit tests (#7924) * mono/mono@4d78aaf7b46 [genproj] When using fallback profile selection don't build the projects that were missing a profile (#7926) * mono/mono@1931cb1dcbc [Tests] Disable hijacking.exe and Jittailcall2.exe tailcall tests. (#7922) * mono/mono@938415c6d39 [test-runner] Don't output test result xml when no tests are run * mono/mono@a5a496695a0 Disable building btls/ and support/ on the bcl build, they are not needed. (#7921) * mono/mono@2e0182b5c06 Implement Field SetValueDirect on non-struct targets. Add test case from roslyn issue 19038. (#7866) * mono/mono@88cab36c200 [sdks] add Make.config to ignore file (#7901) * mono/mono@5c839fc1097 Bump msbuild to track xplat-master (#7900) * mono/mono@f83fbbd9b8a [sdks] Fix LLVM build for XA (#7917) * mono/mono@a36d08a55ac [perfcounters] fix alignment issue on 32bit * mono/mono@1e1893d683f [System.IO] Don't throw exception when FileSystemWatcher is disposed while the backend is still trying to use it * mono/mono@a1751d91c86 Revert "Disable some flaky tests." * mono/mono@2c14b1f82c2 Revert "Disable a flaky test." * mono/mono@86df754848d Revert "Disable bug-80307.exe" * mono/mono@60707875d59 Revert "[sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892)" (#7904) * mono/mono@6f0fba8961a [Tailcall] Bring coreclr tests for tail calls to Mono source tree (#7204) * mono/mono@765ea257723 [sdks] Fix LLVM build on Linux for XA + Fix MXE usage on non-Darwin platforms (#7910) * mono/mono@1d36e15392d [msvc] Update csproj files * mono/mono@81a781bb02f add some OpenBSD patches (#7699) * mono/mono@792196320f4 [sdks] Disable btls and support/ on the bcl build, they are not needed. (#7892) * mono/mono@573e460e97c Fix tarball build * mono/mono@7ec24235351 [packaging] Bundle the msvc compiled monograph.exe on Windows * mono/mono@3dad276e2d2 Bump api-snapshot * mono/mono@77b2db73aaf Add BindingFlags.DoNotWrapExceptions (#7863) * mono/mono@9ff460b0049 [sdks] Disable wasm on the ios sdk lane. (#7894) * mono/mono@e70a872c533 [sdks] Fix usage of MXE for XA (#7897) * mono/mono@5841ffff038 [System.Windows.Forms] Ignore non-visible controls when computing ScrollableControl canvas size (#4247) * mono/mono@407e254643c [sdks] Pass LLVM_SRC from XA to use `xamarin-android/external/llvm` + Pass IGNORE_PACKAGE_MXE from XA + Only checkout specific MXE and LLVM commit when cloning (#7893) * mono/mono@6c901dbfc58 [sdks] Pass MXE_SRC from XA to use `xamarin-android/external/mxe` (#7888) * mono/mono@ff40ceff387 check for iconv only once (#7873) * mono/mono@e3e1fe1c16f [corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875) * mono/mono@ada6edbad87 [bcl] Fix the compilation of System tests in the mobile profile. (#7882) * mono/mono@2f66873ab2a [msvc] Update csproj files (#7811) * mono/mono@753cc874f64 [jit] Add signature checking for CALLI. (#7832) * mono/mono@ab62d30edb0 [genproj] Move obj to common folder and remove unnecessary properties (#7870) * mono/mono@8c86a805ff7 [mcs] Updates common array bounds unification to use universal type comparer * mono/mono@b42086d4504 Use __PASE__ for things i needs that AIX doesn't (#7858) * mono/mono@f00eba8a7cc Whitelist illinkanalyzer in macOS package (#7861) * mono/mono@4a247e7ed9a Merge pull request #7740 from alexischr/corefx-unknownunix-fsw * mono/mono@03a153c7b36 Bump API snapshot submodule * mono/mono@e6f90edfcd1 [System]: Disable the System.Net.ServicePoint tests from corefx. * mono/mono@0f9b7f730f8 mono_perfcounter_counter_names returns incorrect names, and restructure slightly for clarity (#6355) * mono/mono@9b36f1452f4 wcf: fix index of message body parts. Do not use MessageBodyMemberAttribute.Order as index. * mono/mono@3c8bf90a40e [System.IO] Use CoreFX FileSystemWatcher stub for mobile profile * mono/mono@6caa9bd8812 Disable a flaky FileSystemWatcher test * mono/mono@7e31c5d11f7 Merge pull request #7849 from marek-safar/corefx-fixes * mono/mono@294707cf882 [build] Fixes bootstrap invocation of cil-stringreplacer * mono/mono@dc1ef2ea3a2 [runtime] One more MonoClass getter fixup (#7836) * mono/mono@dc6700a799f [corlib] Restores ConcurrentDictionary serialization support. * mono/mono@32e6bccc2d1 [System] Makes TLS providers linker friendly * mono/mono@554690a64cd [build] Update monolite package to support cil-stringreplacer (#7847) * mono/mono@96e8fa67e2f [bcl] Fix Cscompmgd/I18N.Rare not having any tests (#7842) * mono/mono@3157302581e Pull in bug 53272 fix * mono/mono@16d5c314094 [ci] Bundle nunit xml results in a .tar file (#7843) * mono/mono@5e1acb47f5d [genproj] Deduplication of project references (#7844) * mono/mono@b20d5ce1e5d [runtime] Rework how the native-to-managed eh callback is called. (#5837) * mono/mono@2b663424a04 [threads] Remove suspicious mono_gchandle_free * mono/mono@f66032b7c0f Fix F# build. (#7826) * mono/mono@e610e443cd6 Structure field that cannot be marshalled throws exception instead of aborts\n Alllow structure pointer conversion for blittable multi-dimentional arrays (#7794) * mono/mono@febd5ac5358 MonoClass getters mop-up PR (#7806) * mono/mono@a5099ca2a44 [mini] Use MonoClass getters in method-to-ir.c (#7772) * mono/mono@2ce121ab7b1 [sre-save] Remove type_token assignment in mono_image_fill_export_table (#7803) * mono/mono@2f5077a1fba [sdks] Fix the ios sdk build. (#7801) * mono/mono@dde9ee5e79e [w32handle] Lower minimum memory usage (2nd attempt) (#7508) * mono/mono@30903764c24 [sdks] Fix Android build for toolchain (#7817) * mono/mono@2709d2309e6 [mini] Use MonoClass getters on non-AMD64 platforms (#7799) * mono/mono@506fc0b522f [genproj] Deduplication of sources (#7810) * mono/mono@331f3d9f27e Fix warnings and cleanup style. (#7800) * mono/mono@954911d3f1a Genproj updates for BCL build in Windows Visual Studio (#7755) * mono/mono@431c67415cf [mini] Use MonoClass getters in aot-compiler.c (#7773) * mono/mono@76f01933880 [ci] For checked builds, pass -k to make (#7802) * mono/mono@43d9c4737bc Imports FtpWebRequest from CoreFX (#7644) * mono/mono@bc25029b580 Disable some flaky tests. * mono/mono@901ccebb0ac [sdks] Disable the interpreter on ios device builds. (#7793) * mono/mono@e3c284c4e36 CodeOwners update (#7798) * mono/mono@74daf13fb29 Harden JIT job control against cctors deadlocking. (#7423) * mono/mono@7bb6e59e38c [runtime] Fix lock tracer compilation error (#7767) * mono/mono@1bdcf191697 [corlib] System.Collections from CoreFX (#7478) * mono/mono@3aeab61192b [mini] Use MonoClass getters in a few files (#7771) * mono/mono@158bb416eb0 [interp] Use MonoClass getters (#7774) * mono/mono@b06de64bf86 Fallback to listing drives in My Computer using System.IO.DriveInfo. * mono/mono@b8fdce6c053 [Tailcall] Fix virtual generic methods that F# tests uses. (#7524) * mono/mono@066ce338255 Add tailcall support & fix floating point ABI (#7695) * mono/mono@d233bdbf998 [icall] remove DISABLE_PROCESS_HANDLING (#7779) * mono/mono@7de72fbf3f0 [interp] support increment and decrement of nint/nuint * mono/mono@d4247747510 [interp] improve error message and add another interp_in signature * mono/mono@dfabaa59175 Remove incorrect docs (#7784) * mono/mono@67e995c6e27 [interp] Improve mixed mode execution support, using full-aot+interp as the configuration. (#7764) * mono/mono@9c63d1bf9df [sdks] Fix Android build for mxe (#7781) * mono/mono@8a3b4bf2af0 [sdks] Fix Android build on Linux (#7775) * mono/mono@95d450660be [interp] move variable decl into ifdef to avoid unused warning (#7763) * mono/mono@392e1c368c3 [Tailcall] Proper fix for F# regression, at least some architectures. (#7658) * mono/mono@45c94b22ab3 [sdks] Fix Android build (#7768) * mono/mono@d856789ccd4 Bump corefx to bring a fix for #7696 * mono/mono@9bc0a49bc78 [runtime] Fix the cross compiler build. (#7754) * mono/mono@3d2891097a7 Merge pull request #7748 from lambdageek/fix-gc-descr-object-c * mono/mono@3283af3449d [msvc] Update csproj files * mono/mono@3ec9fda3718 [System.Core] Guard against embedded NUL in strings for MemoryMappedFiles (#7318) * mono/mono@6822a57663b Disable a flaky test. * mono/mono@54e3eccc5d8 [build] Bump bootstrap mcs dependency for mcs builds to catch up with e6fb82b2c7b4a8f42827f9a952dec0a03ae9c8c9 * mono/mono@99d31278e35 [interp] always set old_frame in interp_entry (#7757) * mono/mono@c2698519b0c [interp] Allocate ThreadContext structures on the heap instead of on the stack, the latter doesn't work in mixed mode if the native frame gets unwound during exception handling, so the set_context (NULL) call is never executed, leaving a dangling ref in the tls variable. (#7747) * mono/mono@678576f5a8c [System.Windows.Forms] Reset check state of item when removing it. (#7744) * mono/mono@87fd0714126 Revert "Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390)" (#7745) * mono/mono@9b702e8052f Bump API snapshot submodule * mono/mono@e6fb82b2c7b Bump bootstrap dependency * mono/mono@7a9f8405d49 [corlib] String from CoreFX/CoreRT * mono/mono@20ba08543e4 [corlib] Use UTF8 bytes convertor directly * mono/mono@d9e3d7c4075 Remove dead code (#7738) * mono/mono@c732bd47584 This fixes an issue we are seeing with VSTU debgugging in Unity. (#7634) * mono/mono@7faa4620462 Fix bug #60843 and add test (#7640) * mono/mono@d26fb8a3eb3 Forward mono_string_new_wrapper to mono_string_new for error handling. (#7718) * mono/mono@d5d1fb290d0 Bump roslyn-binaries to include missing file * mono/mono@dd09fa9982d [mcs] Adds cloning for TupleLiteralElement expressions (#7746) * mono/mono@3fa3592376c Uncomment and fix ServiceHost creation via ServiceFactory in SvcHttpHandler.cs (#3465) * mono/mono@74dd088d400 [metadata] Add mono_class_publish_gc_descriptor * mono/mono@f42fdeca61b [mcs] Fixes codegen for null fixed string statement * mono/mono@8e3be153357 [metadata] Move mono_class_compute_gc_descriptor back to object.c * mono/mono@9e4eb1ca69a Bumps roslyn to 2.7.0 * mono/mono@dc0cf83b3a8 [arm] fix stack alignment for structs (#7691) * mono/mono@0dec8fda18c [sgen] Fix scanning of large arrays (#7672) * mono/mono@39c9f9d935d Merge pull request #7724 from lewurm/wildcardconnect-watchos * mono/mono@e40c97e7718 [interp] Disable pinvoke3.exe test on x64 (#7739) * mono/mono@06463f4ca2a [Tailcall] Add interface tailcall tests, and generics thereof. (#7703) * mono/mono@9914517a125 Remove obsolete code for getting TLS values from other threads. (#7714) * mono/mono@9fe7008d97f [HttpClientTest] remove WildcardConnect () on WatchOS * mono/mono@7dea71ce64b Touchup for https://github.com/mono/mono/pull/7599/ * mono/mono@37660898982 Merge pull request #7599 from lambdageek/abort-cctor-no-protection * mono/mono@f617929e9e2 [runtime] Don't use clock_gettime on WatchOS and tvOS. * mono/mono@081c79e6871 Add csc-dim script to .gitignore * mono/mono@7cc78d08b09 Merge pull request #7707 from mono/fix-boottime-osx-10.7 * mono/mono@9cf2550ba2d Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715) * mono/mono@16e6e7df70a [sgen] Finish thread pool work before shutting down threads (#7647) * mono/mono@e480620040e [System]: Fix a race condition that was exposed by #7358 (see #7668). * mono/mono@120aa248fa5 [sdks] Fix building the ios device tests. (#7706) * mono/mono@a5c6f5c5ca2 [w32file] do not discard sub-second resolution for access- and writetime if possible (#7650) * mono/mono@b37166882de [runtime] Fix file handle leak with dedup+aot (#7694) * mono/mono@feb8b568bab [mprof-report] Fix reading of TYPE_JITHELPER events in v13 files. (#7677) * mono/mono@b77313855c2 [loader] Don't load framework Facade assemblies that are older than expected. (#7663) * mono/mono@62921c8a62e [runtime] Don't use clock_gettime in MacOS. * mono/mono@7528656820c [msbuild] Bump msbuild to pick up fix for issue #7184 (#7665) * mono/mono@53a59ccf766 [sdks] Fix building the ios tests. (#7701) * mono/mono@1c8b460b4cf [version.h] Support .git being a submodule (#7689) * mono/mono@e99ac890e6a Add csc-dim as a prototype if default interface implementation * mono/mono@7aeaafd2819 [runtime] Fix mono_msec_boottime () so it compiles on older ios versions, clock_gettime () is only available from ios 10. (#7671) * mono/mono@8ae317a1e82 [arm64] Add a known TLS offset. (#7530) * mono/mono@b6f56a115fc [Tailcall] Cleanup, handle varargs, cleanup varargs handling, be sure not to use unsupported tailcall_membase, pass r11 through, align patches. (#7600) * mono/mono@249a02d9366 Updates codeowners (#7679) * mono/mono@5232bef2825 Disable a flaky FileSystemWatcher test (#7578) * mono/mono@540ef385faa If a bad header is received from the client or the connection is broken, send an internal VM_DISPOSE command to shut down the debugger thread properly. This prevents runtime hangs that occur during profile events after the debugger shuts down. * mono/mono@68a9bbe69f8 Update Server.py to run on both python 2 and 3 * mono/mono@2f211770198 Merge pull request #7584 from alexischr/fix-gh-6940 * mono/mono@fe3c5134bf5 Implement C#7 binary literals (#7659) * mono/mono@421e0174793 [System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629) * mono/mono@d3e2518fb60 [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652) * mono/mono@e36148dbd26 [tests] Prevent starvation by thread doing GCs (#7651) * mono/mono@ec4c990af3e [System.Net] Replace use of obsolete `SupportsIPv6` property. * mono/mono@43415f5f2b5 [threads] Add mono_uninstall_current_handler_block_guard * mono/mono@92042c97323 [threads] Delay abort via handler block guard when in abort protected block. * mono/mono@b0734593de5 [tests] Run abort-cctor.exe on the coop Jenkins job * mono/mono@ea4274f2eb7 Revert "[Tailcall] Proper fix for F# regression." (#7656) * mono/mono@fdbf51184ac [msvc] Update csproj files (#7654) * mono/mono@b2271853c33 [Tailcall] Proper fix for F# regression. (#7621) * mono/mono@9b3893f84a1 [tests] Class should be viable even if cctor is aborted in in nested finally clause * mono/mono@247a13b081f [System.Windows.Forms] Improve logic for closing complex ToolStripDropDown layouts. (#7630) * mono/mono@5d23a12446d [System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (#7612) * mono/mono@6bdeea15030 [jit] Incorrect code under mono --trace. (#7627) * mono/mono@395b37c2865 Fix issue #7596 on Windows x64. (#7625) * mono/mono@5820d1fc668 [sgen] Use current nursery size when computing allowance (#7601) * mono/mono@52429673dc6 [mini] Don't inline methods if they're going to be instrumented for coverage. (#7554) * mono/mono@851b36ecb25 [mini] Improve error reporting by using MonoError around more places. (#7607) * mono/mono@6906c9dc40a [interp] Don't crash when freeing delegate ftnptr (#7586) * mono/mono@2883e562e2d Fix platform-specific build issues (#7342) * mono/mono@2d0eee9ae33 [jit] Fix partially shared constrained calls in llvmonly mode. (#7561) * mono/mono@ec319e6de7a [aot] Increase the buffer size in emit_exception_debug_info (). (#7638) * mono/mono@ff61c7751a6 [build] Fixes mcs only dist build * mono/mono@4b88e2a0e29 [System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#7358) * mono/mono@29c2ba9387f Merge pull request #7520 from alexischr/use-coreclr-GetTickCount * mono/mono@7e3a1ddaa09 [mcs] Fixes parsing ref-struct with partial keyword * mono/mono@87282805504 [sdks] IOS fixes. (#7617) * mono/mono@40b53bd2e0e [corlib] Handle multiple segments in IsolatedStored::GetFileNames. Fixes bxc #11771 * mono/mono@8ceead93e3e [Tailcall] Quick fix for building F#. Do not tailcall any method with a vtable_arg. (#7609) * mono/mono@1c88a115453 [Coop thread threadpool mmap] Convert more functions to coop/handle. (#7097) * mono/mono@239aad5265b [msvc] Update csproj files * mono/mono@34b4d35fb78 [runtime] Clean up symbol names to not pollute the global namespace. * mono/mono@1d70b627704 [profiler] Increment ref count of an image's method while we're keeping around pointers to it. * mono/mono@6b116cca186 [merp] only target macOS, HOST_DARWIN includes iOS etc. as well * mono/mono@40924c47ba0 [Mono.Data.Sqlite] Throw better exception for missing mobile support * mono/mono@a856f8d8e48 [Tailcall] Cleanup is_supported_tail_call, put more logic in it, and be sure not to tailcall_mem_base if not supported (i.e. virtual_ not just CALLVIRT) (#7608) * mono/mono@7e7d8a3b4fc [Facades] Make System.Net.Http.Rtc.dll a net_4_x only facade (#7590) * mono/mono@5f572ff7a62 [msvc] Update csproj files * mono/mono@6e246cf6134 [Facades] Move types from Facades into class libraries (#7574) * mono/mono@4e3389667f6 [System.Xml] Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781ed * mono/mono@8c3d7c81af7 [System.Windows.Forms] Fix custom test targets in makefile. (#7571) * mono/mono@9dbd080c293 [System.Windows.Forms] Update code for top-level windows (#7570) * mono/mono@e85dbca0f2f Disable TestBug8592BasicOperations test * mono/mono@b1d2b858251 Make Form scaling tests platform independent. * mono/mono@cdb9b90baa4 Correcting typos for ISSUE_TEMPLATE.md (#7575) * mono/mono@99198da52be [msvc] Update csproj files (#7559) * mono/mono@16b3884854c Disable bug-80307.exe * mono/mono@a601516ca1f [tests] Disable delegate-15.exe in the full-aot profile. (#7529) * mono/mono@8f926ed4648 [ppdb] Set the column number in mono_ppdb_lookup_location (). * mono/mono@78de6719641 Swap bytes for port number as Win32 API returns in network order. * mono/mono@3b0c0bd1cff Build system tweaks for AIX (#7542) * mono/mono@486036b6964 Revert "[Tailcall] Do not create never-executed trampoline for tail.call self. (#7331)" (#7550) * mono/mono@06a4273d73c [mono-time] Replace mono_msec_boottime() with CoreCLR implementation. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58413 * mono/mono@e456f910530 Bump api-snapshot * mono/mono@9a2b5324ee3 [Facades] Add missing Facades that exist in .NET 4.7.1 (#7541) * mono/mono@b6be2e11a79 [threads] Fix race between abort socket syscall and thread shutdown (#7507) * mono/mono@4ae98fb31b5 Merge pull request #7515 from kumpera/le_debugger_cleanup * mono/mono@868a402137d [metadata] split IL generation code into seperate compilation units. (#7487) * mono/mono@826f15a509a [interp] Fix return of value type from interp to native (#7519) * mono/mono@f24a6d622be gboolean g_is_usermode_native_debugger_present (void). (#7488) * mono/mono@03914603a3b [runtime] Add MS telemetry reporter for unmanaged exceptions (#7451) * mono/mono@d3a4e19f3ca Merge pull request #7533 from akoeplinger/disable-test * mono/mono@63e5e80d3a6 [bcl] Fix test build with mcs (#7512) * mono/mono@14485be705f [System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (#7491) * mono/mono@b9d52fc4f12 [System] Disable SocketTest.AcceptBlockingStatus * mono/mono@91b64b4560b [System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493) * mono/mono@ee30689c181 Implement native ValueType Equals and GetHashCode support for pointer fields * mono/mono@4532cf5fd55 [interp] Fix stack usage after throw (#7461) * mono/mono@523ba159c2b [sgen] Fix the clearing of bits in the gc descriptor bitmap when using weak fields. * mono/mono@660e166c7b6 [eglib] Fix typo in g_assertf (#7458) * mono/mono@c745a9575d0 [jit] Move the check for open constructed types later in mono_jit_compile_method_with_opt (), this function can receive (#7494) * mono/mono@25f4ef27897 [wasm] Make switching between debug/release builds easy. Build pdb files. * mono/mono@eba41fd88a6 [wasm] Update SDK driver to handle debugging. * mono/mono@334ddbd3ef6 [wasm] Initial support for debugging. * mono/mono@1a56fe6a159 [wasm] Fix unwinding to work with the general unwinder. * mono/mono@ccbb873498b [interp] Fix pinvoke from dynamic methods * mono/mono@4ad92ef05f7 [interp] Fix detection of pinvoke call * mono/mono@940f2d1a9fe [interp] Fix runtime invoke of pinvoke method * mono/mono@e0f8597e9c9 Fix generated file when passing --bundled-header (#6736) * mono/mono@b4ee86154fc [Tailcall] tail.callvirt support for AMD64 JIT (#7426) * mono/mono@c2bf82fb98f [System]: WebRequestStream now throws correct exception on cancellation (#7074). * mono/mono@8e4f0d8ff44 [Tailcall] Do not create never-executed trampoline for tail.call self. (#7331) * mono/mono@ab67bcfd0bf Provide compile-tests-parallel that honors the command line so e.g. (#7479) * mono/mono@3e8f4f7db8d [msvc] Update csproj files (#7497) * mono/mono@a5f980dc00f [interp] Let the backend deal with thiscall cconv * mono/mono@8b2ca1344f7 [interp] Fix EH with exception thrown from icall * mono/mono@da7650d3d96 Bump API snapshot submodule * mono/mono@03b030d9213 TaskAwaiter from CoreFX * mono/mono@12557bec396 [metadata] An array is not an IEnumerator`1 * mono/mono@1140ec53948 [test] An array is not an IEnumerator`1 * mono/mono@c0a5753b02a [metadata] Add IEnumerator`1 to MonoDefaults struct * mono/mono@36a471f14e5 [System] Remove compiler config sections for types which cannot be instantiated * mono/mono@32d06fd8036 [corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCase: true" is used (#7464) * mono/mono@1181815eeda [w32handle] Lower minimum memory usage (#7465) * mono/mono@e6de24c2d19 [build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools * mono/mono@73859e3df28 [msvc] Update csproj files * mono/mono@e64cd8cc8da [profiler] Use accessor functions for MonoClass fields * mono/mono@4e6f5f10fd2 nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch * mono/mono@45f30c307b9 nuget-hash-extractor: Change the nuget repo name to use for * mono/mono@695acd0a0b9 System.Text.RegularExpressions from CoreFX (#7363) * mono/mono@85b605042b7 [acceptance-tests] Actually disable gcsuppressfinalize.exe test * mono/mono@c89abe54670 Bump boringssl submodule. * mono/mono@47df243579f [mini] unpack function pointers for jump patching * mono/mono@095519c8996 [ppc] update define usages for creating/unpacking function descriptors * mono/mono@4fea7fb7451 [ppc] use new patching machinery * mono/mono@ffaf5ffe0f8 [mini-runtime] unbreak platforms where MONO_ARCH_HAVE_PATCH_CODE_NEW isn't defined * mono/mono@8ba4947f7a3 [metadata] Use MonoClass getters in the rest of metadata/ (#7354) * mono/mono@6f225e6176a [System.Windows.Forms] Fix inconsistent state of Document object (#7422) * mono/mono@9e1ba501ffd Fix for gcc 4.4; nominal support for older. (#7419) * mono/mono@56263d4a756 [mini] Virtual call target is never known, remove dead code. (#7424) * mono/mono@62c8557a7a3 [System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object identifier * mono/mono@02abf28216f [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to an Apple bug. (#7429) * mono/mono@d1ed53624bf [acceptance-tests] Disable gcsuppressfinalize.exe test that started failing * mono/mono@b664dfe79ff [System.Windows.Forms] Updated unit tests (#7405) * mono/mono@30ad2195339 [mixed mode] skip gsharedvt_out_sig_wrapper frames and improve regression test * mono/mono@dab1ffc081c [interp] use mini infrastructure for stack walking * mono/mono@a785bd16e94 Merge pull request #7401 from filipnavara/swf-layout * mono/mono@d2bf59dd3f4 PPC support for BoringTLS * mono/mono@ee4ed72695d [acceptance-tests] Add an env var to turn on some Mono debugging options. (#7386) * mono/mono@4af9e3a5114 [Coop] Convert System.Enum to coop/handle. (#7131) * mono/mono@7c34f0c7467 [packaging] Support setting the FULL_VERSION number via env vars (#7414) * mono/mono@f546b95edfe [runtime] Increase the BCL trampoline count (#7409) * mono/mono@fe95e4b34b0 [jit] Fix the patching of tail calls for gshared methods, the caller and the caller were using different instantiations to search the jump_target_hash. * mono/mono@56bf6d3a738 Bump API snapshot submodule * mono/mono@ff60734df40 Add unit test for TextBox.PreferredSize property and fix updating the preferred size cache on Text change. * mono/mono@58f25ff1f0f Add makefile rule to build and run the notepad sample. * mono/mono@7b6b6075672 Remove obsolete code from FlowLayoutPanel that is no longer necessary with the corrected nested layouts. * mono/mono@ae972579de4 When Form is set to AutoSize enforce it also as the minimum size for the window manager. * mono/mono@f1de56d31cb Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized windows. * mono/mono@e563776f62f Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsInternal and SetBoundsCore methods. Now explicit bounds are only updated in SetBoundsCore, no more all the updating and restoring with UpdateBounds calls. Rely on the WM_WINDOWSPOSCHANGED message to be sent from XplatUI.SetWindowPos to call UpdateBounds. This avoids an explicit call to XplatUI.GetWindowPos and UpdateBounds in SetBoundsCore. * mono/mono@ff38080cc07 Fix for bug_82326 unit test. * mono/mono@af26d754ae1 Fix couple of relayouts causing incorrectly cached control preferred size. Fix events triggered in incorrect order when Control.Controls.Remove is called. Update Dispose behavior with events and exceptions to match the reference implementation more closely. * mono/mono@5feb428acd5 Update DisposeTest to work on latest version of .NET Framework. * mono/mono@4f3adb750d1 Add test for label self-sizing behavior. * mono/mono@376002afb4a Call LayoutEngine.InitLayout when appropriate and move the dist_right and dist_bottom calculation there. * mono/mono@a859588486d Add cache for PreferredSize value. * mono/mono@016a5a86792 Fix propagating layout to parents and then back to children when PreferredSize changes. * mono/mono@71931189fa7 Remove obsolete code for layout of AutoSize forms. * mono/mono@622ad5480da Unify the code for layout of anchored controls to avoid setting the bounds twice for controls with AutoSize set to true. * mono/mono@78ad684762f Fix the default layout engine and its quirks enough to pass all unit tests again. * mono/mono@cbb07605df2 Move GetPreferredSize implementations from container classes to respective LayoutEngine implementations. Rework the layout engines to use AutoSizeInternal property since TextBoxBase has its own AutoSize that should not be respected by layout engines. Rework automatic sizing behavior of TextBoxBase to return correct values. Rework TableLayout completely to use same code for layout and calculation of preferred size. * mono/mono@d758a6d65fb Fix updating panel references when assigning TableLayoutSettings to TableLayoutPanel. * mono/mono@71989c037e7 Ignore invisible controls in FlowLayout. * mono/mono@ca957c45b42 Apply size constrains to control sizes when calculating flow layout. * mono/mono@4b093a9d2d2 Apply size constrains to control sizes when calculating flow layout preferred size. * mono/mono@6943077ab90 Added missing support for flow breaks in FlowLayoutPanel's preferred size calculation. * mono/mono@eed14424e50 Add tests for FlowLayoutPanel.PreferredSize. * mono/mono@a3690115557 Apply the constraints when setting MinimumSize/MaximumSize and update the unit test to demonstrate it. * mono/mono@78f4b60e6ca Reduce memory pressure by reusing the LayoutEngine objects. * mono/mono@f56b7109424 Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize setters. * mono/mono@18001b61a3a Apply Maximum/MinimumSize constraints when calculating the preferred size. * mono/mono@1417a68137c Update Label.InternalGetPreferredSize to take the proposed size into account. * mono/mono@73c8e1f6156 Fix Label automatic sizing code. * mono/mono@baf431b393a [metadata] Use mono_atomic_store_release to initialize gparam cache * mono/mono@486be78f8a9 Update README.md with current directory structure * mono/mono@965a813f51d [msvc] Update csproj files (#7404) * mono/mono@0c6f7fa7c53 [mcs tests] fix runtime arguments passing to test harness (#7400) * mono/mono@9725d50c872 [sre] Use MonoClass getters in sre-save.c (#7352) * mono/mono@15578eab17c Bump corert * mono/mono@43ac34b36e2 [sdks] Unify targets to build runtimes (#7394) * mono/mono@e7ba41d14c7 Swap Close/Dispose calls so that the receiver_thread_main loop will be properly interrupted (#7390) * mono/mono@24c52e28c0b Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect target architecture. (#7281) * mono/mono@4874e18fd23 [corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385) * mono/mono@a9c37afaa45 [sdks] Fix the ios build. * mono/mono@16e5f049600 [interp] remove `method` field from `InterpFrame` * mono/mono@182a7485865 [runtime] Use MonoClass getters in object.c * mono/mono@2713dfc5776 [metadata] Move MonoClass:gc_descr and runtime_info initialization to class-init.c * mono/mono@9abe6ebf590 [appdomain] Fix path clobbering when trying to shadow copy siblings * mono/mono@76d5a164473 [Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330) * mono/mono@bbb882b0181 [sdks] Add watch device build. * mono/mono@b4d53f4d7c8 [sdks] Add watch simulator build. * mono/mono@dd5e5c8239d [sdks] Add tv simulator build. * mono/mono@6cc113a4b35 Ios sdk changes (#7258) * mono/mono@d8e49b1c279 Fix build from tarballs due to missing corefx.unix.sources * mono/mono@076557c37f4 Use attribute(deprecated) instead of attribute(error). (#7362) * mono/mono@68376f1f9b2 [msvc] Update csproj files (#7367) * mono/mono@319749c3148 Make it build. * mono/mono@d51e55d4a31 Bump linker to its latest master. * mono/mono@a838b6fb39e [interp] Enable more tests (#7315) * mono/mono@8ddcea29564 [profiler] A few low-hanging enhancements. (#7314) * mono/mono@ddf4e7be31b Update ppc badge to correct URL in README * mono/mono@db635611434 Merge pull request #7341 from akoeplinger/dont-throw-in-dispose * mono/mono@fa21013d7f0 Don't throw NotImplementedException in Dispose() * mono/mono@2c2fac29ebc [msvc] Update csproj files (#7337) * mono/mono@4f9b89adc17 CoreFX System.Runtime.CompilerServices (#7118) * mono/mono@cb956b58a6a Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS."" * mono/mono@fdefcf1f25b Fix build * mono/mono@2174a521a3e Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS." * mono/mono@f5b10f34a98 [System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent CoreFX watcher becomes the new default for MacOS. * mono/mono@872c0488308 [wasm] Add a missing dependency in wasm. * mono/mono@8facc4afb2c [System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#7293) * mono/mono@dfe6e2d4a2c Merge pull request #7321 from mono/fix-linuxarm-native-stacktrace * mono/mono@9648645fb38 [System]: Enable some System.Net.Requests tests from CoreFX. (#7080) * mono/mono@ce2584911fb Fix gdb not being used for native stacktraces in some cases * mono/mono@096147d4286 [tests] Add --repeat parameter to enable runtime tests to run multiple times (#7291) * mono/mono@a5da7b21f4b [runtime] Implement thread info flags and get rid of tools threads. (#7226) * mono/mono@e8141fc31da [sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-root domains. * mono/mono@b8da9736209 [marshal] Use MonoClass getters in marshal.c (#7253) * mono/mono@2f9b9142cde [msvc] Update csproj files (#7310) * mono/mono@6ca674ed686 Update the random checking code in autoconf to this decade (#7250) * mono/mono@b1801b78044 Always enable explicit null checks for AIX (#7300) * mono/mono@31c03a9cbe7 [System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI code. (#7243) * mono/mono@6ac20034175 bump nunitlite * mono/mono@216b5c5db8b Merge pull request #7286 from lambdageek/fix-gh-7095 * mono/mono@909b30b5ba0 [wasm] Fix v8 provisioning. (#7244) * mono/mono@cfaa28e1d81 [threads] Reduce race window with async abort (#7274) * mono/mono@f901c70548b [runtime] Don't assert in mono_class_is_assignable_from on iface gtd * mono/mono@8d37ddbf1dd [runtime] Use MonoClass getters in a few small files (#7254) * mono/mono@375304d501f [test] System.Type.IsAssignableFrom of gtd array special interfaces. * mono/mono@d63e8b6f5ae [corlib] CompareInfo from CoreFX (#7272) * mono/mono@c152f67574c Merge pull request #7263 from filipnavara/swf-carbontests * mono/mono@de8dc8311da Merge branch 'master' into swf-carbontests * mono/mono@ffbb3d90aee Merge pull request #7234 from filipnavara/swf-painteventend * mono/mono@5705b3d2070 Update CODEOWNERS * mono/mono@905077f90fc Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument. * mono/mono@d69c1568f62 Remove mention of MONO_THEME from man page. (#7282) * mono/mono@dabdacd99b4 [metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155) * mono/mono@94f8dcf102d [wasm] Add LTO release configuration. Saves 15% of binary size. (#7221) * mono/mono@ba40177a44c Merge pull request #7269 from filipnavara/swf-theme-obsolete * mono/mono@8ebc608febb [Tailcall] Add 11 tests that are all runnable, never crash, are self checking. (#7232) * mono/mono@120be0fa4e6 Remove obsolete Nice theme code. * mono/mono@e2e66cb4f8f [wcf] use ConcurrentDictionary for wait handles (#7265) * mono/mono@8739c9b05a5 Bump api-snapshot * mono/mono@5aafe83bbdd Activate MDI child windows after showing them (fixes 7 unit tests failures). * mono/mono@cb48d78dc66 Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.SystemInformationTest.IconSizeTest pass. * mono/mono@091595f3d8f Fix the default font value in test. * mono/mono@0d524452c54 Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests. * mono/mono@bb99dcade28 Fix windows creating, destroying and message processing in Carbon driver to be stable enough not to freeze the test suite. * mono/mono@cde44408a4a Spit out the name of a test along with the error about undisposed forms. * mono/mono@0a2d57ed674 Call XplatUI.PaintEventEnd when an exception happens in OnPaint. * mono/mono@931380017f7 Unregister thread exception handler at the end of test. * mono/mono@0129c25e435 [tests] Use RemoteExecutor from corefx * mono/mono@335ca28eaf9 [llvm] Pass only the imt argument if both imt and rgctx arguments are required. * mono/mono@c99ac6a87e5 Add missing XplatUI.EndLoop call. * mono/mono@a974057d929 [sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA anyway * mono/mono@1af92912945 Fix layout of ColorDialog on systems with different window border sizes. * mono/mono@657c7637fb2 Fix typo in implementation of Disposing property. * mono/mono@67e557fa2e3 Handle more special keys in KeysConverter to ensure compatibility with designer generated resource files. * mono/mono@6d889314b2e Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the last remaining usage of MONO_THEME environment variable. * mono/mono@67c1708677a Add PointerValue.Value to dereference and access pointer value. (#6840) * mono/mono@9bbe5e5e5f8 Bump API snapshot submodule * mono/mono@392d3452f24 [System.Net.Http] Better exception message for invalid header value * mono/mono@798c5efa52a Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142) * mono/mono@bfdbc1e6768 Update the method signatures in the new X11 backend. * mono/mono@1f0fc93de4c [sgen] Check if we are exceeding the worker count limit (#7180) * mono/mono@12cbe9a7bd2 [msvc] Update csproj files (#7238) * mono/mono@d45fb4e882f Fix xamarin-android issue 1130 and add test (#6326) * mono/mono@a32ca3e2c28 [tests] Avoid false pinning in weak-fields test * mono/mono@1e9816a10e9 [tests] Avoid false pinning in tests * mono/mono@38846ee7548 Properly handle non-quoted multipart content dispositions * mono/mono@bf12b6318af Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter to PaintEventEnd. * mono/mono@9c55770f3fd [icall table] add ldflags for bitcode * mono/mono@a9aa188ab22 Make field tokens sequential in SRE. (#7055) * mono/mono@1804219600c [xbuild] add property that is available in msbuild (#7223) * mono/mono@03371921a18 Problem building on Arch linux #7200 (#7230) * mono/mono@481827b6af1 [runtime] Don't prepend '0x' to %p-formatted numbers. * mono/mono@5eb41919438 [build] Remove multi stage build from Mono.Security (#7171) * mono/mono@218ffb98835 Merge pull request #7225 from alexischr/bump-bockbuild * mono/mono@2b068cb5a44 Fix some enable minimal. (#7195) * mono/mono@ca47362a921 Fix mono_arch_setup_async_callback and add mono_arch_setup_resume_sighandler_ctx on PPC (#7159) * mono/mono@6e0c91f0533 [interp] add another signature for interp_in wrappers * mono/mono@c382b03fd51 [coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178) * mono/mono@8900231c8b0 [mini] More minor JIT cleanups. (#7130) * mono/mono@983966c7ca1 [bockbuild] Detect HTTP errors when using curl * mono/mono@0a8126c2094 [WASM] Implement timers. (#7193) * mono/mono@f0b78251899 Updates to support building the BCL using Visual Studio 2017 on windows (#6877) * mono/mono@123d086e27e Merge pull request #6892 from lambdageek/use-getters * mono/mono@c1cbe060f61 Merge pull request #7218 from mono/revert-6018-fix_10087 * mono/mono@49a1c8423cd Disable a flaky test on Windows https://github.com/mono/mono/issues/7199 * mono/mono@199dad7e84e Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087" * mono/mono@72e5ca60b89 [msvc] Update csproj files * mono/mono@c6f91eaa58c Fix unknown-length requests being treated as if they are fully preloaded. (#6822) * mono/mono@119cf5259e9 [aot] Emit the same instances in hybrid aot mode as in full aot mode. * mono/mono@f90612e047e [bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183) * mono/mono@3addbfe6279 Merge pull request #7181 from mono/bockbuild-download-using-curl * mono/mono@8a52f590fc4 Bump bockbuild for https://github.com/mono/bockbuild/pull/62 * mono/mono@d4816ef1abc [System.Xml] Remove reflection calls for value has to be set * mono/mono@8ce0775a031 [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161) * mono/mono@2d2033e4401 Use proper sized integer for ioctlsocket on Win32. (#7153) * mono/mono@89804e62bbd [mono-api-html] Expand "ignore" functionality (#7154) (#7175) * mono/mono@df273181b52 Merge pull request #6018 from kumpera/fix_10087 * mono/mono@03b6095e3eb [runtime] Magic interfaces requires the complex stelemref to handle arrays. Fixes gh #6266 (#7038) * mono/mono@761ddc60f9d [corlib] Make MissingMember exceptions working again after #6123 * mono/mono@735337d5e68 [metadata] Implement MONO_CLASS_IS_INTERFACE(c) in terms of public API * mono/mono@bae5cd2d6e0 [metadata] (class.c) Use MonoClass getters * mono/mono@f6364860459 [metadata] add missing MONO_ENTER/EXIT_GC_SAFE guards around access(2) in is_file_writable (#7126) * mono/mono@d2383c037df [corlib] Support terminals without color support * mono/mono@705223f6d55 [interp] Use frame_addr as base pointer in more places (#7128) * mono/mono@5b0503a5b39 [profiler] Some minor housekeeping. (#7123) * mono/mono@ec2faf03880 [wasm] Fix master and add sample. (#7160) * mono/mono@ad03afd96ed [msvc] Update csproj files (#7173) * mono/mono@a85911f480e Merge pull request #6034 from alexischr/bug-59400 * mono/mono@8658bb6048f [build] Don't add specific support file to all xunit test builds (#7163) * mono/mono@a19fad65f3f Fix copyright * mono/mono@7de96dd4121 Merge pull request #7150 from alexischr/bug-46473 * mono/mono@5fabb059cfc Add Mono-specific System.Net.Test.Common.Configuration.Http. (#7156) * mono/mono@d7551cc9bf0 [metadata] Improve error message for loading unresolved types (#7147) * mono/mono@2837f433d94 [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7149) * mono/mono@1426d6a8da8 [remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473 * mono/mono@18e274b14b7 Bump corefx submodule * mono/mono@045acb8f198 [jit] Handle more cases for gsharedvt constrained calls. (#7081) * mono/mono@3b8ec9e97b1 [wasm] Fix the port to work with the latest version of emcc. (#7091) * mono/mono@eef0801f3e3 Assorted fixes for AIX and i (#6934) * mono/mono@38989b012ff [Coop] Convert many simple mono_object_new_checked to mono_object_new_handle. (#7129) * mono/mono@dd4dbd8d4b1 [System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136) * mono/mono@1791e50b56b [class] Fix resolution of interfaces in classes implementing IEnumerator. Fixes #59400 * mono/mono@7b120ae2d46 [msvc] Update csproj files (#7140) * mono/mono@98cadff5f6a bump nunit-lite * mono/mono@ecadc6cf319 [wasm] Make .stamp-depot-tools more reliable. (#7078) * mono/mono@9b1e845740d [corlib] order sources content * mono/mono@bf3ed7115b2 [corlib] Add System.Runtime.ProfileOptimization APIs (#7120) * mono/mono@6a01a0b314b WinForms: Enable external CocoaDriver external driver (#7100) * mono/mono@a65c354f7b2 Bump api-snapshot submodule * mono/mono@4d52a10ca04 [mini] Move some arch-specific interpreter logic into backends and provide stubs. * mono/mono@4358581865b [mini] Don't use arch_target to point to arch/ subdirs. * mono/mono@e9c51fa3e5f [mini] Use a MONO_ARCH_INTERPRETER_SUPPORTED define instead of checking archs in driver.c. * mono/mono@23acd0f78be Fix for XA integration * mono/mono@7da8b503c6d [msvc] Update csproj files * mono/mono@f6a6779ff5b [corlib] CoreRT System.Threading.Tasks (#6672) * mono/mono@ed951069656 Coop/handle conversion of ByteArrayToCurrentDomain and ByteArrayToRootDomain. (#6692) * mono/mono@c4d1da6ef3c [master] [sdks] Fix for XA integration (#7103) * mono/mono@a7ed34f4db6 Centralize handle-based post-object creation code. (#7096) * mono/mono@79ef9d5105d Fix race condition in mono_thread_execute_interruption. (#6833) * mono/mono@d7626e8217f [coop] Add handle-based object create functions. (#6876) * mono/mono@aec2773e1db Revert "[System.Drawing] Disable tests except on ARM64 (#6909)" * mono/mono@83ed33ba2c0 [Coop] Convert Console to Coop/Handles. (#7060) * mono/mono@b043ff5f747 [aot] Bump aot file format version because of 7cac757e60cd61aa070f7e0fffca225364f58c0c. (#7079) * mono/mono@ded74c0b12a Use the preallocated domain->out_of_memory_ex instead of allocating. (#6819) * mono/mono@52514effbf1 [marshal] For generic method icalls, handle generic param arguments when using coop handles * mono/mono@e01355eead8 [Cplusplus] Fix possible race condition and add casts between void* and function pointers. (#6871) * mono/mono@9209ea06298 Merge pull request #7073 from mono/disable-test-sleep * mono/mono@cfa087bfd74 [aot] Rename mono_aot_get_method_checked () to mono_aot_get_method (), there is no non-checked version anymore. (#7071) * mono/mono@e2419dee784 [interp] Add missing exception checkpoints (#6917) * mono/mono@1028994a882 Disable a flaky test on PRs (https://github.com/mono/mono/issues/6999) * mono/mono@cf644472f9f [msvc] Update csproj files (#7070) * mono/mono@23e6f6f4b58 Revert "[jit] Make some JIT regression test files compile in the mobile profile (#7059)" (#7069) * mono/mono@b7385ba797b [sdks] Add targets for the watch cross compiler. (#7061) * mono/mono@fc7bda62d35 [coop] Convert some `mono_exception_*` functions Reduce managed exposure in utils a little. * mono/mono@e2874db5227 [jit] Make some JIT regression test files compile in the mobile profile (#7059) * mono/mono@ea1fac3d898 [coop] Remove unnecessary write barriers against thread locals and cleanup a little. (#6874) * mono/mono@3bd630eba79 [mkbundle] Automatically bundle config files and machine.config files (#7002) * mono/mono@b90d8ec387a Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691) * mono/mono@4a83009a036 WSL does not nul terminate uname.release. memset(0) it first. (#7023) * mono/mono@8d826997362 Merge pull request #7057 from lewurm/interp-disable-flaky-pinvoke-test * mono/mono@62bf8bd4d52 [System.ServiceModel.Activation] Move ServiceHostFactory.cs where it's used (#7044) * mono/mono@2322177e6ae [interp] disable flaky pinvoke test * mono/mono@8ad191dfbb2 mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659) * mono/mono@20e69fa1996 Centralize post-object creation code in mono_object_new_common_tail. (#6903) * mono/mono@a33cbb873c4 [interp] Fix native to interp transition (#6868) * mono/mono@7cac757e60c [aot] Emit the weak field indexes table using the MONO_AOT_TABLE code, so it works with separate aot data files/bitcode. * mono/mono@8c90350d114 Add denied assembly versions from previous ms extensions nugets * mono/mono@47187bbc9b5 [Mono.Posix] .NET Core compatibility - Use [In,Out] for arrays of structures * mono/mono@57f3f34e60e Revert "[coop] Remove support for invoke thunk wrapper" (#6927) * mono/mono@8d19e5a1c59 [runtime] Unboxing of nullable enums should throw for boxed ints. (#6958) * mono/mono@8f35227b886 [debugger] disable StepOutAsync test because it's flaky * mono/mono@545191f7732 Pass null-terminated string for logging * mono/mono@2c1f45f3791 [TermInfo] support new file format terminfo2 introduced with ncurses6.1 (#6960) * mono/mono@3012ce06e43 Update F# to 4.1.33 * mono/mono@ff989895794 [runtime] Avoid recreating the icall table in lookup_icall_symbol (). (#6988) * mono/mono@17b4b28f050 [sdk] Fix the invocation of run-step.sh, the --timeout argument is mandatory. (#7013) * mono/mono@3fdbbe5e44b [sdks] Fix the tar command since the llvm binaries are in different directories now. (#7010) * mono/mono@f4d3da6d4ac [runtime] Fix merge conflict and Move code to its right place. * mono/mono@c3c6e6c9cdf [runtime] Ignore FireProcessExit if the method is missing on corlib. * mono/mono@b9b08c0d02e [runtime] Implement a domain resistant version of mono_domain_foreach and switch the unloading code to use it. * mono/mono@755c5bd7137 [runtime] Fix docstring for mono_unhandled_exception_checked. * mono/mono@4f8968cf6c9 [corlib] Fix minor style issue. * mono/mono@1fd32df7d1a [runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain::ProcessExit. * mono/mono@c9c7dad3a3a Bump mono/NUnitLite * mono/mono@dd2c320aa39 [runtime] Change domain before firing ProcessExit. * mono/mono@7500341ec03 [runtime] Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087 * mono/mono@6e28ccb4e5b [utils] Add "exec" log category for misc runtime activity. * mono/mono@96f2d163a33 Merge pull request #6970 from dsyme/patch-1 * mono/mono@e52ef6aedd1 [build] Fixes monolite build (#6982) * mono/mono@36cbab657f4 [msvc] Update csproj files * mono/mono@f61bc393d34 Simplify MonoError and managed Exception creation (#6123) * mono/mono@60d4907f48e [runtime] Revert mkbundle defaulting behavior made in ca8b8bd346 (#6687) * mono/mono@d8d3e29f382 Bump api-snapshot * mono/mono@03549126030 Bump F# mono version to 4.1.32 * mono/mono@d573dec96ea Bump linker and update linker-analyzer references * mono/mono@d6e74834549 [interp] Fix CEE_UNBOX * mono/mono@7a528f6f97d [sre] Unlock loader lock on error paths (#6951) * mono/mono@e572acca552 [ci] Only create artifacts.json GitHub status on release branches * mono/mono@939d7207708 [ci] Disable monodoc tests on Windows for now * mono/mono@ea7b3849c48 Cleanup recent JIT fix to get it done in the right place. (#6895) * mono/mono@29d402d8e0d [handle] Have `MONO_HANDLE_*` macros use a uintptr_t instead of int (#6906) * mono/mono@25c41cbf419 Fix gshared support for default interface methods by always passing an mrgctx to them. (#6935) * mono/mono@1c631424d26 Merge pull request #6929 from mono/disable-test-TaskCancelWait1 * mono/mono@dcecd8ff83b Disable flaky test * mono/mono@b97d0c43d1c [System]: WebConnection.Connect() needs to probe all IP addresses. * mono/mono@e43adf3cd5a Change mono_thread_resume_interruption to return void, one less raw pointer to worry about. (#6690) * mono/mono@c944c358f13 [scripts] Fix scripts/update_submodules.sh for use with git worktree * mono/mono@7f9167bc5b6 [runtime] Fix the --enable-icall-symbol-map build. (#6943) * mono/mono@921132a3622 [runtime] Make icall tables loadable. (#6905) * mono/mono@d8beb3ef110 [profiler] Remove obsolete code coverage support from the log profiler. (#6896) * mono/mono@48898cb810c [sdks] Fix ios+llvm. (#6939) * mono/mono@7f47f190859 [runtime] Fix a warning. (#6937) * mono/mono@b970e766fad [interp] Add class failure checks * mono/mono@52ebab86031 [interp] Fix varargs passing * mono/mono@3369b6e2143 [interp] Align vt stack in some places * mono/mono@6ffa48f6ada [interp] Add define for value type alignment * mono/mono@9f2b8595a34 [jit] Fix the DISABLE_JIT build. (#6933) * mono/mono@5c4510a8a7f [runtime] Implement support for conflict detection for Default Interface Methods. (#6897) * mono/mono@284c5afdf43 Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c:4765, condition `array->len == 1' not met (#6902) * mono/mono@6a5a14bea78 [System.Threading.Tasks] Disable a flaky test * mono/mono@dcda4c77bc9 Disable some PngCodecTest that have trouble on CI right now * mono/mono@5e7483f3542 [System.Drawing] Disable tests except on ARM64 (#6909) * mono/mono@dd5b5ca52e0 Set NetworkStream.ReadTimeout in WebConnection.InitConnection(). (#6904) * mono/mono@2a3b0812a40 [jit] Simplify some gshared code. (#6899) * mono/mono@2a3c498cbfb [interp] disable test_42_arm64_dyncall_vtypebyval * mono/mono@43617b0123a nuget-hash-extractor: Add msbuild extensions nuget to list of nugets to * mono/mono@4cb78844774 nuget-hash-extractor: Add support for handling nuget with multiple * mono/mono@d2998f5089d [msvc] Update csproj files * mono/mono@71ad99f7206 [build] Narrow recursive dependencies * mono/mono@b3d60257e57 [Mono.Security] Remove unused using * mono/mono@06b836ed912 [wasm] Make v8 build verbose and fix zip package root. (#6900) * mono/mono@06a89a59bcd Adjust tabbing. * mono/mono@b2ec39daa5a Add ordinal comparison when matching request path to listener paths * mono/mono@8917ddfb0c7 Fixes WCF methods with path parameters in UriTemplate annotation. Bugzilla bug #25444 [https://bugzilla.xamarin.com/show_bug.cgi?id=25444] * mono/mono@f3b1c9bd880 Pick the Listener that matches the start of the request URL * mono/mono@c84e6c81a2b [bcl] Fix more assembly identity mismatches (#6870) * mono/mono@9adf4bd3220 [wasm] Add system test suite exclude file. (#6847) * mono/mono@b6784b27a52 [sdks] Fix build for iOS (#6878) * mono/mono@3f61f9ff5df configure.ac: Only use library path in libgdiplus_loc * mono/mono@af03c6ae83c Detect libgdiplus in configure.ac by default on MacOSX (darwin). (#6873) * mono/mono@b3eabd51c36 Bump bockbuild * mono/mono@8bfcb271470 [System]: Revert my latest WebResponseStream changes. * mono/mono@b9d463acb50 Bump bockbuild to get new gtk+ repo location * mono/mono@8e678de3f39 [msvc] Update csproj files * mono/mono@a5078a28154 Bump bockbuild to add gtk# generator fix (#6880) * mono/mono@3203c8bfb30 Merge pull request #6835 from alexischr/disable-monitor-wait-test * mono/mono@fcb97b22799 [sdks] Add Android build for CI (#6846) * mono/mono@149073b84c6 Use gpointer (void*) as a generic pointer, not char*. (#6704) * mono/mono@31784ba06c0 [reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863) * mono/mono@1ad2fc48918 [sdks] Fix download-llvm.sh * mono/mono@9cab3d73c6e [timezone] ignore LocalId test on XAMMAC_4_5 too * mono/mono@2c96890aff2 [sdks] Fix execution permission of download-llvm.sh * mono/mono@e9235144ca2 Bump corefx. (#6810) * mono/mono@766bf49afbe [metadata] Define getters for MonoClass fields (#6652) * mono/mono@c1fd4b064de Add stubs for Interop.NetSecurityNative (#6824) * mono/mono@d813c533b9e [arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part of the fix for #59184. (#6826) * mono/mono@d79a892d775 [configure.ac] Do not always enable ninja (#6823) * mono/mono@0a3d7c0da6e Disable a couple of flaky tests (monitor-*abort) * mono/mono@43026da5d4c [sdks] Bring back download of llvm for iOS (#6818) * mono/mono@f8a4bbd3573 [ci] Add setting artifacts.json status * mono/mono@687dc212dc0 [ci] Add Windows .msi PR build (#6815) * mono/mono@4b8e0bea198 [interp] Add support for vararg call convention * mono/mono@f6786099a59 [glib] Include ALIGN_TO and ALIGN_PTR_TO * mono/mono@d3647fa17e5 [interp] Add storage fetching for typedbyref * mono/mono@c8b7d6eece1 [interp] Add class check for refanyval * mono/mono@b66cbf955f5 [interp] Remove virtual call duplicated code * mono/mono@c3c2819da70 [interp] Remove void call duplicated code * mono/mono@ed9e0d101d0 [interp] Rename variable * mono/mono@f6964ef658e [interp] Remove some null checks * mono/mono@e8cdc382a74 Bump API snapshot submodule * mono/mono@1dd3fd1c644 Add missing api to System.Data (fixes 6767) * mono/mono@386b4d2bc64 [Mono.Posix] Fix the Android xattr check to not disable it on all other platforms. * mono/mono@9317773e68a [tests] Disable threads-init.exe, it runs out of system threads. (#6803) * mono/mono@63652bfc259 [utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platforms. (#6754) * mono/mono@96082e34954 Fix some function pointer types to match, i.e. so C++ compiles w/o extra casts. (#6732) * mono/mono@ed4331a3d8d [ide] Add setup file for VSCode * mono/mono@993ed19a6ff [metadata] Move MonoClass initialization to a separate file (#6611) * mono/mono@f01083ac485 [runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to either interp_frame or ctx->sp. (#6644) * mono/mono@c0bd5f8a5a6 [sdks] Script lldb android integration (#6310) * mono/mono@c7f89e78379 [ci] Make sure packageFileName is a string * mono/mono@51ec3ddf99e Bump version to 5.13 (#6792) * mono/mono@da037803709 [System]: WebResponseStream now correctly reads the chunk trailer when using gzip/deflate. (#6771) * mono/mono@0bfda265b76 [ci] Report pending/failed status on GitHub for pkg/msi * mono/mono@46823915996 [ci] Include commit hash in blob URL of pkg/msi Diff: https://github.com/mono/mono/compare/dcdd956e1b300c24e4ed2cbdbf28fdc82b18aaa4...59e6eb29e6182dc65df6c91d07ce24ad17d539e7 https://bugzilla.xamarin.com/show_bug.cgi?id=46473 https://bugzilla.xamarin.com/show_bug.cgi?id=59184 https://bugzilla.xamarin.com/show_bug.cgi?id=59400 https://bugzilla.xamarin.com/show_bug.cgi?id=60843 * Bump to mono/2018-04/28597809 Commit list for mono/mono: * mono/mono@28597809271 [corlib] Make more crypto oids work on mobile profiles when not linked out * mono/mono@61ab3f7a341 [2018-04] [sdks] Add support for building llvm unless the USE_PREBUILT_LLVM Make.config var is set. (#8148) * mono/mono@6d5d7b57f22 [interp] support r4 (single) in stelem instruction * mono/mono@f710b2c8e5d [llvm] Increase the inline limit when using llvm in jit mode. (#8167) * mono/mono@e50ce8ad663 [mcs] Fixes parameter check for interface types used with default parameters * mono/mono@b8187777055 [System] Don't use http://www.mono-project.com for test (#8147) * mono/mono@05ed822a484 [corlib] Implements CryptoConfig::AddAlgorithm on all profiles * mono/mono@0a5fdb5841f [2018-04] [Facades] Add System.Drawing.Common on mobile only (#8129) * mono/mono@13183bc82b9 [2018-04] [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x profile only (#7974) * mono/mono@147e34f2542 [mcs] Adds private protected modifier to the parser only * mono/mono@561092003ca [w32file] Fix memory leak (#8113) * mono/mono@6cdbc561fca [sdks] Fix arguments passed to llvm on Linux (#8110) * mono/mono@0dba58a7345 [2018-04] more iOS sdk backports (#8063) * mono/mono@c0af9ad2cc9 [mcs] Fixes codegen when probing reference type expression is known to pass and pattern variable has to be created (#8086) * mono/mono@88b6094e06c [System] Disables compiled regex (#8088) * mono/mono@4fbdeebbe8a [mcs] Implements C# 7 digits separators (#8098) * mono/mono@bd8731da012 [interp] use same domain as transform phase to register debug data for a method * mono/mono@ea838e84f1b [SDKS] fix Linux (and possibly other OSes) build for Android (#8043) * mono/mono@c3ae712ab13 [mcs] Implements C# 7.2 stackalloc span conversion in conditional expression * mono/mono@7af9ad8cdb6 [interp] workaround undefined behaviour in r8 to u1 cast * mono/mono@5921faad1cd [runtime] Fix --disable-btls. * mono/mono@4bad0d67655 [mcs] Implements C# 7.2 conditional ref expression * mono/mono@b0aaec8e96b [interp] do not bake object reference into code stream * mono/mono@e0b0a87e65f [sdks] Use wget in place of curl, it's installed by default on Linux (#8059) * mono/mono@b8fb7b5e18d [System]Fix memory leak in the web stack related to `Task.Delay` (partial fix of #7356). * mono/mono@8a20f0dfffb [SDKS] Fix Android SDK build on Linux (#8024) * mono/mono@04529e90e24 [interp] fix i4<>i8 conversion for builtin types, it was inverted (#7987) * mono/mono@83d7bc1a0cd [sdks] Fix MXE_PREFIX for XA (#8009) * mono/mono@d1c10f86936 [sdb] Add reference counting for single step requests, they can be accessed concurrently by the single step processing code and the event request clearing code. Fixes #7137. (#7971) * mono/mono@e9b1c90e9d5 [2018-04] [sdks] Add provisioning for Android SDK and NDK (#7978) Diff: https://github.com/mono/mono/compare/59e6eb29e6182dc65df6c91d07ce24ad17d539e7...28597809271513fea16f5f23cb22f4c3f047a71d * Fix linker build * [mono] Update mono-api-info/html building instructions * Bump mono Commit list for mono/mono: * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...b7015d6fd2ead15e5c189174288dfebe7e0bbad6 * [Make.config] Update MIN_OSX_BUILD_VERSION Xcode 9.3 requires a Mac running macOS 10.13.2 or later. * [mono] Update mono-api-info.exe location * Bump to mono/2018-04/61fa43b9 Commit list for mono/mono: * mono/mono@61fa43b9099 Merge pull request #8423 from luhenry/backport-pr-8411-to-2018-04 * mono/mono@196ea0219b3 Merge branch '2018-04' into backport-pr-8411-to-2018-04 * mono/mono@b7db3364a0d [2018-04] Backport float32 changes. (#8398) * mono/mono@20ae78fcc83 Merge pull request #8394 from monojenkins/backport-pr-8318-to-2018-04 * mono/mono@a5af7f28dc3 [arm] Fix a regression introduced by: (#8414) * mono/mono@869e019e158 [mini] Add regression test for punting a type system check. * mono/mono@3ddda667e12 [mini] Don't verify types if you store to a pointer byref. Workarounds #8403. * mono/mono@599f3dd3afe [watch] Align cinfo->stack_usage to 16 on watchos. (#8375) * mono/mono@efdd8353ed3 [packaging] Apply F# patch that fixes #8310 (#8400) * mono/mono@cf3e776887f [2018-04] [runtime] Add a signal handler for sigterm (#8384) * mono/mono@38ffddd6c74 [runtime] Set the error if the class has a failure. * mono/mono@f2943b182aa [runtime] Use m_class_has_failure (). * mono/mono@584b77e4024 [runtime] Handle failed classes in mono_type_get_checked (). Fixes https://github.com/mono/mono/issues/8311. * mono/mono@34bb601d181 [sdks] Match more closely the pre-SDKs configure flags passed to LLVM (#8381) * mono/mono@b759166b96e [System.Net] do not use Thread for SocketTest.TestSelect1 (#8368) * mono/mono@b7015d6fd2e Merge pull request #8336 from monojenkins/backport-pr-8302-to-2018-04 * mono/mono@68f94932b7b Remove unused signal.h include in interp.c * mono/mono@de3c8c587a6 [corlib] Disable failing test on XA (#8353) * mono/mono@766778b5453 Fix mono_perfcounter_instance_exists to match prototype when #ifndef DISABLE_PERFCOUNTERS. * mono/mono@3693fb14f4b [sdks] Fix mktemp parameters (#8323) * mono/mono@98a3dd7f34a [corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (#8305) * mono/mono@32ba15ee0be [corlib] SynchronizationContext does not work on non-root AppDomain on Android (#8297) * mono/mono@0931f21c4c5 [w32file-unix] fix mistake in 8430155946c31f0f3f5f04017eebd79ac15e566d (#8300) * mono/mono@85e13e6e2f0 [2018-04] [runtime] Add public API to set the pending exception. (#8279) * mono/mono@d835b7d55f0 [2018-04] Fix timestamp for file copy (#8248) * mono/mono@1d946e0f389 [sdks] Fix typo + Fix verbosity of unzip-android-archive.sh (#8244) * mono/mono@bfa85bcaaa0 [msvc] Update csproj files * mono/mono@ecd24fa6b53 Merge pull request #8204 from monojenkins/backport-pr-8202-to-2018-04 * mono/mono@eee8ff7cfc3 [system.net] disable some tests to unblock XI integration * mono/mono@99a992605f0 [System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xamarin/maccore#673. * mono/mono@13aa6b71992 [eglib] GMarkup: allow all ASCII NameStartChar and NameChar except ':' * mono/mono@3472efcdf98 [sdks] Add ANDROID_BUILD_TOOLS_DIR to differentiate it from ANDROID_BUILD_TOOLS_VERSION (#8194) * mono/mono@1029de31472 [sdks] Fix typo (#8188) Diff: https://github.com/mono/mono/compare/28597809271513fea16f5f23cb22f4c3f047a71d...61fa43b90994950548a0dc126ea04e4928e74ec2 * Merge branch 'master' of github.com:xamarin/xamarin-macios into mono-2018-04 * Bump to mono/2018-04/fd09fd9d Commit list for mono/mono: * mono/mono@fd09fd9d444 [sdks] fix $(mktemp) usage on older versions of macOS (#8521) * mono/mono@12a21428529 [2018-04] [arm64] Interp entry trampoline (#8484) * mono/mono@c7b237f1be7 [2018-04] [interp] Enter in the interp through a single generic trampoline (#8453) * mono/mono@0ebfd3e385a Merge pull request #8471 from monojenkins/backport-pr-8306-to-2018-04 * mono/mono@50d84a37193 Only show config.log when running on bots. * mono/mono@3e566852dc4 [sdks] Wrap configure to provide better output. Diff: https://github.com/mono/mono/compare/61fa43b90994950548a0dc126ea04e4928e74ec2...fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13 * [mmp]: Reflect latest 'FtpRequestCreator' -> 'FtpWebRequestCreator' change. * Track mono/2018-04 Commit list for mono/mono: * mono/mono@c4492e09495 Merge pull request #8656 from monojenkins/backport-pr-8438-to-2018-04 * mono/mono@ab6962b1838 [System] Add regression test for #8417. * mono/mono@ad1a10e4a41 [System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. Fixes #8417. * mono/mono@ecf6b882051 Bump msbuild to track mono-2018-02 (#8631) * mono/mono@f3577389f6d Merge pull request #8595 from monojenkins/backport-pr-8580-to-2018-04 * mono/mono@9a4c8f33987 nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@f42debee5ee nuget-hash-extractor: Add msbuild extensions nuget version from * mono/mono@9ca82d47eea nuget-hash-extractor: Add `all` option to emit all 3 lists * mono/mono@ce195600a3f nuget-hash-extractor: Improvements for better, deterministic output * mono/mono@da473eaff56 nuget-hash-extractor: Sort the lists for easier reviews * mono/mono@858aa226dc4 [native types] fix nfloat:NaN on arm64 JIT and interp (#8565) Diff: https://github.com/mono/mono/compare/fd09fd9d44432b1c68a9b34854c5f6f89ffc9a13...c4492e09495c1b039d1a9329cc35b0c2c6bd1de6 * [tests] Update AttributeTest.DebuggerTypeProxy_24203 Mono now uses a different interface for DebuggerTypeProxy * Bump to mono/2018-04/419d3136 Commit list for mono/mono: * mono/mono@419d3136fe9 mkbundle interop changes * mono/mono@97101d40aac don't fail on unsupported ipv6 in BeginConnect * mono/mono@4785686a4de Backport "Implement Freeform Unmanaged Error" to 2018-04 (#8688) * mono/mono@61c25c4e10e Added corlib .sources files for the ORBIS profile (#8786) * mono/mono@99fedb1741f [aot] Fix encoding/decoding of types with custom modifiers. (#8729) * mono/mono@32ae8ad5288 Bump bockbuild to get Pango patch * mono/mono@c1ef203b2ca [corlib tests] improve ThreadPrincipalTests regarding SynchronizationContext (#8761) * mono/mono@a7160188e5c [ci] Fix URL for apidiff/csprojdiff report * mono/mono@ef73a4955df Bump bockbuild to pull in GTK userSpaceScaleFactor deprecation warning fix * mono/mono@769481d834c [Mono.CSharp] Mimic the settings from System to track the feature flags, fixes GitHub #8698 (#8706) * mono/mono@4e47c8dfdca Bump msbuild to track mono-2018-02 (#8683) Diff: https://github.com/mono/mono/compare/c4492e09495c1b039d1a9329cc35b0c2c6bd1de6...419d3136fe9f194feefef6db55edd25a88544f22 * [tests/mini] Enable use of C# 7.2, needed by mono test mono\mini\aot-tests.cs * [mmp] Update dllmaps to include System.Native redirected (for System.IO.FileSystemWatcher) * Bump Mono * Build mmp against old api to run on non-matching mono runtime versions * [mmp] Adjust linker sources * Revert garbage change by last commit * Bump mono * Update api diff to use precompiled version to avoid problems with mismatching references * Updates Compression Span overrides * Fixes mtouch build * Fixes api-diff tool for mac to look up in the right folder for 4.5 dependencies * Update tests to work with the latest linker enhancements * More linker tests fixes * Bump to mono/2018-04/e129a25c Commit list for mono/mono: * mono/mono@e129a25c91c [System.Runtime.Serialization] Makes more APIs work for mobile * mono/mono@543b6872feb Bump msbuild to track mono-2018-04 * mono/mono@33a9dca4932 Add PowerPC configure flags for LLVM, and clean up failover linker flags (#8996) * mono/mono@7008c37886e Merge pull request #8992 from monojenkins/backport-pr-8285-to-2018-04 * mono/mono@854f3e29524 [mono-api-html] Fix markdown diff which was reversed * mono/mono@c54cae3345e [bitcode] Fix the generation of invalid llvm IR for some Span code. * mono/mono@5d60a2b8432 [mono-api-html] Update tool to optionally output markdown * mono/mono@1f3334fd93a Merge pull request #8974 from mono/backport-fix-gh-8712-to-2018-04 * mono/mono@23c06f5e547 Merge pull request #8973 from monojenkins/backport-pr-8813-to-2018-04 * mono/mono@9def5c0a11a [System.IO] Dispatch events asynchronously in FileSystemWatcher.DispatchEvents() * mono/mono@c903094761a [System.IO] Prevent the CoreFX bridge from even try-entering a monitor. * mono/mono@462f5112228 [System.IO] Finish initializing all FileSystemWatchers, not just the first one * mono/mono@a08e664e4ce [System.Windows.Forms] fix PropertyGrid * mono/mono@2987232bc14 Merge pull request #8953 from directhex/fix-2018-llvm * mono/mono@5ddc0c5fdf9 Fix building of LOADED_LLVM on Linux, from duplicate eglib linking (#8287) Diff: https://github.com/mono/mono/compare/b2ded076c9d6d9503665df777e434b2c014d77ef...e129a25c91c76a7cbead7bbb5a4caffb65f7884d * More linker tests fixes * Another linker tests update * Fixes missing references path in update mac references * Bumps mono * Bump system mono to a version that has mono_runtime_set_pending_exception. Fixes mono/mono#9211. Fixes https://github.com/mono/mono/issues/9211. * More tests update for the linker * Bump to mono/2018-04/f22c8b706eb Commit list for mono/mono: * mono/mono@f22c8b706eb [loader] LoadFrom of problematic images should reprobe (correctly) * mono/mono@9d43da2ebf4 [profiler] account for nullbyte in allocated buffer * mono/mono@3737edb8819 [corlib] Allow DM with an extra param to have the first one bound to null. Fixes #9033. Diff: https://github.com/mono/mono/compare/07c8f25fe536dbb7e244f965aa3f9a871f41e953...f22c8b706eb8459efb6d546c9fd1e8aa3734db03 * Another mono bump
2018-06-27 17:59:59 +03:00
$(QF_GEN) $(MONO_BUILD) --debug $(MONO_API_HTML) $(NEW_REGEX) $(ADD_REGEX) $(APIDIFF_DIR)/references/$*.xml $(APIDIFF_DIR)/temp/$*.xml -i 'INSObjectProtocol' --md $@
2016-04-21 16:06:16 +03:00
wrench-api-diff:
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xi/Xamarin.iOS"
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xi/Xamarin.WatchOS"
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xi/Xamarin.TVOS"
ifdef INCLUDE_MAC
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xm"
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xm/4.5"
@echo "@MonkeyWrench: AddDirectory: $(CURDIR)/diff/xm/Xamarin.Mac"
@echo "@MonkeyWrench: AddFile: $(CURDIR)/mac-api-diff.html"
endif
ifdef INCLUDE_IOS
@echo "@MonkeyWrench: AddFile: $(CURDIR)/ios-api-diff.html"
ifdef INCLUDE_WATCH
@echo "@MonkeyWrench: AddFile: $(CURDIR)/watchos-api-diff.html"
endif
ifdef INCLUDE_TVOS
@echo "@MonkeyWrench: AddFile: $(CURDIR)/tvos-api-diff.html"
@echo "@MonkeyWrench: AddFile: $(CURDIR)/diff/ios-to-tvos.html"
endif
endif
$(Q) $(MAKE) .unzip.stamp
2016-04-21 16:06:16 +03:00
$(Q) $(MAKE) all -j8
$(Q) $(MAKE) -j8 ios-markdown tvos-markdown watchos-markdown macos-markdown
$(Q) $(CP) api-diff.html index.html
2016-04-21 16:06:16 +03:00
@echo "@MonkeyWrench: AddFile: $(CURDIR)/index.html"
@echo "@MonkeyWrench: AddFile: $(CURDIR)/api-diff.html"
@# remove empty files so they're not uploaded
@-find $(CURDIR)/diff -size 0 | xargs rm
ifdef INCLUDE_IOS
$(MAKE) verify-reference-assemblies-ios -j8
endif
ifdef INCLUDE_MAC
$(MAKE) verify-reference-assemblies-mac -j8
endif
2016-06-02 15:30:17 +03:00
jenkins-api-diff:
-$(MAKE) wrench-api-diff
$(Q) mkdir -p $(JENKINS_RESULTS_DIRECTORY)/api-diff
$(Q) $(CP) *.html $(JENKINS_RESULTS_DIRECTORY)/api-diff
$(Q) $(CP) *.md $(JENKINS_RESULTS_DIRECTORY)/api-diff
$(Q) $(CP) -R diff $(JENKINS_RESULTS_DIRECTORY)/api-diff