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-09-09Remove netcore/ directory from the mono/mono repository. (#20361)Zoltan Varga
2019-11-15Adding tests for the new apis to convert between S.Numerics and S.R.Intrinsic...Tanner Gooding
2019-11-15Fix Vector128 and Vector256 WithUpper documentation (dotnet/coreclr#27274)John
2019-11-15Add tracing for Resolving/AssemblyResolve event handler invocation (#27788)Elinor Fung
2019-11-12Mirror changes from mono/corefx,coreclr (#17777)Filip Navara
2019-11-10Relax visibilityJan Kotas
2019-11-09Move AssemblyLoadContext.GetResolvedUnmanagedDll to shared (#27775)Ryan Lucia
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-07Arm64: Add S.P.CoreLib for AddV. (dotnet/coreclr#27663)Tamar Christina
2019-11-05Fixing the return type of the ArmBase.ReverseElementBits methods in the Platf...Tanner Gooding
2019-11-04Update only S.P.CoreLib for ReverseElementBits (dotnet/coreclr#27582) (#17695)Dotnet-GitSync-Bot
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-10-31Add BitwiseSelect (dotnet/coreclr#27430)Egor Chesakov
2019-10-30Add ComputeCrc32, ComputeCrc32C (dotnet/coreclr#27421)Egor Chesakov
2019-10-30Remove unsigned overloads of LeadingSignCount (dotnet/coreclr#27533)Egor Chesakov
2019-10-30Cleanup (dotnet/coreclr#27502)Jan Kotas
2019-10-30Add path to not-absolute-path exception (dotnet/coreclr#27470)Dan Moseley
2019-10-30Move PreserveDependencyAttribute to shared (dotnet/corefx#42174)Stephen Toub
2019-10-26Mirror changes from mono/coreclr (#17571)Dotnet-GitSync-Bot
2019-10-26Mirror changes from mono/coreclr,corert,corefx (#17565)Dotnet-GitSync-Bot
2019-10-25Fix build break (#17553)Dotnet-GitSync-Bot
2019-10-24Move down S.N.Vector APIs and expose new conversion support (#27401)Tanner Gooding
2019-10-24Add AdvSimd (LeadingZeroCount, LeadingSignCount, PopCount) (#27382) (#17532)Dotnet-GitSync-Bot
2019-10-24Enable pooling for `async ValueTask/ValueTask<T>` methods (#26310) (#17531)Dotnet-GitSync-Bot
2019-10-24Mirror changes from mono/coreclr,corefx,corert (#17526)Dotnet-GitSync-Bot
2019-10-23Add documentation for SuppressGCTransition (dotnet/coreclr#27368)Aaron Robinson
2019-10-22Adding back more arm intrinsics that existing before refactoring (#27153)Tanner Gooding
2019-10-22Cleanup memory copy helpers (dotnet/coreclr#27307)Jan Kotas
2019-10-22Enable ETW/EventSource logging of task IDs for boxed state machines (#27115)Del Myers
2019-10-22Conditionally remove the GC transition from a P/Invoke (#26458)Aaron Robinson
2019-10-22Replace primitive Array fcalls with managed implementations (#27123)Jan Kotas
2019-10-22Replace tfm based constants with SDK ones (dotnet/corefx#41601)Eriawan Kusumawardhono
2019-10-11Refactoring the ARM intrinsics to match API review and share code with x86 (#...Tanner Gooding
2019-10-09Replace InternalLoadUnmanagedDllFromPath with NativeLibrary.Load (#27090)Ryan Lucia
2019-10-05Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)Stephen Toub
2019-10-05Use const internally in corelib for Environment.NewLine (#27013)Stephen Toub
2019-10-05More corelib cleanup (dotnet/coreclr#26993)Stephen Toub
2019-10-01Fixing AdvSimd.Arm64 to have an internal constructor in the "supported" file....Tanner Gooding
2019-09-27Refactoring the ARM Hardware Intrinsics based on the latest design decisions....Tanner Gooding
2019-09-26CollectionsMarshal.AsSpan allow null refs (dotnet/coreclr#26903)Ben Adams
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-09-25Add CollectionsMarshal (dotnet/coreclr#26867)Ben Adams
2019-09-24Change several internal/private instance methods to be static (#26835)Stephen Toub
2019-09-06Mirror changes from mono/coreclr (#16713)Dotnet-GitSync-Bot
2019-09-05Use expression-bodied members in more places (dotnet/coreclr#26500)Stephen Toub
2019-08-27Separate Async*MethodBuilder types into their own files (#26364)Stephen Toub
2019-08-22Fix (mostly) IDE0055 (formatting)Stephen Toub
2019-08-22Fix StyleCop warning SA1006 (empty statements)Stephen Toub