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-17[netcore] Mark InitializeCurrentThread NoInlining (#18493)Aleksey Kliger (λgeek)
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-15[netcore] Implement Thread.GetCurrentProcessorId (#18450)Ryan Lucia
2020-01-13[netcore] Make System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassT...Maxim Lipnin
2020-01-09[reflection] Fix check for Type.FullName to match CoreCLR (#18385)Ryan Lucia
2020-01-07[netcore] Remap String ctors to the String:Ctor () methods. (#18357)Zoltan Varga
2020-01-07Set thread pool thread name just based on string pointer check. (#16637)Jay Krell
2020-01-07[System.Private.CoreLib] Cleanup intrinsic tracking (#17884)Marek Safar
2020-01-06[netcore] Optimize RuntimeType::IsSZArray. (#18347)Zoltan Varga
2020-01-06[netcore] Mark SRE types with required=false so they are only retained when t...Zoltan Varga
2020-01-03[netcore] Add some linker exclusions.Zoltan Varga
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2020-01-02[reflection] Convert internal GetCustomAttributes calls to Attribute[] (#18176)Ryan Lucia
2019-12-21[loader] Check AppContext.BaseDirectory on netcore in preload hookRyan Lucia
2019-12-17[netcore] Add AssemblyLoadContext:OnAssemblyLoad() to linker descriptor. (#18...Zoltan Varga
2019-12-13[netcore] Implement AppDomain.AssemblyLoad (#18143)Ryan Lucia
2019-12-12[netcore] Implement AppDomain.TypeResolve (#18141)Ryan Lucia
2019-12-12[netcore] Remove MonoDomain.DoAssemblyResolve (#18139)Ryan Lucia
2019-11-28Update netcore.Jay Krell
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-21Stop referencing files from Mono BCL in Netcore System.Private.CoreLib (#17866)Jo Shields
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-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-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