summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Globalization
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan7-3077/+0
2018-03-20Move CompareInfo.* to shared CoreLib partition (#17062)Jan Kotas2-1638/+0
2018-03-20Move EncodingTable and CodePageDataItem to System.Text namespace (#17061)Jan Kotas4-612/+0
2018-03-19Fix copy&paste bug (#17059)Jan Kotas1-1/+1
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas2-41/+72
2018-03-08Make member visibility first accross corlib (#16836)Jan Kotas3-14/+14
2018-02-22Add ReadOnlySpan string-like Equals/CompareTo/IndexOf/Contains API with globa...Ahson Khan2-0/+238
2018-02-16Fix impl of ReadOnlySpan StartsWith/EndsWith for Unix. (#16418)Ahson Khan1-39/+101
2018-02-15Add ReadOnlySpan string-like ToLower/ToUpper API with globalization support (...Ahson Khan1-3/+3
2018-02-13Add ReadOnlySpan string-like StartsWith and EndsWith API with globalization s...Ahson Khan2-21/+372
2018-01-21Rename Libraries.GlobalizationInterop to Libraries.GlobalizationNativeJan Kotas2-20/+20
2018-01-19Break current culture initialization cycle (#15938)Jan Kotas3-59/+18
2018-01-19CharUnicodeInfo.GetUnicodeCategory(int codePoint) (#15911)Nobuyuki Iwanaga1-1/+1
2018-01-18Cache Invariant CompareInfo (#15902)Jan Kotas1-10/+5
2018-01-10Move System.Globalization.CultureData to shared CoreLib partition (#15805)Jan Kotas2-3354/+0
2018-01-09Port servicing fix (#15802)Tarek Mahmoud Sayed2-26/+35
2018-01-06Move types to shared corelib partition (#15768)Jan Kotas1-26/+2
2017-12-15Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan2-6/+6
2017-12-13Adding Unsafe APIs that are used by System.Memory (#15497)Ahson Khan1-0/+1
2017-11-23Move TextInfo to shared CoreLib partition (#15195)Jan Kotas3-1059/+0
2017-11-22Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas1-121/+0
2017-11-21Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas5-2206/+0
2017-11-21Delete unused leftovers from binary serialization (#15140)Jan Kotas2-46/+0
2017-11-18Delete unnecesary SuppressUnmanagedCodeSecurity annotations (#15102)Jan Kotas2-2/+0
2017-11-14Enable Globalization Invariant mode using Environment Variable (#15024)Tarek Mahmoud Sayed3-4/+23
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-2/+1
2017-10-10Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas1-236/+0
2017-10-10Move CompareInfo.cs to shared corelib partition (#14407)Jan Kotas1-1312/+0
2017-10-06Fix asserts in Unix buildStephen Toub1-4/+0
2017-10-06Address perf issuesStephen Toub3-1/+95
2017-10-06Move DateTimeParse to use spans internallyStephen Toub3-28/+63
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley13-80/+3
2017-09-12TextInfoViktor Hofer2-27/+8
2017-09-07Spelling and grammar corrections - A through L (#13683)Brian Chavez2-59/+59
2017-09-01Clear the init-locals bit for CoreLib to workaround #1279 (#13728)Jan Kotas1-2/+2
2017-08-28Move TimeSpanFormat.cs and TimeSpanParse.cs to sharedStephen Toub2-2315/+0
2017-08-28Compensate for perf regressions in string-to-span parsingStephen Toub1-232/+182
2017-08-28Add span-based TimeSpan {Try}Parse{Exact} and TryFormat methodsStephen Toub2-138/+163
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley2-14/+6
2017-08-16Add Span-based {Try}Parse methods to primitive types (#13389)Stephen Toub1-1/+1
2017-08-15Get sort version dynamically and expose ICU version from native component (#1...Tarek Mahmoud Sayed1-1/+1
2017-08-09Start at running ILLink to find dead code in Corelib (#13266)Dan Moseley1-64/+0
2017-08-07Fix Region DisplayName (#13249)Tarek Mahmoud Sayed2-18/+20
2017-07-19Fix CultureInfo.Parent to avoid throwing and catching (#12916)Tarek Mahmoud Sayed1-15/+31
2017-07-09Move files to shared CoreLib partition (#12694)Jan Kotas6-2647/+0
2017-06-30Reducing diffs with CoreRT (#12579)Jan Kotas1-12/+1
2017-06-27Fix bad range check in TextInfo.IndexOfStringOrdinalIgnoreCase (#12478)Atsushi Kanamori1-1/+1
2017-06-19Fixing CompareInfo AssemblyMode.Full serialization between Core <--> Desktop ...Viktor Hofer1-2/+16
2017-06-16Fix CompareInfo.Version on Windows (#12330)Tarek Mahmoud Sayed1-0/+1
2017-06-15Avoid duplicated compuations with DateTime.GetDatePartStephen Toub1-64/+5