summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Remove CoreLib's src\Interop\Windows directory (#22622)Stephen Toub2-24/+0
2019-02-15Fix CoreFX build breaksJan Kotas3-1/+15
2019-02-14Fixing the number formatting code to only recognize 'R' for double/float. (#2...Tanner Gooding1-0/+5
2019-02-14Move Reflection.Emit Tokens to shared partition (#22602)Marek Safar11-108/+54
2019-02-14Missed optimization from #22497Grant1-8/+1
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton3-0/+60
2019-02-14Remove unnecessary fields from WaitHandle (#22593)Filip Navara1-43/+11
2019-02-14Consolidate implementation of Rotate and PopCount (#22584)Grant8-72/+155
2019-02-14Adjust corert for shared SafeHandle and EventRegistrationTokenStephen Toub1-1/+1
2019-02-14Fix netfx build break in Microsoft.Diagnostics.Tracing.EventSource.RedistStephen Toub1-3/+3
2019-02-14Move FrameworkEventSource to shared partition (#22507)Marek Safar5-756/+165
2019-02-14Add Rune creation API from UTF-16 surrogate pair (#22590)Levi Broderick3-11/+95
2019-02-13Annotate PlatformID as a moved typeMichal Strehovsky1-0/+3
2019-02-13Remove some CAS cruft (#22576)Aaron Robinson1-2/+1
2019-02-13Perf: Consolidate implementation of LeadingZeroCount (#22497)Grant9-171/+200
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub29-295/+260
2019-02-13Move SafeHandle to managed code and shared (#22564)Stephen Toub5-279/+254
2019-02-13Move EventRegistrationToken to shared (#22565)Stephen Toub5-67/+38
2019-02-13Fixing the double/float formatting code to use a fallback precision for custo...Tanner Gooding1-0/+25
2019-02-13Improve SpanHelpers.Byte (#22503)Ben Adams1-161/+174
2019-02-12Fix CoreRT build breaks - Adjust resource name - Workaround C# compiler/analy...Jan Kotas1-1/+4
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang5-20/+18
2019-02-12Add extensions methods for several of the VectorXXX<T> helper methods (#22336)Tanner Gooding3-0/+799
2019-02-12Ifdef out code that triggers UTC bug (dotnet/corert#7003)Michal Strehovský1-0/+6
2019-02-12Update COM Activator class (#22317)Aaron Robinson2-15/+87
2019-02-12Add new rounding modes to System.Math, System.MathF (#20815)hamish-rose5-46/+102
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub4-82/+1
2019-02-11Move ConditionalWeakTable to shared (#22531)Stephen Toub4-332/+209
2019-02-11 Make Module partial to allow additional changed for MonoMarek Safar1-1/+1
2019-02-11Annotate EventCounter as a relocated type (dotnet/corert#6990)Michal Strehovský1-1/+1
2019-02-11Move Volatile to shared (#22523)Stephen Toub4-405/+231
2019-02-11Move GCHandle to shared (#22499)Stephen Toub13-532/+266
2019-02-11Make Nullable partial to allow additional method for in under Mono (#22518)Marek Safar1-1/+1
2019-02-09Fix casing of interop directories (dotnet/corert#6982)Jan Kotas1-1/+1
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-5/+18
2019-02-09set up CoreLib to include EventCounter in build project (#22501)Sung Yoon Whang1-0/+1
2019-02-08move EventCounter to shared CoreLib (dotnet/corefx#35183)Sung Yoon Whang1-0/+491
2019-02-08Move Array's SZGenericArrayEnumerator to shared partition (#22480)Marek Safar4-203/+211
2019-02-08Delete EnvironmentAugments (#22485)Jan Kotas2-49/+0
2019-02-08BitOps.TrailingZeroCount has inconsistent software fallback (#22333)Grant1-16/+41
2019-02-08Move GCSettings to shared (#22483)Stephen Toub7-111/+104
2019-02-08Update CoreRT with shared array implementationJan Kotas1-29/+36
2019-02-07Finish removing Environment from corefxStephen Toub1-6/+1
2019-02-07Move DateTime for Unix to shared partition (#22383)Marek Safar5-11/+29
2019-02-07Fixing Utf8Formatter.Float to support all the same format specifiers as the u...Tanner Gooding1-24/+6
2019-02-06Fix CoreLib to include PasteArguments.Unix.cs correctly (#22453)Stephen Toub1-1/+1
2019-02-06Move Array to shared partition (#22321)Marek Safar4-655/+686
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar3-35/+15
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed12-86/+553
2019-02-05Fix ProjectN build breaks (dotnet/corert#6954)Michal Strehovský1-1/+2