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
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
2019-11-05Fixing the return type of the ArmBase.ReverseElementBits methods in the Platf...Tanner Gooding
2019-11-05[netcore] Intrinsify Buffer.IsPrimitiveTypeArray (#17438)Egor Bogatov
2019-11-04Update only S.P.CoreLib for ReverseElementBits (dotnet/coreclr#27582) (#17695)Dotnet-GitSync-Bot
2019-11-04[netcore] Copy Array.Clear impl from CoreCLR (#17411)Egor Bogatov
2019-11-04Fix Buggy code in TimeZoneInfo (dotnet/coreclr#27591)Tarek Mahmoud Sayed
2019-11-04Delete two more FCalls (dotnet/coreclr#27640)Jan Kotas
2019-11-04Use simple Array.Copy overload where possible (dotnet/coreclr#27641)Jan Kotas
2019-11-04Consolidate *.Fast.cs (dotnet/coreclr#27644)Jan Kotas
2019-11-04Mono NetCore Windows only build/test. (#17646)Johan Lorensson
2019-11-04[netcore] Improve Array.CreateInstance (#17673)Egor Bogatov
2019-11-03[netcore] Improve default constructor lookup, (#17666)Filip Navara
2019-11-03Fix typo in Tuple.cs (dotnet/coreclr#27637)Levi Broderick
2019-11-03[netcore] Disable shared compilation for System.Private.CoreLibAlexander Köplinger
2019-11-03[netcore] Fix strong name key for System.Private.CoreLibAlexander Köplinger
2019-11-02Normalize trailing whitespaces (dotnet/coreclr#27626)Jan Kotas
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-11-01[netcore] Cleanups. (#17661)Zoltan Varga
2019-11-01Disable another static analysis rule (dotnet/corefx#42265)Stephen Toub
2019-10-31Fix buildAlexander Köplinger
2019-10-31Don't needlessly refresh proc count (dotnet/coreclr#27543)Ben Adams
2019-10-31Update analyzer versions (dotnet/corefx#42249)Stephen Toub
2019-10-31Clean up Uri.UnescapeDataString (dotnet/corefx#42225)Stephen Toub