summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-13Fix/clean compNoGCHelperCallKillSet for arm. (#23078)Sergey Andreenko4-70/+83
2019-03-13Merge pull request #23109 from briansull/gh-21231Brian Sullivan7-18/+46
2019-03-13Add OperationStatus-based UTF8 transcoding APIs (#23219)Levi Broderick2-0/+199
2019-03-13Merge pull request #23220 from BruceForstall/FixArm64HfaJmpCallNyiBruce Forstall1-31/+53
2019-03-13Fix for Issue 21231Brian Sullivan7-18/+46
2019-03-13Fix SIMD handle issues (#23193)Carol Eidt1-3/+12
2019-03-13Fix missed RelocatedType annotationMichal Strehovsky1-0/+3
2019-03-13Fix issue 23151 (Cleanup TODO introduced by PR #23148)Andrew Au1-2/+10
2019-03-13Add new counter APIs (#23077)Sung Yoon Whang8-365/+835
2019-03-12Arm64: Implement JMP call for HFA register argumentsBruce Forstall1-31/+53
2019-03-12Don't retain modifiers for instantation stub signatures (#23210)Andy Ayers2-1/+2
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-11Merge pull request #23141 from CarolEidt/Fix23059Carol Eidt2-5/+16
2019-03-11Fix NRE in EqualStringArrays (#23174)Hugh Bellamy1-1/+1
2019-03-11Add EntryPointFilter option (#23054)Steve MacLean3-22/+42
2019-03-11Add a target to get native resources from another DLL to ILProj SDK (#23117)Eric StJohn1-0/+44
2019-03-11Remove 2 suffix step 1 (dotnet/corefx#35904)Dan Moseley1-3/+3
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek50-79/+79
2019-03-11Merge pull request #23111 from am11/gcc-configurationJan Vorlicek2-50/+43
2019-03-11Merge pull request #23099 from janvorli/remove-pal-cleanupJan Vorlicek1-3/+0
2019-03-11Merge pull request #23121 from janvorli/enable-clang-staticanalyzer-buildJan Vorlicek1-2/+17
2019-03-11Remove conditions around CMAKE_REQUIRED_LIBRARIESAdeel1-6/+2
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-09Two more instancesAndrew Au2-2/+0
2019-03-09Eliminate SampleProfilerEventInstanceAndrew Au2-17/+0
2019-03-09Avoid StackWalk in EventPipeEventInstance constructorAndrew Au5-7/+14
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 Safar7-144/+76
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson5-0/+46
2019-03-08Fix handling of struct setup assignmentsCarol Eidt2-5/+16
2019-03-08Remove unneeded arm64 NYIBruce Forstall2-4/+4
2019-03-08Merge pull request #23086 from BruceForstall/Arm64ChangeIntFloatSaveOrderBruce Forstall1-38/+26
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