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-02-23Change Environment.Version to return product version (dotnet/coreclr#22664)Jan Kotas
2019-02-23Ignore EINVAL/EBADF errors from FTruncate in FileStream.Init (#22788)Stephen Toub
2019-02-21Enable the HWIntrinsic extension methods and remove the instance implementati...Tanner Gooding
2019-02-21Reduce struct copy by 1 in ValueTask.GetAwaiter (dotnet/coreclr#22738)Ben Adams
2019-02-21Move Thread to shared CoreLib (dotnet/corefx#35462)Filip Navara
2019-02-21Use ThrowHelper in ManualResetValueTaskSourceCore (dotnet/coreclr#22714)Stephen Toub
2019-02-20Fix bug introduced during cleanup in JapaneseLunisolarCalendar (#22717)Stephen Toub
2019-02-20Allow Task.WaitAny completion to run synchronously (dotnet/coreclr#21245)Ben Adams
2019-02-20[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-20Fix race condition in ManualResetValueTaskSourceCore (dotnet/coreclr#22711)Stephen Toub
2019-02-20Use out arguments in UmAlQuraCalendar (dotnet/coreclr#22704)Jan Kotas
2019-02-20Move EventRegistrationToken to shared (dotnet/coreclr#22565)Stephen Toub
2019-02-20Use RunContinuationsAsynchronously in SemaphoreSlim.WaitAsync (#22686)Stephen Toub
2019-02-20Cleanup Calendars code (dotnet/coreclr#22582)Hugh Bellamy
2019-02-19Optimize Vector128/256<T>.Get/WithElement (dotnet/coreclr#22353)Fei Peng
2019-02-17Merge pull request #13040 from marek-safar/build-fixesMarek Safar
2019-02-17Avoid pulling in Lazy<T> during startup (dotnet/coreclr#22659)Jan Kotas
2019-02-16[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-16Updating some local functions to be 'static' (captureless). (#22635)Tanner Gooding
2019-02-15Fixing the number formatting code to only recognize 'R' for double/float. (#2...Tanner Gooding
2019-02-15Move Reflection.Emit Tokens to shared partition (dotnet/coreclr#22602)Marek Safar
2019-02-15Missed optimization from #22497Grant
2019-02-15Consolidate implementation of Rotate and PopCount (dotnet/coreclr#22584)Grant
2019-02-15Move FrameworkEventSource to shared partition (dotnet/coreclr#22507)Marek Safar
2019-02-15Add Rune creation API from UTF-16 surrogate pair (dotnet/coreclr#22590)Levi Broderick
2019-02-15Perf: Consolidate implementation of LeadingZeroCount (dotnet/coreclr#22497)Grant
2019-02-15Remove unnecessary ThrowIfUnsupportedType calls and definitionsFei Peng
2019-02-14Move SafeHandle to managed code and shared (dotnet/coreclr#22564)Stephen Toub
2019-02-13Annotate EventCounter as a relocated type (dotnet/corert#6990)Michal Strehovský
2019-02-13Remove unnecessary ThrowIfUnsupportedType calls and definitionsFei Peng
2019-02-13[netcore] Implement Assembly/AssemblyName/Module.Zoltan Varga
2019-02-13Index and Range updates (dotnet/coreclr#22331)Tarek Mahmoud Sayed
2019-02-13Fix CoreRT build breaks - Adjust resource name - Workaround C# compiler/analy...Jan Kotas
2019-02-12Move GCHandle to shared (dotnet/coreclr#22499)Stephen Toub
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang
2019-02-12Add extensions methods for several of the VectorXXX<T> helper methods (#22336)Tanner Gooding
2019-02-12Ifdef out code that triggers UTC bug (dotnet/corert#7003)Michal Strehovský
2019-02-12Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815)hamish-rose
2019-02-12Mirror changes from mono/corert,coreclr (#12951)Dotnet-GitSync-Bot
2019-02-12Move Volatile to shared (dotnet/coreclr#22523)Stephen Toub
2019-02-10Fix casing of interop directories (dotnet/corert#6982)Jan Kotas
2019-02-10set up CoreLib to include EventCounter in build project (#22501)Sung Yoon Whang
2019-02-09[netcore] Update to the latest versionMarek Safar
2019-02-09Move Array's SZGenericArrayEnumerator to shared partition (#22480)Marek Safar
2019-02-09move EventCounter to shared CoreLib (dotnet/corefx#35183)Sung Yoon Whang
2019-02-09BitOps.TrailingZeroCount has inconsistent software fallback (#22333)Grant
2019-02-09Move GCSettings to shared (dotnet/coreclr#22483)Stephen Toub
2019-02-08Update CoreRT with shared array implementationJan Kotas
2019-02-08Move DateTime for Unix to shared partition (dotnet/coreclr#22383)Marek Safar
2019-02-08Fix CoreLib to include PasteArguments.Unix.cs correctly (#22453)Stephen Toub