summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan103-6840/+15599
2015-12-11Fix desktop build of ilasmBruce Forstall1-2/+1
2015-12-11Merge pull request #2303 from kyulee1/ilasmJan Vorlicek26-107/+281
2015-12-11Enable ILASM for *nixKyungwoo Lee26-107/+281
2015-12-10Fix race condition in DateTimeOffsetPatternChristopher Currens1-3/+5
2015-12-10Merge pull request #2293 from stephentoub/tickcount_perfStephen Toub3-3/+23
2015-12-10Use CLOCK_MONOTONIC_COARSE in GetTickCount64Stephen Toub3-3/+23
2015-12-10Merge pull request #2292 from janvorli/fix-exception-handling-by-cppJan Vorlicek1-3/+1
2015-12-10Merge pull request #2281 from kyulee1/ilasmJan Kotas14-47/+5113
2015-12-10Merge pull request #2196 from eerhardt/CompareOptions2Eric Erhardt1-28/+273
2015-12-10Fix C++ exception handling when coreclr is loaded before C++ runtimeJan Vorlicek1-3/+1
2015-12-09Merge pull request #2282 from mikem8361/sosdbifixMike McLaughlin6-5/+48
2015-12-09Enable ILASM for WindowsKyungwoo Lee14-47/+5113
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin6-5/+48
2015-12-09Fixing collation for the following scenarios:Eric Erhardt1-29/+56
2015-12-09Merge pull request #2277 from kouvel/FinalizerDeadlockUndoStephen Toub1-6/+0
2015-12-08Merge pull request #2228 from mikem8361/dbiMike McLaughlin9-113/+145
2015-12-08Revert "Disable suspend on shutdown during shutdown finalization"Koundinya Veluri1-6/+0
2015-12-08Fix build breaks after GC updateJan Kotas2-21/+52
2015-12-08Update GC from CoreRTJan Kotas7-99/+59
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin9-113/+145
2015-12-08Merge pull request #2267 from dotnet-bot/from-tfsJan Kotas45-0/+22812
2015-12-08Merge pull request #2207 from kouvel/FinalizerTimeoutJan Kotas1-0/+6
2015-12-08Disable suspend on shutdown during shutdown finalizationKoundinya Veluri1-0/+6
2015-12-08Open sourcing ILASMdotnet-bot45-0/+22812
2015-12-07Add new IPC message for out of context unwinding used for HelperMethodFrames.Mike McLaughlin6-17/+95
2015-12-07Merge pull request #2241 from kyulee1/ildasm3Jan Vorlicek18-102/+368
2015-12-07Address PR feedback.Eric Erhardt1-21/+28
2015-12-07Ensure the collator map is thread safe on SortHandle.Eric Erhardt1-0/+9
2015-12-07Adding support for String CompareOptions IgnoreKanaType and IgnoreWidth on Unix.Eric Erhardt1-3/+160
2015-12-07Adding support for String CompareOptions IgnoreNonSpace and IgnoreSymbols.Eric Erhardt1-5/+33
2015-12-07Convert SortHandle to use a std::map to cache UCollators per option that is p...Eric Erhardt1-19/+36
2015-12-07Enable ildasm for *nixKyungwoo Lee18-102/+368
2015-12-05Remove usage of getcontextBen Pye3-50/+10
2015-12-06Merge pull request #2247 from mikedn/safesehJan Kotas6-46/+28
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes6-46/+28
2015-12-04Update GC from CoreRTJan Kotas6-76/+86
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