summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+1
2018-12-03Vectorize some Guid APIs (ctor, TryWriteBytes) (#21336)Egor Bogatov1-22/+36
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt17-308/+12
2018-12-03Fixes abbreviated genitive (#21230)Rafael Lillo1-2/+2
2018-11-30Migrate FormattingHelpers.CountDigits to using Lzcnt.X64Fei Peng1-2/+2
2018-11-30Remove legacy 64-bit intrinsic APIsFei Peng16-306/+10
2018-11-29Undo accidental changeJan Kotas1-54/+0
2018-11-29Add EnumerateRunes() ref APIs and unit tests (dotnet/corefx#33504)Levi Broderick1-0/+54
2018-11-29Delete CORECLR ifdef (dotnet/corert#6610)Jan Kotas1-7/+1
2018-11-29Typos (dotnet/corert#6605)John Doe6-7/+7
2018-11-29Properly report intrinsic fields (dotnet/corert#6602)Michal Strehovský1-0/+2
2018-11-29Added TryParse to StandardFormat (#21216)Alexej Liebenthal1-11/+32
2018-11-29Improve performance of Enum.{Try}Parse (#21214)Stephen Toub2-5/+5
2018-11-29Implement the Count property, the IEquatable and IFormattable interfaces, and...Tanner Gooding3-45/+321
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem2-3/+1
2018-11-28Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)Ben Adams2-16/+6
2018-11-28Merge pull request #21217 from AndyAyersMS/Fix21051Andy Ayers1-5/+0
2018-11-28Fixing up Utf8Parser.TryParseNumber to not fail for overly large exponents (#...Tanner Gooding1-3/+8
2018-11-28Implement the S.R.I.VectorXXX `get_Zero` and `As` helper methods as JIT intri...Tanner Gooding3-0/+35
2018-11-27remove workaround commentsAndy Ayers1-3/+0
2018-11-27JIT: retype some return expressionsAndy Ayers1-2/+0
2018-11-27Use local array in ConcurrentQueue<T> for small perf improvement (#21192)Stephen Toub1-9/+15
2018-11-27Improve perf for Index based span indexers (#21196)Andy Ayers2-2/+6
2018-11-26Fix Rune.ToUpper / ToLower under GlobalizationMode.Invariant (#21203)Levi Broderick1-13/+57
2018-11-26Handle the remaining known issues (modulo snan) with the double/single parsin...Tanner Gooding4-35/+144
2018-11-24Move AppDomain local data store to AppContext and cleanup AppContext (#21180)Jan Kotas8-8/+98
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-11/+3
2018-11-20Vectorize string.IndexOf(..., StringComparison.Ordinal) (#21076)Ben Adams8-148/+172
2018-11-20Remove remaining StringBuilder marshaling use from Corelib (#21120)Stephen Toub5-67/+67
2018-11-20Remove StringBuilder from HebrewNumber formatting (#21122)Stephen Toub2-28/+18
2018-11-20Replace custom AnsiToLower with more efficient ToLowerAsciiInvariant (#21121)Stephen Toub2-30/+3
2018-11-20Adding some AggressiveInlining attributes to the Vector64/128/256 helper meth...Tanner Gooding3-0/+9
2018-11-20Improve async iterator exception stack traces (#21103)Stephen Toub1-0/+2
2018-11-18Single pass Vectorize Span<byte>.IndexOfAny(..., ReadOnlySpan<byte>) for 2,3 ...Ben Adams1-10/+54
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding10-1153/+4
2018-11-16Fix Formatting Japanese First Year on Linux (#21039)Tarek Mahmoud Sayed1-3/+2
2018-11-16Add workaround for https://github.com/dotnet/coreclr/issues/21051Jan Kotas1-0/+4
2018-11-15Allow rune enumeration from string and ROS<char> (#21007)Levi Broderick5-0/+192
2018-11-15Update Unicode data and optimize CharUnicodeInfo indexes (#20983)Pent Ploompuu3-1297/+1578
2018-11-14Cleanup on the new Math APIs (#20993)Tanner Gooding2-12/+24
2018-11-13Undo a workaround added in #20442.Eugene Rozenfeld1-4/+2
2018-11-13Initial commit for System.Text.Rune (#20935)Levi Broderick3-0/+964
2018-11-12Fixing Utf8Parser.Number to not modify the value of 'c' (#20967)Tanner Gooding1-4/+6
2018-11-12Moving the Utf8Formatter and Utf8Parser into S.P.Corelib (#20934)Tanner Gooding25-75/+166
2018-11-12Remove SSE4.2 STTNI APIs for .NET Core 3.0 (#20887)Fei Peng3-535/+1
2018-11-12Fix CoreRT build breaksJan Kotas1-4/+2
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding2-20/+172
2018-11-10Fix invalid out of range exception thrown in ArrayPool trimming (#20932)Stephen Toub2-5/+9
2018-11-09Add back support for deserialization of BinaryFormatted resources (#20907)Eric StJohn2-7/+73
2018-11-09Expose Index and Range types (#20899)Tarek Mahmoud Sayed4-0/+122