Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09[reflection] Fix check for Type.FullName to match CoreCLR (#18390)monojenkins
2019-11-29[netcore] Improve Jitdiff tool (#17960)Egor Bogatov
2019-11-28Add quick diffEgorBo
2019-11-28Add jit-diff toolsEgorBo
2019-11-28Update netcore.Jay Krell
2019-11-23[netcore] Disable a test which fails on the interpreterAlexander Köplinger
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-22[netcore] Run tests with Interpreter (#17862)Egor Bogatov
2019-11-21Stop referencing files from Mono BCL in Netcore System.Private.CoreLib (#17866)Jo Shields
2019-11-19[master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/core...dotnet-maestro[bot]
2019-11-16Mirror changes from mono/runtime (#17803)Dotnet-GitSync-Bot
2019-11-15Fix build breaksJan Kotas
2019-11-15Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)Carlos Sanchez Lopez
2019-11-15Fix StyleCop rule SA1129 ("Do not use default value type constructor") (#42531)Stephen Toub
2019-11-15Adding tests for the new apis to convert between S.Numerics and S.R.Intrinsic...Tanner Gooding
2019-11-15Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)Emmanuel André
2019-11-15Fix Vector128 and Vector256 WithUpper documentation (dotnet/coreclr#27274)John
2019-11-15Add tracing for handling of dependencies for Assembly.LoadFrom (#27833)Elinor Fung
2019-11-15Add tracing for Resolving/AssemblyResolve event handler invocation (#27788)Elinor Fung
2019-11-15Address bugs in BigInteger (dotnet/coreclr#27280)ts2do
2019-11-15Use Stream's BeginReadInternal from FileStream (dotnet/coreclr#27737)Stephen Toub
2019-11-14Remove handles from System.Diagnostics.Debugger. (#17713)Jay Krell
2019-11-13Remove handles from ves_icall_System_Array_CanChangePrimitive. (#17708)Jay Krell
2019-11-13[wasm] Change netcore support to use a prebuilt corefx runtime. (#17773)Zoltan Varga
2019-11-12Mirror changes from mono/corefx,coreclr (#17777)Filip Navara
2019-11-11[netcore] Complete Monitor.LockContentionCount implementation (#17719)Alexis Christoforides
2019-11-10Relax visibilityJan Kotas
2019-11-09Fixes buildMarek Safar
2019-11-09Move AssemblyLoadContext.GetResolvedUnmanagedDll to shared (#27775)Ryan Lucia
2019-11-09Fixed typos in comments. (dotnet/coreclr#27789)rob313663
2019-11-09StackTrace.GetFrames should return an array of non-nullable frames (#27787)Joseph Musser
2019-11-09Improve Encoding.UTF8.GetString / GetChars performance for small inputs (#27268)Levi Broderick
2019-11-09[netcore] Fix RuntimePropertyInfo.GetValue() in FullAOT scenarios (#17757)Alexander Köplinger
2019-11-08Implement GC.GetGCMemoryInfo (#17607)Nathan Ricci
2019-11-08[loader] Unmanaged library refactoring and NativeLibrary implementation (#17369)Ryan Lucia
2019-11-08[netcore] Run individual CoreCLR test suites (#17753)Ryan Lucia
2019-11-08Merge pull request #17749 from directhex/dotnet-llvm-monorepoJo Shields
2019-11-08Mirror changes from mono/corefx,coreclr,corert (#17761)Dotnet-GitSync-Bot
2019-11-08Arm64: Update S.P.CoreLib for ZipLow and ZipHigh (dotnet/coreclr#27730)Tamar Christina
2019-11-08Add Semaphore creation extension methods that take an ACL (#42377)Carlos Sanchez Lopez
2019-11-08Updating NumberToFloatingPointBitsSlow to handle the remaining parsed fractio...Tanner Gooding
2019-11-07Arm64: Add S.P.CoreLib for AddV. (dotnet/coreclr#27663)Tamar Christina
2019-11-07[llvm] redirect from mono llvm-mirror fork to dotnet llvm-project forkJo Shields
2019-11-07Add Mutex creation extension methods that take an ACL (#42281)Carlos Sanchez Lopez
2019-11-07Populate properties of AssemblyLoadStart/Stop events (dotnet/coreclr#27558)Elinor Fung
2019-11-07Remove handles from ves_icall_System_Array_InternalCreate. (#17681)Jay Krell
2019-11-06Switch away from Start-Process, Wait-Process in build.ps1. (#17730)Johan Lorensson
2019-11-06[System.Private.CoreLib] Remove unused Array methodsMarek Safar
2019-11-06Add Span.Sort, and make Array.Sort span-based (dotnet/coreclr#27700)Stephen Toub
2019-11-05Prevent DivideByZeroException in EventCounter.ToString() (#27581)JesperTreetop