summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Simple trim of ArrayPool buffers (#17078)Jeremy Kuhne1-0/+2
2018-04-04Move FormattingHelpers.Count{Hex}Digits from Utf8Formatter into sharedStephen Toub1-0/+1
2018-03-30Change OwnedMemory to MemoryManager and add an IMemoryOwner. (#17340)Ahson Khan1-2/+3
2018-03-27Move String.Comparison.cs to shared CoreLib partition (#17247)Jan Kotas1-0/+1
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas1-0/+1
2018-03-23Fixes StringBuilder unbounded size growth in Clear() when we use a mix of App...Maryam Ariyan1-0/+1
2018-03-20Port System.Memory performance improvements to Convert.TryFromBase64Chars (#1...Atsushi Kanamori1-0/+1
2018-03-20Move CompareInfo.* to shared CoreLib partition (#17062)Jan Kotas1-0/+2
2018-03-16Put the path on IOException strings when possible (#16998)Jeremy Kuhne1-1/+0
2018-03-16Use managed marvin hashing for IgnoreCase comparison (#16945)Viktor Hofer1-0/+1
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-0/+2
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-0/+3
2018-03-03Remove StringSpanHelpers and start using MemoryExtensions (#16718)Ahson Khan1-1/+0
2018-03-01Remove Span.NonGenerics and update leftover AsRoS -> AsSpan changes (#16689)Ahson Khan1-1/+0
2018-02-28Move IValueTaskSource and friends to System.Threading.Tasks.SourcesStephen Toub1-1/+1
2018-02-28Implement ValueTask extensibilityStephen Toub1-0/+1
2018-02-27Add MemoryExtensions to CoreLib along with necessary SpanHelpers (#16521)Ahson Khan1-1/+7
2018-02-23Remove StringBuffer and use ValueStringBuilder (#16512)Jeremy Kuhne1-1/+0
2018-02-22Remove most preemptive checks from GetFullPath (#16478)Jeremy Kuhne1-1/+0
2018-02-20Moved extensions.cs to shared folder in coreclr (#16459)Anirudh Agnihotry1-0/+1
2018-02-06Move String.Manipulation.cs to shared (#16226)Jan Kotas1-0/+1
2018-02-04Use stackalloc in string.Split (#15435)Alex1-0/+1
2018-02-02Remove AsyncMethodBuilder from shared partition (#16149)Ben Adams1-1/+0
2018-02-02Fix mirroring build breakTarek Mahmoud Sayed1-1/+3
2018-01-31Merge with latest code and PR feedback.Eric Erhardt1-1/+0
2018-01-31Add Vector<T> to CoreLib.Eric Erhardt1-0/+32
2018-01-31Reduce Execution Context Save+Restore (#15629)Ben Adams1-0/+1
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas1-0/+7
2018-01-22Misc Span/Memory changes (#15941)Ian Hays1-0/+1
2018-01-22Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)Jan Kotas1-0/+4
2018-01-20Define Interop.Kernel32.MAX_PATH (#15952)Jan Kotas1-0/+1
2018-01-19Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas1-0/+4
2018-01-17Move public StreamReader/Writer to CoreLib (#15884)Jan Kotas1-0/+4
2018-01-10Move System.Globalization.CultureData to shared CoreLib partition (#15805)Jan Kotas1-0/+2
2018-01-06Move types to shared corelib partition (#15768)Jan Kotas1-0/+2
2017-12-28Merge pull request dotnet/corert#5148 from dotnet/nmirrorJan Kotas1-0/+2
2017-12-13Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)Ahson Khan1-0/+1
2017-12-01Unix: Remove MaxPath, MaxName (#15229)Tom Deseyn1-0/+1
2017-11-23Move TextInfo to shared CoreLib partition (#15195)Jan Kotas1-0/+3
2017-11-22Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas1-2/+7
2017-11-21Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas1-0/+9
2017-11-21Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas1-1/+6
2017-11-21Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)Jan Kotas1-0/+1
2017-11-20Reduce allocations in StringBuilder.AppendFormat for primitive types (#15110)Justin Van Patten1-0/+1
2017-11-20Move MemoryStream to shared CoreLib partition (#15116)Jan Kotas1-0/+1
2017-11-20Move TaskToApm to shared CoreLib partition (#15113)Jan Kotas1-0/+1
2017-11-19Move debugger attributes to shared partition (#15100)Jan Kotas1-0/+9
2017-11-18Improve performance of managed formatting codeStephen Toub1-0/+1
2017-11-18Move integer parsing/formatting logic to sharedStephen Toub1-0/+3
2017-11-15HashCode based on xxHash32 (#14863)Jonathan Dickinson1-0/+1