summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Merge pull request #10105 from JonHanna/corefx16566Atsushi Kanamori12-20/+22
2017-03-12Improve encoding performance (#10124)Jan Kotas5-34/+149
2017-03-11Update License and add 3PN notices (#10117)Rich Lander1-2/+1
2017-03-10Strip internal frame in Environment.StackTraceJan Kotas2-3/+13
2017-03-11Rename Type.IsSzArray to Type.IsSZArray and make public.Jon Hanna12-20/+22
2017-03-10Improve performance of Span.Fill (#10084)Jan Kotas1-25/+28
2017-03-10Remove faulty asserts from ArraySegment (#10086)Stephen Toub1-47/+3
2017-03-09Move more types into the shared partition. (#10068)Atsushi Kanamori15-461/+243
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri2-20/+20
2017-03-09AggressiveInlining AsBytes and NonPortableCast (#10057)Ahson Ahmed Khan1-0/+4
2017-03-09Move System.Security attributes to shared partition. (#10036)Atsushi Kanamori15-205/+269
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ...chcosta3-1/+17
2017-03-08Move two sharable classes into the shared partition. (#10009)Atsushi Kanamori4-26/+42
2017-03-07Add shared changes from corert (#10010)Alex Perovich26-364/+90
2017-03-07Add TaskExtensions to CoreLibStephen Toub2-0/+49
2017-03-06Implementation for Dictionary.TryAdd (#9923)James Ko1-8/+40
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-5/+0
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas14-523/+34
2017-03-04Remove ComVisible as per #9371 (#9962)Paul Westcott1-1/+0
2017-03-04Extending optimized JIT helpers to Buffer.MemoryCopy (#9786)Varun Venkatesan1-290/+151
2017-03-04Move System.Lazy to shared CoreLib partition (#9955)Jan Kotas4-21/+35
2017-03-03Remove unreferenced file (#9952)Alex Perovich1-21/+0
2017-03-03Alternative System.Lazy implementation (#8963)Paul Westcott1-240/+306
2017-03-03Clean up Normalization code (#9941)Tarek Mahmoud Sayed6-198/+83
2017-03-02Merge shared changes from corert and use C# shared project to enable VS editi...Alex Perovich52-1166/+1077
2017-03-02Removing ref T Span.GetItem and updating Indexer to return ref (#9787)Ahson Ahmed Khan1-35/+2
2017-03-01Cleanup the native globalization code (#9887)Tarek Mahmoud Sayed1-1/+0
2017-03-01Timespan division and multiplication. (#9804)Jon Hanna1-1/+43
2017-03-01Merge pull request #9831 from WinCPP/LazyInitializerNewOverloadsStephen Toub1-34/+57
2017-03-01Corefx #16274 - LazyInitializer.EnsureInitialized overload for referenceWinCPP1-34/+57
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed115-31137/+4240
2017-02-28Move files that are identical with CoreRT under mscorlib\shared (#9861)Jan Kotas82-82/+80
2017-02-28Add more shared sourcesAlex Perovich5-7/+3
2017-02-27Replace INSIDE_CLR with CORECLR (#9841)Dan Moseley7-10/+10
2017-02-27Move Used interop sources into shared folder (#9840)Alex Perovich51-49/+53
2017-02-27Improve BitConverter.ToIntNN methods (#9803)mikedn1-161/+67
2017-02-27Use Unsafe.ReadUnaligned/WriteUnaligned in UMA (#9829)mikedn1-392/+71
2017-02-27Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)mikedn1-1/+42
2017-02-25Update BitConverter from CoreFX (#9788)Jan Kotas2-160/+132
2017-02-25Better ArraySegment .ctor tests (#9800)Ben Adams1-1/+2
2017-02-24Remove `this == null` checks from string.Equals (#9768)James Ko1-7/+1
2017-02-24Move S.Buffers and S.IO sources shared with corert into shared folder (#9778)Alex Perovich27-70/+52
2017-02-24Merge pull request #9598 from ahsonkhan/OptimizeSpanClearAhson Ahmed Khan5-64/+441
2017-02-24Merge pull request #9769 from ianhays/filelock_osxIan Hays5-16/+57
2017-02-24Update FileLock/Unlock PNSE message for OSXIan Hays1-1/+1
2017-02-24Avoid unnecessary branch in CultureAwareComparer (#9767)Justin Van Patten1-34/+18
2017-02-24Remove OSX FileStream Lock/UnlockIan Hays5-16/+57
2017-02-23Address PR feedbackStephen Toub1-20/+6
2017-02-23Improve CompareOrdinalIgnoreCaseHelper by removing return from loopStephen Toub1-3/+7
2017-02-23Strongly type StringComparer static comparer fieldsStephen Toub1-4/+4