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
2019-05-24Make AppDomain.GetThreadPrincipal() internal (dotnet/coreclr#24747)Santiago Fernandez Madero
2019-05-24Delete FEATURE_TESTHOOK (dotnet/coreclr#24746)Jan Kotas
2019-05-24Fewer ilstubs in corelib from reflection apis (dotnet/coreclr#24708)David Wrighton
2019-05-24Fix CoreRT build breaksJan Kotas
2019-05-23Fix Path.Join argument nullable annotation (dotnet/coreclr#24719)Stephen Toub
2019-05-23Commit 29810a78e5b93d8da9fb921d096226d249fc75a5 added unconditional dependenc...Marek Safar
2019-05-22[netcore] Add Microsoft.Private.CoreFx.OOB package to corefx-restore.csproj ...Egor Bogatov
2019-05-22[netcore] Set System.Private.Corlib AssemblyVersion to 4.0.0.0 (#14556)Egor Bogatov
2019-05-22Implement AppDomain.Monitoring*MemorySize (dotnet/coreclr#24610)Stephen Toub
2019-05-22Modified format logic so that braces are not allowed in custom format specifi...Mike Marynowski
2019-05-22[netcore] Fix PointerTests (#14557)Egor Bogatov
2019-05-22Reduce overhead of SemaphoreSlim.WaitAsync (dotnet/coreclr#24687)Stephen Toub
2019-05-21Enhance the Missing Resources Exception Message (dotnet/coreclr#24645)Tarek Mahmoud Sayed
2019-05-21Avoid boxing in TextWriter.Write(StringBuilder) (dotnet/coreclr#24664)Andrew Arnott
2019-05-21Add IsVariableBoundArray to TypeDelegator (dotnet/coreclr#24637)Santiago Fernandez Madero
2019-05-21Fixing the Dragon4 algorithm to correctly handle when the first significant d...Tanner Gooding
2019-05-21Ensure using single Utc object in TimeZoneInfo (dotnet/coreclr#24614)Tarek Mahmoud Sayed
2019-05-21Correcting documentation for span and memory slice (dotnet/coreclr#24612)Anirudh Agnihotry
2019-05-21Fix parameter names in ToUtf16 (dotnet/coreclr#24617)Levi Broderick
2019-05-21Fix Handling time patterns with quotes (dotnet/coreclr#24589)Tarek Mahmoud Sayed
2019-05-19[netcore] Merge all *.rsp files into CoreFX.issues.rsp (#14513)Egor Bogatov
2019-05-19[netcore] Fix Math.ILogB corner cases (#14500)Egor Bogatov
2019-05-19[netcore] Respect attributes defined on parameters in Delegates (#14468)Egor Bogatov
2019-05-17[netcore] Build/upload Windows runtime nupkg (#14506)Jo Shields
2019-05-16Make Label and OpCode readonly and IEquatable (dotnet/coreclr#24360)Levi Broderick
2019-05-14Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding
2019-05-14Fix EventCounter disable logic (dotnet/coreclr#24519)Sung Yoon Whang
2019-05-14Remove obsolete commentsAndrew Au
2019-05-14Tweak a few nullable annotations (dotnet/coreclr#24494)Stephen Toub
2019-05-14Fix netstandard build for nullable annotationsStephen Toub
2019-05-14Fix netfx build with nullable annotationsStephen Toub
2019-05-10fixing server error and syncing the reposdotnet-bot
2019-05-10Turn on nullability for all of Corelib (dotnet/coreclr#24497)Stephen Toub
2019-05-09[netcore] Fix HideDetectionHappensBeforeBindingFlagChecks (#14336)Egor Bogatov
2019-05-09[netcore] Set of workarounds for ArrayTests (#14369)Egor Bogatov
2019-05-07making DiagnosticCounter internal (dotnet/coreclr#24427)Anirudh Agnihotry
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson
2019-05-06Nullable: System.Collections.Generic remainder (dotnet/coreclr#24340)Krzysztof Wicher
2019-05-06Move AsyncMethodBuilder.SetStateMachine to non-generic (#24403)Ben Adams
2019-05-04[netcore] Fix CreateInstance_PublicOnlyValueTypeWithPrivateDefaultConstructor...Egor Bogatov
2019-05-04Fix CoreRT build breaksJan Kotas
2019-05-04Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara
2019-05-04Vector.CopyTo / TryCopyTo should be readonly methods (dotnet/coreclr#24359)Levi Broderick
2019-05-03Add Series/CounterType to CounterPayload and IncrementingCounterPayload (#24349)Sung Yoon Whang
2019-05-02Add using System.Diagnostics on some filesKrzysztof Wicher
2019-05-02Delete stale compilation constants from AsyncIteratorMethodBuilder (#37331)Stephen Toub
2019-05-02Add ManualResetValueTaskSourceCore / AsyncIterateMethodBuilder to Microsoft.B...Stephen Toub
2019-05-02Implement GC.RegisterMemoryLoadChangeNotification (dotnet/coreclr#24202)Ludovic Henry
2019-05-02Adjust some terms (dotnet/coreclr#24351)Dan Moseley
2019-05-02Nullable: Interop and src/System remainder (dotnet/coreclr#24328)Krzysztof Wicher