summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy59-1320/+3062
2016-02-17Merge pull request #3211 from gregg-miskelly/OSXAttachFixAditya Mandaleeka1-1/+1
2016-02-17Merge pull request #3177 from krytarowski/netbsd-support-47Jan Vorlicek3-8/+14
2016-02-17Fix debugger attach to process on OSXGregg Miskelly1-1/+1
2016-02-17Merge pull request #3203 from AndyAyersMS/FixJitMemoryUsageAndy Ayers1-8/+9
2016-02-17Merge pull request #3173 from mikedn/ssadef-dupRuss Keldorph2-6/+9
2016-02-17Merge pull request #3176 from mikedn/toprefRuss Keldorph5-7/+19
2016-02-17Merge pull request #3187 from manu-silicon/ildasmKyungwoo Lee2-6/+14
2016-02-17Fix issue with excessive memory use by debug and checked jitsAndy Ayers1-8/+9
2016-02-17Fix invalid usage of pointer and SZSTRING_REMAINING_SIZE macroManu1-6/+6
2016-02-16Merge pull request #3200 from dotnet-bot/from-tfsJan Kotas1-2/+4
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski3-8/+14
2016-02-17Fix Init to return False when not being able to load executableManu2-0/+8
2016-02-16Merge pull request #3195 from janvorli/fix-invalid-gcvalueJan Kotas3-3/+3
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek10-111/+139
2016-02-16Finish fixing VSO #190301. DACRaiseException need some STATIC_ contracts.Mike McLaughlin1-2/+4
2016-02-16Fix INVALIDGCVALUE on UnixJan Vorlicek3-3/+3
2016-02-16Merge pull request #3124 from AndyAyersMS/InlineRefactor3Andy Ayers12-181/+646
2016-02-16Merge pull request #3185 from janvorli/fix-exception-severityJan Vorlicek1-0/+24
2016-02-16Avoid unnecessary copies of AllSuccessorIter, LocationInfo and VNDefFunc2ArgMike Danes5-7/+19
2016-02-16Fix missing exception corruption severity settingJan Vorlicek1-0/+24
2016-02-16Inline refactoring: start untangling observation and policyAndy Ayers12-181/+646
2016-02-16Merge pull request #3179 from JohnChen0/crossgen-fprintfJohn Chen1-0/+14
2016-02-15Merge pull request #3183 from janvorli/fix-unwound-funclet-stack-reportingJan Vorlicek1-0/+1
2016-02-15Merge pull request #3157 from benaadams/QueueUserWorkItemCallbackEric Eilebrecht2-18/+78
2016-02-15Fix unwound funclet GC stack reporting on UnixJan Vorlicek1-0/+1
2016-02-15Merge pull request #3170 from krytarowski/netbsd-support-44Jan Vorlicek2-13/+22
2016-02-15Merge pull request #3149 from krytarowski/netbsd-support-41Jan Vorlicek4-5/+35
2016-02-15Merge pull request #3171 from krytarowski/netbsd-support-45Jan Vorlicek5-13/+12
2016-02-15Merge pull request #3160 from josteink/masterJan Vorlicek1-0/+1
2016-02-14Merge pull request #3175 from krytarowski/netbsd-support-46Jan Kotas1-5/+0
2016-02-14Fix fprintf in crossgenJohn Chen (CLR)1-0/+14
2016-02-14Slimmer QueueUserWorkItemCallbackBen Adams2-18/+78
2016-02-14Prefer BSD uuid over libuuidKamil Rytarowski2-13/+22
2016-02-14Merge pull request #3162 from dotnet-bot/from-tfsJan Kotas1-1/+1
2016-02-14Fix build issue on NetBSD: Remove unneeded -nostdinc++ flagKamil Rytarowski1-5/+0
2016-02-14Fix build issue on NetBSD: Add time(3) to PALKamil Rytarowski4-5/+35
2016-02-14Remove duplicate calls to GetPerSsaDataMike Danes2-6/+9
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski5-13/+12
2016-02-13Make the build-process support rtagsJostein Kjønigsen1-0/+1
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin10-111/+139
2016-02-12Merge pull request #3145 from erozenfeld/PreserveCastVNEugene Rozenfeld4-12/+20
2016-02-12Merge pull request #3159 from mikem8361/securityMike McLaughlin2-5/+4
2016-02-12Fix build issue #788907: crossgen /createpdb not workingdotnet-bot1-1/+1
2016-02-12Merge pull request #3153 from briansull/issue_2816_v2Brian Sullivan7-103/+368
2016-02-12Change the transport pipe and dbgshim runtime startup semaphores permissions ...Mike McLaughlin2-5/+4
2016-02-12Fix issues with passing 16-byte structs on Arm64Brian Sullivan7-103/+368
2016-02-12Fix build on NetBSD: Allow to overload definition of wchar_tKamil Rytarowski1-1/+6
2016-02-11Merge pull request #3150 from krytarowski/netbsd-support-42Jan Kotas7-19/+4
2016-02-11Merge pull request #3146 from mikem8361/vso190301Mike McLaughlin2-8/+79