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-21Stop referencing files from Mono BCL in Netcore System.Private.CoreLib (#17866)Jo Shields
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-09Fixes buildMarek Safar
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-07Remove handles from ves_icall_System_Array_InternalCreate. (#17681)Jay Krell
2019-11-06[System.Private.CoreLib] Remove unused Array methodsMarek Safar
2019-11-05[netcore] Intrinsify Buffer.IsPrimitiveTypeArray (#17438)Egor Bogatov
2019-11-04[netcore] Copy Array.Clear impl from CoreCLR (#17411)Egor Bogatov
2019-11-04[netcore] Improve Array.CreateInstance (#17673)Egor Bogatov
2019-11-03[netcore] Improve default constructor lookup, (#17666)Filip Navara
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-11-01[netcore] Cleanups. (#17661)Zoltan Varga
2019-10-31Fix buildAlexander Köplinger
2019-10-30Rearrange System.Private.CoreLib for easier monorepo integration (#17517)Jo Shields
2019-10-30[System.Private.CoreLib] Remove NativeRuntimeEventSourceMarek Safar
2019-10-30Temporary build fixFilip Navara
2019-10-24[netcore] Managed ThreadPool implementation (#17387)Filip Navara
2019-10-22[System.Private.CoreLib] Remove unused methodsMarek Safar
2019-10-22Update Mono for changes in shared CoreLib partitionFilip Navara
2019-10-21[netcore] Implement Array.GetElementSize as intrinsic (#17437)Filip Navara
2019-10-20[netcore] Remove unused code for Array.Unsafe[Mov/Load/Store] intrinsicsFilip Navara
2019-10-19[bcl] Add null reference checks to Interlocked.Exchange<T> (#17400)Aleksey Kliger (λgeek)
2019-10-16[bcl][jit] implement Interlocked.Exchange<T> in terms of object (#17341)Aleksey Kliger (λgeek)
2019-10-16[netcore] Implement System.IO.HasOverriddenBeginEndRead(Write)… (#17237)Egor Bogatov
2019-10-14[netcore] Remove unused InternalLoadUnmanagedDllFromPathRyan Lucia
2019-10-14[netcore] Use a single NativeLibrary.cs for all platformsRyan Lucia