summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-23Split OrdinalIgnoreCaseComparer from OrdinalComparerStephen Toub1-67/+48
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich681-31719/+40714
2017-02-23Manual change to make codeformatter workAlex Perovich1-4/+4
2017-02-22Reduce code in SafeHandleAddRef (#9724)Stephen Toub2-6/+10
2017-02-22Faster List Add (#9539)Ben Adams1-4/+24
2017-02-22Changing AddNative to AddByteOffsetahsonkhan2-32/+31
2017-02-22Separate Comparer and EqualityComparer creation logic into a non-generic clas...James Ko4-142/+221
2017-02-21Fixing places where Add to AddNative was missed along with ifdef on BIT64ahsonkhan1-11/+23
2017-02-21Using BIT64 ifdefs to use ints instead of longsahsonkhan1-0/+89
2017-02-21Adding Unsafe.Add that takes nuint instead of int32ahsonkhan2-27/+40
2017-02-21Addressing PR commentsahsonkhan2-186/+182
2017-02-21Improve string.Equals OrdinalIgnoreCase performance for matching chars (#9213)Bruce Bowyer-Smyth1-2/+44
2017-02-18Merge pull request #9671 from benaadams/revert-encodingAndy Ayers7-1016/+183
2017-02-18Merge pull request #9670 from stephentoub/cs_randomDan Moseley1-2/+13
2017-02-19Revert "Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)"Ben Adams7-1016/+183
2017-02-18Remove a few explicit static cctors (#9669)Stephen Toub6-24/+8