summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-08Added new Range Manipulation APIs for Collection<T> which propogate up to Obs...Andrew Hoefling1-0/+53
2019-03-08Use CLR_LINKAdeel1-2/+2
2019-03-08Allow deserialization for ResourceManager created with non-default resource s...Filip Navara1-4/+17
2019-03-08Merge pull request #23119 from BruceForstall/Arm64PrePostIndexCoalescingBruce Forstall1-12/+44
2019-03-08Improve SSA renaming memory usage (#15000)mikedn5-320/+233
2019-03-08Remove extra quotesAdeel1-2/+2
2019-03-08JIT: rework codegen for Arm64 SIMD Extract/Insert intrinsics (#23114)Andy Ayers6-97/+74
2019-03-08Merge pull request #23052 from CarolEidt/Fix22850Carol Eidt1-12/+20
2019-03-08Address @janvorli's feedbackAdeel2-14/+19
2019-03-08Enable build with clang static analyzerJan Vorlicek1-2/+17
2019-03-07Use platform specific implementation of GetCurrentProcessId (#23084)Marek Safar7-4/+26