summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar6-105/+546
2019-01-03Improve performance of Path.ChangeExtension (#21766)Stephen Toub6-34/+91
2019-01-03Reduce allocation in Index/Range.ToString (#21755)Stephen Toub2-4/+37
2019-01-03Moves Attribute instance bits to shared location (dotnet/corert#6747)Marek Safar1-0/+139
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas3-26/+12
2019-01-02Replace string.Format(SR. with SR.Format(SR. (#21763)Stephen Toub2-6/+6
2019-01-02Change a couple string.Replace("a", "b") to string.Replace('a', 'b') (#21768)Stephen Toub2-2/+2
2019-01-02Use StringBuilderCache in PathInternal.NormalizeDirectorySeparators (#21760)Stephen Toub1-2/+2
2019-01-02Additional ifdef changes which are ES_BUILD_STANDALONE specific for System.Di...Marek Safar2-4/+4
2019-01-02Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) ...Stephen Toub4-6/+6
2019-01-01AppContext moved to shared partition - CoreRT specific changesJan Kotas1-1/+1
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-5/+20
2019-01-01Tweaks permissions ifdefs in System.Diagnostics.Tracing (#21733)Marek Safar4-29/+11
2019-01-01Moves AppContext to shared location (#21734)Marek Safar1-0/+136
2018-12-31Delete useless ArgumentNullException message (#21728)Jan Kotas3-12/+7
2018-12-31Moves ExceptionDispatchInfo to shared location (#21725)Marek Safar1-0/+68
2018-12-30Add license, keep more of the CriticalHandle logic in the shared fileJan Kotas1-8/+10
2018-12-30Moves CriticalHandle to shared locationMarek Safar1-0/+217
2018-12-30Fix CoreRT build breaksJan Kotas2-14/+10
2018-12-30Readability improvement in MemoryStream (#21710)Marek Safar1-6/+2
2018-12-30Don't Sleep(1) in some spin-wait loops (#21722)Koundinya Veluri3-15/+5
2018-12-30Fix CoreCLR build breaksJan Kotas1-82/+349
2018-12-30Moves ThrowHelper to shared location (dotnet/corert#6741)Marek Safar1-0/+617
2018-12-30Shorter ExecutionContext.Capture (#21707)Ben Adams1-4/+10
2018-12-29Moves generic comparers to shared CoreLib (#21649)Marek Safar2-0/+335
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara5-3/+1665
2018-12-28Replace Interop.ReadDir.cs with Interop.ReadDir.cs from System.IO.FileSystem ...Egor Bogatov1-62/+97
2018-12-28Remove dead Guid parsing code (#21123)Hugh Bellamy1-70/+41
2018-12-27Use common copy of System.Numerics.Hashing.HashHelpersJan Kotas1-2/+0
2018-12-27Move Contracts.cs (CoreCLR version) to shared CoreLib and update code to comp...Filip Navara1-0/+657
2018-12-26Move System/Numerics/Hashing to shared CoreLib. (dotnet/corert#6732)Filip Navara1-0/+21
2018-12-23Move DebugProvider.Windows to shared CoreLib. (#21657)Filip Navara1-0/+89
2018-12-23Use TZCNT and LZCNT for Locate{First|Last}Found{Byte|Char} (#21073)Ben Adams2-23/+55
2018-12-23Fix ProjectN regression in `ByReference<T>` (dotnet/corert#6713)Michal Strehovský1-1/+5
2018-12-23Add optimization in GetHashCode for Int16 and SByte (#21652)ichensky2-2/+2
2018-12-23Delete CoreLib.FixupCoreLibName (#21655)Jan Kotas2-13/+1
2018-12-22Extracts public IThreadPoolWorkItem interface to shared CoreLib (#21653)Marek Safar1-0/+12
2018-12-22Moves CoreLib to shared location (#21654)Marek Safar1-0/+22
2018-12-22SpanHelpers deal with nullable reference types (#21232)Ben Adams1-321/+479
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas7-0/+4188
2018-12-22Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706)Jan Kotas5-36/+14
2018-12-21CoreRT-specific Object.cs changes - Fix build breaks - Apply same cleanup to ...Jan Kotas1-6/+8
2018-12-21Cleanup to match conventionsJan Kotas1-7/+1
2018-12-21Moves common part of Object to CoreLib sharedMarek Safar1-0/+85
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley6-80/+6
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding3-5/+67
2018-12-21Moves ByReference to shared CoreLib (#21633)Marek Safar1-0/+42
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng1-2/+2
2018-12-21Add AggressiveInlining for Vector<T>.op_Multiply (#21587)Fei Peng2-280/+8
2018-12-17Fixed suppressed XML documentation errors (dotnet/corefx#34020)Stanislav Ushakov2-0/+4