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-15Add tracing for Resolving/AssemblyResolve event handler invocation (#27788)Elinor Fung
2019-11-10Relax visibilityJan Kotas
2019-11-09Move AssemblyLoadContext.GetResolvedUnmanagedDll to shared (#27775)Ryan Lucia
2019-10-30Add path to not-absolute-path exception (dotnet/coreclr#27470)Dan Moseley
2019-10-09Replace InternalLoadUnmanagedDllFromPath with NativeLibrary.Load (#27090)Ryan Lucia
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-09-24Change several internal/private instance methods to be static (#26835)Stephen Toub
2019-08-22Fix StyleCop warning SA1005 (single line comment spacing)Stephen Toub
2019-08-20Move AssemblyLoadContext VM-invoked static resolve methods to shared (#26248)Ryan Lucia
2019-08-20Change missed by the mirror (dotnet/coreclr#26251)Jan Kotas
2019-08-18Fix IDE0025 (use expression body for properties)Stephen Toub
2019-08-18Fix IDE0008 (use explicit type instead of var)Stephen Toub
2019-08-07Move AssemblyLoadContext VM-invoked resolve methods to shared (#25989)Aleksey Kliger (λgeek)
2019-07-24Make all event types nullable (dotnet/coreclr#25752)Stephen Toub
2019-07-24Remove now unnecessary !s / TODO-NULLABLE comments (dotnet/coreclr#25749)Stephen Toub
2019-07-24Fix nullability warnings from compiler updateSantiago Fernandez Madero
2019-07-02Use AssemblyLoadContext from shared partition (dotnet/corert#7570)Michal Strehovský
2019-06-18Update Corelib to adapt to compiler nullability updatesStephen Toub
2019-06-08Fix AppDomain issues (dotnet/coreclr#25019)Steve MacLean
2019-05-28Add and apply nullable attributes (dotnet/coreclr#24679)Stephen Toub
2019-05-10Turn on nullability for all of Corelib (dotnet/coreclr#24497)Stephen Toub
2019-04-29Fix Satellite Assembly loading (dotnet/coreclr#24191)Steve MacLean
2019-04-22Fix Timezone whitespace (dotnet/coreclr#24137)Steve MacLean
2019-04-22Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub
2019-04-22Fix build errors due to merge conflictsSantiago Fernandez Madero
2019-04-22Nullable: Attributes, SafeHandles, and misc (dotnet/coreclr#23810)Stephen Toub
2019-04-14EnterContextualReflection handle null (dotnet/coreclr#23953)Steve MacLean
2019-04-13Contextual reflection (dotnet/coreclr#23740)Steve MacLean
2019-04-09Whitespace (dotnet/coreclr#23772)Steve MacLean
2019-04-04Remove s_isProcessExiting and Clear of ALC list at exitJan Vorlicek
2019-04-04Deliver Unload event at exit for all ALCsJan Vorlicek
2019-04-04Fix accidental non-collectible context unloadingJan Vorlicek
2019-03-28ALC Enhancement nits (dotnet/coreclr#23506)Steve MacLean
2019-03-28ALC enhancements (dotnet/coreclr#22273)Steve MacLean
2019-03-07Move more Assembly methods to shared partition (dotnet/coreclr#22817)Marek Safar
2019-02-26Move AssemblyLoadContext to shared partition (dotnet/coreclr#22685)Marek Safar