summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal10-28/+107
2019-02-22Add fatal error details printing (#22789)Jan Vorlicek2-17/+48
2019-02-22Ignore EINVAL/EBADF errors from FTruncate in FileStream.Init (#22788)Stephen Toub1-1/+11
2019-02-22R2RDump - Gracefully handle inability to parse GC InfoSimon Nattress1-1/+9
2019-02-22More GNUC Fixes (#22687)Sinan Kaya22-43/+87
2019-02-22Store information about partial ngen in R2R images (#22680)Michal Strehovský6-2/+21
2019-02-21Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (#22741)David Mason2-1/+2
2019-02-21Cleanup unnecessary COUNTER_ONLY (#22759)Jan Kotas2-2/+2
2019-02-21Add exception counter (#22734)Sung Yoon Whang7-3/+22
2019-02-21Merge pull request #22731 from briansull/issue-22436Brian Sullivan1-1/+30
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang32-927/+9
2019-02-21increasing LocalGC version to 3 for 3.0 (#22751)Maoni Stephens1-1/+1
2019-02-21Clean up unused parameters around Assembly::Load (#22716)Marek Safar6-77/+27
2019-02-21MispellingBrian Sullivan1-1/+1
2019-02-21Support COM events (#22721)Aaron Robinson9-282/+1120
2019-02-21Added enclosing brances for if/then stmtsBrian Sullivan1-0/+6
2019-02-21JIT: handle preference miss two register xmm return case (#22733)Andy Ayers1-9/+7
2019-02-21Enable the HWIntrinsic extension methods and remove the instance implementati...Tanner Gooding10-1383/+845
2019-02-20Move Thread to shared CoreLib (dotnet/corefx#35462)Filip Navara18-0/+4813
2019-02-20Reduce struct copy by 1 in ValueTask.GetAwaiter (#22738)Ben Adams3-10/+10
2019-02-20Removed some dead codeAndrew Au1-18/+7
2019-02-20Fix Isuue 22436 - noway_assert 'expTyp == cseLclVarTyp' in optcse.cppBrian Sullivan1-1/+24
2019-02-20Use ThrowHelper in ManualResetValueTaskSourceCore (#22714)Stephen Toub2-8/+10
2019-02-20Fix bug introduced during cleanup in JapaneseLunisolarCalendar (#22717)Stephen Toub1-1/+1
2019-02-20Allow Task.WaitAny completion to run synchronously (#21245)Ben Adams2-10/+23
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya11-49/+33
2019-02-20Fix race condition in ManualResetValueTaskSourceCore (#22711)Stephen Toub1-1/+1
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin5-22/+15
2019-02-19Add ManagedRuntimeEventSource (#22515)Sung Yoon Whang3-0/+116
2019-02-19Early out from vectored exception handler on uninitialized threads (#22702)Jan Kotas1-3/+9
2019-02-19Use out arguments in UmAlQuraCalendar (#22704)Jan Kotas1-10/+4
2019-02-19Cleanup CoreLib makefiles (#22706)Jan Kotas3-150/+6
2019-02-19Merge pull request #22656 from briansull/fix_arm64_assertBrian Sullivan1-6/+8
2019-02-19Fix formattingBrian Sullivan1-1/+1
2019-02-19Use RunContinuationsAsynchronously in SemaphoreSlim.WaitAsync (#22686)Stephen Toub1-8/+2
2019-02-19Correct the assert to add R8 as a potential valid registerBrian Sullivan1-6/+8
2019-02-19Cleanup Calendars code (#22582)Hugh Bellamy17-4153/+2458
2019-02-19Optimize Vector128/256<T>.Get/WithElement (#22353)Fei Peng4-0/+429
2019-02-19Fail loading types with default interface methods for fragile ngen (#22603)Michal Strehovský2-9/+21
2019-02-18Remove resetting of unmanaged thread locale from thread pool APIs (#22682)Jan Kotas4-61/+3
2019-02-18Fix constrained call corner cases (#22464)Michal Strehovský2-2/+6
2019-02-18Fix warning causing error in warning as error (Windows) (#22660)Ben Adams1-1/+1
2019-02-17Fix Integer Rounding issue and duplicate definition of __deref in sal.h (#22645)Sinan Kaya2-2/+2
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid17-448/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid18-1101/+1097
2019-02-16Avoid pulling in Lazy<T> during startup (#22659)Jan Kotas3-4/+18
2019-02-16Merge pull request #22528 from mikedn/idx-addrCarol Eidt2-55/+61
2019-02-15Set the 'PLATFORM_OSX' constant during OSX build (#22639)Aaron Robinson1-3/+0
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson7-29/+21
2019-02-15Updating some local functions to be 'static' (captureless). (#22635)Tanner Gooding5-528/+528