summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Merge pull request #2195 from wtgodbe/getcpuWilliam Godbe4-2/+39
2015-12-04Merge pull request #2198 from brianrob/xplateventloggerBrian Robbins1-0/+4
2015-12-04Implemented GetCurrentProcessorNumber and HasGetCurrentProcessorNumberWilliam Godbe4-2/+39
2015-12-04Merge pull request #2227 from kyulee1/rcJan Vorlicek17-135/+179
2015-12-03Merge pull request #2219 from kouvel/ConcurrentGcJan Kotas2-10/+22
2015-12-03Refactoring resource stringKyungwoo Lee17-135/+179
2015-12-03Merge pull request #2204 from kyulee1/unixcomJan Kotas5-9/+19
2015-12-03Merge pull request #2226 from jkotas/gc-updateJan Kotas6-85/+114
2015-12-03Update GC from CoreRTJan Kotas6-85/+114
2015-12-03Merge pull request #2210 from stephentoub/semaphore_in_mscorlibJan Kotas5-1/+217
2015-12-03Lib unixcoreruncommonKyungwoo Lee5-9/+19
2015-12-02Merge pull request #2205 from sergiy-k/executablememorySergiy Kuryata6-32/+350
2015-12-02Fix perf issue when concurrent GC is enabled by defaultKoundinya Veluri2-10/+22
2015-12-02Merge pull request #2202 from mikem8361/sosfixesMike McLaughlin14-126/+1641
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin14-126/+1641
2015-12-02Address code review feedbackSergiy Kuryata3-102/+130
2015-12-02Port System.Threading.Semaphore from corefx to mscorlibstephentoub5-1/+217
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata5-31/+321
2015-12-02Integrate GC fix to compensate for OS bugJan Kotas1-7/+12
2015-12-01Fix regression on desktop introduce by #2164Jan Kotas3-3/+3
2015-12-01Fix ArgumentOutOfRangeException in XplatEventLogger.Brian Robbins1-0/+4
2015-11-30Merge pull request #1671 from wtgodbe/QueryThreadCycleTimeWilliam Godbe13-77/+481
2015-11-28Merge pull request #2180 from justinvp/charenumeratorJan Kotas1-8/+1
2015-11-27Remove duplicate code in CharEnumeratorJustin Van Patten1-8/+1
2015-11-27Fix mismatched use of new and deleteJuergen Hoetzel1-1/+1
2015-11-25Integrate bug fixes from desktopJan Kotas5-38/+40
2015-11-25Merge pull request #2167 from steveharter/StdArgJan Vorlicek1-1/+1
2015-11-25Merge pull request #2138 from LLITCHEV/SysVTestsLubomir Litchev3-55/+80
2015-11-25Merge pull request #2166 from kyulee1/ildasm2Jan Kotas15-69/+248
2015-11-25Fix unicode input on the command lineSteve Harter1-1/+1
2015-11-25Enable ILDASM for WindowsKyungwoo Lee15-69/+248
2015-11-25Merge pull request #2161 from jkotas/xunit-updateJan Kotas2-4/+4
2015-11-25Merge pull request #2160 from alexandrnikitin/gentree-remove-duplicationJan Kotas1-1/+0
2015-11-25Make app shutdown wait for secondary threadsJan Vorlicek5-7/+7
2015-11-25Remove duplicate assignment in Compiler::gtNodeHasSideEffectsAlexandr Nikitin1-1/+0
2015-11-24Update xunit version to 2.1.0Jan Kotas2-4/+4
2015-11-24Fixes for Issues #s 2105 and 2106.Lubomir Litchev3-55/+80
2015-11-24Don't enable Concurrent GC on Unix by defaultSergiy Kuryata1-2/+1
2015-11-24Small architecture specific changes to fix the build on linux arm64.jashook2-30/+35
2015-11-24Restoring the fix to WriteEvent with null/empty arrays that was over written ...David Mason1-42/+64
2015-11-24Merge remote-tracking branch 'upstream/master'David Mason164-3682/+28743
2015-11-24Merge pull request #2149 from alexandrnikitin/optimizer-remove-unsed-varJan Kotas1-1/+0
2015-11-24Merge pull request #2142 from steveharter/IcuPerfSteve Harter1-29/+34
2015-11-24Improve DateTime.Parse performance by reducing string comparisonsSteve Harter1-29/+34
2015-11-24Open sourcing ILDASMdotnet-bot76-0/+25172
2015-11-24Remove unused variable from Optimizer Compiler::optHoistLoopExprsForTree methodAlexandr Nikitin1-1/+0
2015-11-23Delete code under !NO_CRT defineJan Kotas16-401/+7
2015-11-21Fix GenTreeBoundsChk:: gtThrowKind check in GenTree::Compare()Maks Naumov1-1/+1
2015-11-20Merge pull request #2112 from ellismg/cache-ucollatorsStephen Toub3-49/+124
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe13-77/+481