summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Move Enum and CorElementType to shared (#23177)Egor Bogatov6-146/+174
2019-03-16Fixing some payload serialization issue on new EventCounters (#23295)Sung Yoon Whang4-7/+8
2019-03-16Fix typo (#23300)Nikita Potapenko2-3/+3
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub1-4/+4
2019-03-15Collection<T>: Validate parameters in the public methods (#23166)Justin Van Patten1-38/+72
2019-03-14Move TypeLoadException to shared (#23238)Egor Bogatov5-136/+122
2019-03-14 Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)Aaron Robinson1-4/+4
2019-03-13Add OperationStatus-based UTF8 transcoding APIs (#23219)Levi Broderick2-0/+199
2019-03-13Fix missed RelocatedType annotationMichal Strehovsky1-0/+3
2019-03-13Add new counter APIs (#23077)Sung Yoon Whang8-365/+835
2019-03-12Fixing a couple of issues in the Utf8Parsing/Formatting code (#23134)Tanner Gooding3-19/+19
2019-03-11Replace Delegate.CreateDelegate (dotnet/corert#7147)Michal Strehovský2-5/+21
2019-03-11Fix NRE in EqualStringArrays (#23174)Hugh Bellamy1-1/+1
2019-03-11Remove 2 suffix step 1 (dotnet/corefx#35904)Dan Moseley1-3/+3
2019-03-10Refactor Encoding to split fast-path and fallback logic (#23098)Levi Broderick12-658/+2562
2019-03-09Move Buffer to shared (#23157)Egor Bogatov4-45/+65
2019-03-09Add stack depth check to all Task continuations (#23152)Stephen Toub2-90/+18
2019-03-08Move part of RuntimeHelpers to shared partition (#23130)Marek Safar5-135/+75
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson2-0/+24
2019-03-08Optimized RemoveItemsRange to call the list.RemoveRange if the items is of ty...Andrew Hoefling1-3/+10
2019-03-08Simplified the RemoveItem logic since we have more robust validationAndrew Hoefling1-8/+2
2019-03-08InsertItemsRange API now checks if the underlying items.IsReadOnly first then...Andrew Hoefling1-4/+4
2019-03-08Removed (Int64) cast statements from RemoveItemsRange when checking for overf...Andrew Hoefling1-1/+1
2019-03-08Added new RemoveRange validation check to see if the resulting range (index +...Andrew Hoefling1-2/+7
2019-03-08Updated InsertItemsRange to simplify the expression and added performance imp...Andrew Hoefling1-4/+9
2019-03-08Updated RemoveAt->RemoveItem. This change removes redundent validation checks...Andrew Hoefling1-1/+1
2019-03-08Updated RemoveRange invocation of RemoveAt to use index instead of i, because...Andrew Hoefling1-1/+1
2019-03-08Added ArgumentOutOfRangeException exception in RemoveRange if the count is le...Andrew Hoefling1-0/+5
2019-03-08Updated RemoveItemsRange to properly remove each item and not just the index ...Andrew Hoefling1-1/+1
2019-03-08Updated RemoveItemsRange to prevent int.MaxValue overflow errorsAndrew Hoefling1-2/+6
2019-03-08Remove ternary operator from invocation as it is the same as inputing items.C...Andrew Hoefling1-1/+1
2019-03-08Added ReplaceItemsRange API and updated ReplaceRange to invoke the protected ...Andrew Hoefling1-6/+10
2019-03-08Adding braces on for loopAndrew Hoefling1-0/+2
2019-03-08Updated foreach to use T instead of varAndrew Hoefling1-1/+1
2019-03-08Updated index out of range exception check to be a single comparisonAndrew Hoefling1-2/+2
2019-03-08Added new Range Manipulation APIs for Collection<T> which propogate up to Obs...Andrew Hoefling1-0/+53
2019-03-08Allow deserialization for ResourceManager created with non-default resource s...Filip Navara1-4/+17
2019-03-07Use platform specific implementation of GetCurrentProcessId (#23084)Marek Safar7-4/+26
2019-03-07Added UserFlags field, unblocks #34560 (dotnet/corefx#35851)Dávid Kaya1-0/+1
2019-03-07Add missing CopyToAsync override in FileStream.Unix.cs (#23101)Stephen Toub1-0/+5
2019-03-07Cleanup Globalization info code (#22591)Hugh Bellamy24-3123/+2240
2019-03-06Fix ProjectN build breaks (dotnet/corert#7115)Michal Strehovský1-0/+1
2019-03-06Fix ValueStringBuilder.EnsureCapacity to call Grow correctly (#35810)Honza Rameš1-4/+13
2019-03-06Update dependencies from dotnet/core-setup (dotnet/corefx#35713)dotnet-maestro[bot]1-1/+3
2019-03-06Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer1-2/+1
2019-03-06Fixing the float/double parsing logic to handle exponents that are too large/...Tanner Gooding2-4/+42
2019-03-05Clean up some string.Format usage (#23025)Stephen Toub45-177/+152
2019-03-05Update delegate signature for GetSourceLineInfo and change reflection logic t...John Salem1-4/+4
2019-03-05Add Type Forward (#23036)Maryam Ariyan1-0/+1
2019-03-05Move more Assembly methods to shared partition (#22817)Marek Safar4-165/+155