summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Add the coreclr blob feed as a restore source for test builds. (#22839)Jeremy Koritzinsky1-14/+0
2019-02-25Special-case 1 module per assembly in Assembly.GetTypes/DefinedTypes (#22825)Stephen Toub2-2/+10
2019-02-25Remove buildpipelines (#22835)Steve MacLean2-217/+0
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara10-515/+3
2019-02-25Move WaitHandle to shared CoreLib (#22634)Filip Navara10-615/+519
2019-02-25Merge pull request #22796 from ericstj/splitILAsmCopyEric StJohn1-16/+24
2019-02-23fix BSWAP16 intrinsic handling of signed values (#22666)Clinton Ingram1-1/+2
2019-02-23Move AssemblyLoadContext to shared partition (#22685)Marek Safar5-683/+675
2019-02-22Make System.Runtime.CompilerServices.Unsafe inbox (dotnet/corefx#35526)Eric StJohn1-1/+0
2019-02-22Remove 'from HRESULT' (#22782)Dan Moseley3-8/+0
2019-02-22Change Environment.Version to return product version (#22664)Jan Kotas2-4/+37
2019-02-22Correctly build packages for linux-musl-arm64 (#22793)Jarret Shook1-0/+3
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal10-28/+107
2019-02-22Add fatal error details printing (#22789)Jan Vorlicek2-17/+48
2019-02-22Split out copy of Ilasm and make it optionalEric St. John1-16/+24
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