summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Avoid repeated virtual method calls in List.Contains (#6212)James Ko1-16/+13
2016-07-07Avoid box allocation in Encoding.EncodingName (#6142)Justin Van Patten1-1/+1
2016-07-07Merge pull request #6114 from jamesqo/encodingforwarderTarek Mahmoud Sayed8-1719/+555
2016-07-07Avoid heap allocating in char.ConvertFromUtf32 (#6141)James Ko1-6/+12
2016-07-07Convert SymbolType.m_format to be a string (#6133)James Ko6-54/+51
2016-07-07Avoid box allocation in DateTimeFormat.FormatCustomized (#6147)Justin Van Patten1-1/+1
2016-07-07Avoid box allocation in TypeBuilder.DefineDataHelper (#6148)Justin Van Patten1-1/+1
2016-07-07Avoid box allocation in ActivityTracker (#6149)Justin Van Patten1-1/+1
2016-07-07make all public properties of DebuggableAttribute visible outside mscorlib (#...Adam Sitnik2-0/+9
2016-07-05Remove TODO on throwing exceptionJames Ko1-3/+0
2016-07-05Move the SecuritySafeCritical attributes to EncodingForwarderJames Ko7-42/+12
2016-07-05Better performance for MulticastDelegate.Equals (#6113)James Ko1-4/+12
2016-07-04Add note on UTF8Encoding.GetByteCount to EncodingForwarderJames Ko1-0/+1
2016-07-04Fix CoreFX test failuresJames Ko3-11/+12
2016-07-04[UTF8Encoding] Remove unncessary commentsJames Ko1-66/+15
2016-07-04[UTF7Encoding] Remove unncessary commentsJames Ko1-61/+15
2016-07-04[UTF32Encoding] Remove unncessary commentsJames Ko1-62/+15
2016-07-04[UnicodeEncoding] Remove unncessary commentsJames Ko2-62/+16
2016-07-04[EncodingNLS] Remove unncessary commentsJames Ko1-58/+21
2016-07-04[ASCIIEncoding] Remove unncessary commentsJames Ko1-62/+16
2016-07-04Use EncodingForwarder for GetString(byte[], int, int)James Ko7-127/+48
2016-07-04Use EncodingForwarder for GetChars(byte*, int, char*, int)James Ko7-66/+22
2016-07-04Use EncodingForwarder for GetChars(byte[], int, int, char[], int)James Ko7-210/+50
2016-07-04Use EncodingForwarder for GetCharCount(byte*, int)James Ko7-66/+30
2016-07-04Use EncodingForwarder for GetCharCount(byte[], int, int)James Ko7-132/+38
2016-07-04Use EncodingForwarder for GetBytes(char*, int, byte*, int)James Ko7-66/+22
2016-07-04Use EncodingForwarder for GetBytes(char[], int, int, byte[], int)James Ko7-210/+52
2016-07-04Use EncodingForwarder for GetBytes(string, int, int, byte[], int)James Ko7-168/+49
2016-07-04Use EncodingForwarder for GetByteCount(char*, int)James Ko7-72/+24
2016-07-04Rename the chars parameter in a commentJames Ko1-1/+1
2016-07-04Use EncodingForwarder for GetByteCount(string)James Ko7-50/+38
2016-07-04Use EncodingForwarder for GetByteCount(char[], int, int)James Ko8-132/+66
2016-07-04Short-circuit on the count, not the array length, in common Encoding methods ...James Ko7-31/+31
2016-06-29Fix undefined locals in desktop test builds. (#6073)Mike McLaughlin1-3/+3
2016-06-29Fix building on desktop bug #234633. (#6045)Mike McLaughlin1-0/+6
2016-06-28Fix default optimization setting for System.Private.CoreLibKyungwoo Lee1-1/+3
2016-06-28Move intermediate file into intermediate dir (#5981)MyungJoo Ham1-1/+2
2016-06-26Rename files under src/mscorlib/corefx/System/Globalization to match CoreRT (...Jan Kotas7-0/+0
2016-06-26Add parameter names to exception.Stephen A. Imhoff1-2/+2
2016-06-26Switch from literal parameter names to nameofStephen A. Imhoff1-15/+15
2016-06-24Use BIT64 define for 64-bit specific code. (#5987)MyungJoo Ham17-196/+194
2016-06-23Fix build break in internal buildJan Kotas1-1/+5
2016-06-23Scripts: verify compiler definitions of native and managed (#4675)MyungJoo Ham1-0/+11
2016-06-20Fix EventSource deserializing of byte[]sStephen Toub1-1/+1
2016-06-19Fix source/line info in unhandled exceptions (#5874)Mike McLaughlin1-13/+2
2016-06-17Fix full framework build breakJan Kotas1-0/+2
2016-06-16Mark Volatile methods with NonVersionable attribute (#5830)Jan Kotas1-0/+76
2016-06-15Fix exception stacktrace when ulimit is hit OSX. (#5802)Mike McLaughlin1-3/+9
2016-06-14Fix full framework build breakJan Kotas1-4/+9
2016-06-14Merge pull request #5695 from AlexGhiondea/DefaultToLatestWes Haggard1-16/+12