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-12Mirror changes from mono/corefx,coreclr (#17777)Filip Navara
2019-10-30Move PreserveDependencyAttribute to shared (dotnet/corefx#42174)Stephen Toub
2019-10-26Mirror changes from mono/coreclr,corert,corefx (#17565)Dotnet-GitSync-Bot
2019-10-25Fix build break (#17553)Dotnet-GitSync-Bot
2019-10-24Enable pooling for `async ValueTask/ValueTask<T>` methods (#26310) (#17531)Dotnet-GitSync-Bot
2019-10-22Enable ETW/EventSource logging of task IDs for boxed state machines (#27115)Del Myers
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-05More corelib cleanup (dotnet/coreclr#26993)Stephen Toub
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)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 StyleCop warning SA1001 (commas followed by whitespace)Stephen Toub
2019-08-20Remove unused usings from Corlib (dotnet/coreclr#26250)Stephen Toub
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-13Contribute to IDE0044 (make field readonly)Stephen Toub
2019-08-09Fix StyleCop warning SA1617 (void return XML comment)Stephen Toub
2019-08-09Fix FxCop warning CA1018 (attributes should have AttributeUsage)Stephen Toub
2019-08-09Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-08Delete PROJECTN ifdefs from Corelib (dotnet/coreclr#26058)Stephen Toub
2019-08-03Enable several StyleCopAnalyzers (dotnet/corefx#39921)Stephen Toub
2019-08-03Fix use of AddTo/RemoveFromActiveTasks in async methods (#25911)Stephen Toub
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-24Remove stale nullable !s and pragmas (dotnet/coreclr#25640)Stephen Toub
2019-07-02React to new compiler nullability warningsSantiago Fernandez Madero
2019-07-02Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams
2019-06-12Add missing TraceOperationCreation log event in GetStateMachineBox (#25097)Stephen Toub
2019-06-06Delete unnecessary security transparency attributes (dotnet/coreclr#25007)Jan Kotas
2019-06-05Adjust several `where T : class?` constraints (dotnet/coreclr#24894)Stephen Toub
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-05-06Move AsyncMethodBuilder.SetStateMachine to non-generic (#24403)Ben Adams
2019-05-02Delete stale compilation constants from AsyncIteratorMethodBuilder (#37331)Stephen Toub
2019-05-02Add ManualResetValueTaskSourceCore / AsyncIterateMethodBuilder to Microsoft.B...Stephen Toub
2019-05-02Nullable for Type class (dotnet/coreclr#23489)buyaa-n
2019-04-29synving with coreclrAnipik
2019-04-22Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub
2019-04-22Nullable: System.Runtime.CompilerServices (dotnet/coreclr#23886)Stephen Toub
2019-04-22Nullable: System (most of it) (dotnet/coreclr#23774)Stephen Toub
2019-04-22Nullable: Attributes, SafeHandles, and misc (dotnet/coreclr#23810)Stephen Toub
2019-04-14Delete COMPlus_FinalizeOnShutdown (dotnet/coreclr#23595)Jan Kotas
2019-04-13Update Range.GetOffsetAndLength (dotnet/coreclr#23855)Tarek Mahmoud Sayed
2019-04-09Improve RuntimeHelpers.GetSubArray (dotnet/coreclr#23829)Stephen Toub
2019-04-09Nullable: All remaining exceptions (dotnet/coreclr#23676)Santiago Fernandez Madero
2019-03-29Avoid boxing allocations for async in Tier0 (dotnet/coreclr#22984)Ben Adams
2019-03-09Move part of RuntimeHelpers to shared partition (dotnet/coreclr#23130)Marek Safar