summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph4-43/+73
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe6-23/+86
2018-01-25Resolve iterators and async methods (#14655)Ben Adams1-3/+64
2018-01-25Merge pull request #16005 from CarolEidt/Fix15848Carol Eidt7-28/+5
2018-01-25Minor bug fix for Array.Sort: Replace keys.Length with length for FloorLog2Pl...nietras2-6/+6
2018-01-25[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)Konstantin Baladurin1-3/+5
2018-01-24Disable the ConvertToUInt intrinsics by removing them from simdintrinsiclist.hCarol Eidt6-31/+3
2018-01-24Disable FP to Unsigned Vector ConversionsCarol Eidt3-5/+10
2018-01-24Delete Ptr typedefs from jit src. (#15983)Sergey Andreenko16-222/+214
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin4-18/+14
2018-01-24Reflection-block some types in CoreLib (dotnet/corert#5286)Michal Strehovský1-0/+1
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie12-0/+99
2018-01-24Merge pull request #15980 from CarolEidt/Fix15932Carol Eidt2-40/+64
2018-01-23Delete dead code (#15990)Jan Kotas12-296/+2
2018-01-23Merge pull request #15949 from mikedn/shift-inconsistencyBruce Forstall4-94/+53
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie19-22/+542
2018-01-23Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (#15988)Levi Broderick3-0/+64
2018-01-23Catch ambiguous interface method resolution exceptions (#15978)Michal Strehovský1-3/+22
2018-01-23Do not devirtualize shared default interface methods (#15979)Michal Strehovský1-0/+8
2018-01-23Adjust minRegs for SELECT stress modesCarol Eidt2-40/+64
2018-01-22Misc Span/Memory changes (#15941)Ian Hays7-56/+144
2018-01-22Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan1-1/+1
2018-01-22Remove .NET limit on env var name and value lengthdanmosemsft1-0/+1
2018-01-22Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)Jan Kotas9-292/+215
2018-01-22Merge pull request #15942 from tannergooding/no-multireg-simdTanner Gooding3-16/+84
2018-01-21Fix Windows ARM release build break (#15958)Jan Kotas1-1/+1
2018-01-21Stop the SIMD hardware intrinsics types from undergoing crossgen.Tanner Gooding1-1/+15
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik35-1720/+14
2018-01-21Rename Libraries.GlobalizationInterop to Libraries.GlobalizationNativeJan Kotas22-108/+97
2018-01-20Define Interop.Kernel32.MAX_PATH (#15952)Jan Kotas8-24/+30
2018-01-20Merge pull request #15948 from fiigii/fix-ifdefBruce Forstall1-2/+2
2018-01-20Fix timezone lookup to be consistently case insensitive (#15951)Jan Kotas1-1/+1
2018-01-20Merge pull request #15936 from GrabYourPitchforks/levib/memory_nullrefJeremy Barton2-2/+2
2018-01-20Add optional integer offset to OwnedMemory Pin (#15946)Ahson Khan4-23/+3
2018-01-20Fix 64 bit shift inconsistencies (on 32 bit targets)Mike Danes4-94/+53
2018-01-19#if defined(_TARGET_XARCH_) || defined(_TARGET_ARM64_)Fei Peng1-2/+2
2018-01-19Merge pull request #15945 from dotnet-bot/from-tfsBruce Forstall16-50/+60
2018-01-19Break current culture initialization cycle (#15938)Jan Kotas3-59/+18
2018-01-19Merge pull request #15903 from CarolEidt/Fix545505Carol Eidt1-21/+41
2018-01-19Fix desktop buildBruce Forstall16-50/+60
2018-01-19Updating the VM to no longer treat the SIMD HWIntrinsic types as HFA or Multi...Tanner Gooding3-15/+69
2018-01-19Merge pull request #15836 from tannergooding/emitInsBinaryTanner Gooding1-278/+324
2018-01-19CharUnicodeInfo.GetUnicodeCategory(int codePoint) (#15911)Nobuyuki Iwanaga3-7/+7
2018-01-19Merge pull request #15798 from sdmaclea/PR-ARM64-Set-Instruction-Set-FlagsCarol Eidt4-2/+74
2018-01-19Merge pull request #15933 from sdmaclea/PR-ARM64-EMIT-COMPARE-ZEROCarol Eidt1-0/+52
2018-01-19Merge pull request #15935 from sdmaclea/PR-ARM64-IRREGULAR-NOTCarol Eidt1-18/+8
2018-01-19Merge pull request #15930 from mikedn/useless-codeCarol Eidt1-10/+0
2018-01-19Stop treating all calls to instance interface methods as callvirt (#15925)Michal Strehovský1-1/+8
2018-01-19Remove Redundant Resource entry (#15928)Tarek Mahmoud Sayed2-6/+2
2018-01-19Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas9-101/+67