summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Text/UTF8Encoding.cs
AgeCommit message (Expand)AuthorFilesLines
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-7/+9
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-9/+7
2017-03-16Support devirtulization of Encoders (#10229)Ben Adams1-2/+2
2017-03-14Merge pull request #9276 from benaadams/sealed-encodingsStephen Toub1-1/+8
2017-03-12Improve encoding performance (#10124)Jan Kotas1-4/+26
2017-03-03Support Encoding devirtualizationBen Adams1-1/+8
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-277/+422
2017-02-19Revert "Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)"Ben Adams1-258/+9
2017-02-18Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)Ben Adams1-9/+258
2017-02-07Remove more CAS (#9390)Dan Moseley1-1/+0
2017-02-06Delete ComVisible attributesJan Kotas1-6/+0
2017-01-24Revert "Fast-path for ASCII & UTF8 Encoding ASCII data"Tarek Mahmoud Sayed1-37/+11
2017-01-24Fast-path for ASCII & UTF8 Encoding ASCII data (#8969)Ben Adams1-11/+37
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-32/+33
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-15/+0
2016-10-27Use nameof where possible for ArgumentOutOfRangeExceptionStephen A. Imhoff1-4/+4
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-4/+4
2016-08-24Better lazy initialization for Encoding static properties (#6890)James Ko1-1/+5
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-16/+2
2016-07-21Expose serialization primitives from System.Private.CorelibStephen Toub1-2/+8
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub1-0/+4
2016-07-05Move the SecuritySafeCritical attributes to EncodingForwarderJames Ko1-7/+0
2016-07-04Fix CoreFX test failuresJames Ko1-2/+0
2016-07-04[UTF8Encoding] Remove unncessary commentsJames Ko1-66/+15
2016-07-04Use EncodingForwarder for GetString(byte[], int, int)James Ko1-21/+2
2016-07-04Use EncodingForwarder for GetChars(byte*, int, char*, int)James Ko1-11/+1
2016-07-04Use EncodingForwarder for GetChars(byte[], int, int, char[], int)James Ko1-35/+2
2016-07-04Use EncodingForwarder for GetCharCount(byte*, int)James Ko1-11/+1
2016-07-04Use EncodingForwarder for GetCharCount(byte[], int, int)James Ko1-22/+2
2016-07-04Use EncodingForwarder for GetBytes(char*, int, byte*, int)James Ko1-11/+1
2016-07-04Use EncodingForwarder for GetBytes(char[], int, int, byte[], int)James Ko1-35/+2
2016-07-04Use EncodingForwarder for GetBytes(string, int, int, byte[], int)James Ko1-28/+2
2016-07-04Use EncodingForwarder for GetByteCount(char*, int)James Ko1-12/+1
2016-07-04Use EncodingForwarder for GetByteCount(string)James Ko1-8/+4
2016-07-04Use EncodingForwarder for GetByteCount(char[], int, int)James Ko1-22/+2
2016-07-04Short-circuit on the count, not the array length, in common Encoding methods ...James Ko1-5/+5
2016-06-24Use BIT64 define for 64-bit specific code. (#5987)MyungJoo Ham1-3/+3
2016-01-27Update license headersdotnet-bot1-2/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2562