summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Text
AgeCommit message (Expand)AuthorFilesLines
2016-12-09StringBuilder.AppendJoin (appending lists to StringBuilder) (#8350)Alexander Radchenko1-0/+83
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne1-6/+0
2016-11-02Merge pull request #7953 from dotnet-bot/from-tfsJan Kotas3-3/+3
2016-11-02Fix build breakJan Kotas3-3/+3
2016-11-02Revert "Correct parameter names."Jan Kotas4-7/+7
2016-11-01Use nameof throughout mscorlib (#7929)Stephen Toub6-23/+23
2016-10-27Correct parameter names.Stephen A. Imhoff4-7/+7
2016-10-27Use nameof where possible for ArgumentOutOfRangeExceptionStephen A. Imhoff21-146/+146
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff8-11/+11
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff20-94/+94
2016-10-26Make sure that when the StringBuilder.Append method is called we first check ...Alex Ghiondea1-1/+16
2016-09-28Add Normalization functionality to LinuxTarekm Mahmoud Sayed3-314/+415
2016-09-02Reduce item format allocations in AppendFormat (#4702)Bruce Bowyer-Smyth1-33/+50
2016-09-01Improve StringBuilder ctor(), ctor(int), and ToString() performance. Consiste...Bruce Bowyer-Smyth1-13/+27
2016-08-30Expose missing Global/Encoding APIs in coreclr and remove empty stubsTarek Mahmoud Sayed1-1/+1
2016-08-29Merge pull request #6961 from dotnet-bot/from-tfsBruce Forstall1-1/+1
2016-08-25Improve perf of Encoding.GetEncoding(int) (#6907)Justin Van Patten2-92/+62
2016-08-24Fix security annotationJan Kotas1-1/+1
2016-08-24Better lazy initialization for Encoding static properties (#6890)James Ko7-76/+44
2016-08-22Adding the missing string function to model.xml (#6694)Jonathan Miller1-0/+23
2016-08-14Restore most serialization implementations in coreclrStephen Toub18-172/+18
2016-08-04Added additional comments to AppendFormatHelper to explain the parsing. (#1261)Adam Speight1-12/+74
2016-07-21Expose serialization primitives from System.Private.CorelibStephen Toub12-20/+77
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub18-5/+61
2016-07-07Avoid box allocation in Encoding.EncodingName (#6142)Justin Van Patten1-1/+1
2016-07-05Remove TODO on throwing exceptionJames Ko1-3/+0
2016-07-05Move the SecuritySafeCritical attributes to EncodingForwarderJames Ko7-42/+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 Ko7-132/+65
2016-07-04Short-circuit on the count, not the array length, in common Encoding methods ...James Ko7-31/+31
2016-06-24Use BIT64 define for 64-bit specific code. (#5987)MyungJoo Ham2-12/+12
2016-05-18Remove Encoding FEATURE_* defines from mscorlib (#5026)James Ko5-39/+3