summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-22Replace slow implementations in ASCIIUtility with fast implementations (#22516)Levi Broderick1-38/+1780
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky8-51/+75
2019-03-22Delete unused variables in jit. Part1. (#23399)Sergey Andreenko12-74/+24
2019-03-22Apply Optimization in Index.GetOffset suggested by Levi (#23349)Tarek Mahmoud Sayed1-5/+7
2019-03-22Move Exception to shared partition (#23361)Marek Safar6-290/+247
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson2-5/+5
2019-03-21Updated Exception Handling for Collection<T> (#23290)Andrew Hoefling1-7/+7
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek2-4/+4
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au7-81/+72
2019-03-21Merge pull request #23369 from BruceForstall/UpdateStaticStatsBruce Forstall8-209/+440
2019-03-21Moving gen stack level to code gen interface (#23328)Brian Bohe4-4/+16
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero9-31/+99
2019-03-21Move Buffer constants to platform specific files (#23352)Marek Safar4-38/+55
2019-03-21Update CoreCLR for changes in shared partitionJan Kotas1-4/+71
2019-03-21Unify EnumInfo and NamesAndValuesJan Kotas1-96/+22
2019-03-20Hoist calls to IsBitwiseEquatable (#23381)Jan Kotas1-291/+340
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky12-41/+224
2019-03-20Update emitter statisticsBruce Forstall8-209/+440
2019-03-20Don't compact LOH just because a heap_hard_limit existsAndy Hanson2-5/+5
2019-03-20Adding a flag to able/disable scope info (#23298)Brian Bohe8-123/+161
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky7-1/+181
2019-03-19Remove timer in RuntimeEventSource (#23311)Sung Yoon Whang4-85/+18
2019-03-19Trim/TrimStart/TrimEnd methods for Memory and Span (#22798)Grant3-172/+867
2019-03-19Reintroduce PR #22617 (Update added types and methoddefs on ApplyMetadata) (#...David Mason4-22/+81
2019-03-19Adding const to functions that don't change or shouldn't change state (#23329)Brian Bohe10-34/+34
2019-03-19Revert "Delete suspicious code in delegate construction (#22830)" (#23291)Jarret Shook1-2/+76
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick41-27/+1795
2019-03-18Add Rune.TryEncodeToUtf8 and related APIs (#23250)Levi Broderick6-108/+193
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens4-28/+45
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya19-153/+175
2019-03-18Conversion issuesSinan Kaya2-4/+4
2019-03-18Merge pull request #23307 from franksinankaya/gcc_cleanup_13Jan Vorlicek9-15/+15
2019-03-18Merge pull request #23179 from franksinankaya/gcc_cleanup_11Jan Vorlicek6-289/+13
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero33-988/+1996
2019-03-17Make more types eligible for vectorized code paths in MemoryExtensions (#20855)Levi Broderick4-74/+128
2019-03-18Correct ignored align attributeSinan Kaya1-2/+2
2019-03-18Const has static linkageSinan Kaya1-2/+2
2019-03-17Remove old filesSinan Kaya4-279/+0
2019-03-17Correct current script dir detectionSinan Kaya3-12/+15
2019-03-17Fix conversion issuesSinan Kaya7-11/+11
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 x86 dumps from HandleFatalError showing misleading callstack (#23289)Elinor Fung6-5/+35
2019-03-16Fix typo (#23300)Nikita Potapenko15-24/+24
2019-03-16JIT: clear stub register assignment for tail calls via helper (#23288)Andy Ayers1-0/+12
2019-03-15Introduce COMPlus arm64 HW intrinsics knobs (#23244)Bruce Forstall4-26/+55
2019-03-15Add siVarLoc::Equals (#23275)Brian Bohe2-0/+76
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub2-6/+6
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung4-186/+201
2019-03-15Fix formatting errorBrian Sullivan1-13/+13