summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Merge pull request #2079 from mikedn/no-decompJan Kotas1-0/+2
2015-11-17Merge pull request #2082 from BruceForstall/Fix2053Bruce Forstall1-1/+3
2015-11-17Merge pull request #2042 from kouvel/StartupFlagsJan Kotas3-12/+97
2015-11-17Merge pull request #2049 from stephentoub/uuid_generate_randomJan Kotas1-3/+3
2015-11-17Fix RyuJIT assert 'emitCurIG != emitPrologIG'Bruce Forstall1-1/+3
2015-11-17Merge pull request #2016 from steveharter/CMakeSteve Harter12-44/+125
2015-11-17Ifdef out useless codeMike Danes1-0/+2
2015-11-17Merge pull request #1983 from LLITCHEV/SystemVStructsCleanupPat Gavlin4-21/+69
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter12-44/+125
2015-11-16Fixed a bad merge issue and some internal API cleanup.Lubomir Litchev4-21/+69
2015-11-16Fix for a rotation transformation bug.Eugene Rozenfeld1-2/+3
2015-11-15Add USEARCH_DONE check to StartsWith in System.Globalization.Nativestephentoub1-22/+24
2015-11-15Merge pull request #2043 from stephentoub/startsendswith_nullStephen Toub3-16/+16
2015-11-14Use uuid_generate_random instead of uuid_generate in CoCreateGuidstephentoub1-3/+3
2015-11-13Allow setting some startup flags outside WindowsKoundinya Veluri3-12/+97
2015-11-13Remove an unsafe memory write in HeapFreeJohn Chen1-2/+0
2015-11-13Fix buffer overrun in SetMscorlibPathJohn Chen1-4/+6
2015-11-13Pass target string lengths to ICU on Unixstephentoub3-16/+16
2015-11-13Merge pull request #2034 from dotnet-bot/from-tfsJan Kotas1-2/+4
2015-11-12Merge pull request #2033 from brianrob/crossgen_perfmap2Brian Robbins7-58/+374
2015-11-12Merge pull request #2030 from jkotas/vs2015-update1-buildbreakJan Kotas1-1/+1
2015-11-12Merge pull request #2013 from mikem8361/createthreadMike McLaughlin13-58/+171
2015-11-13Merge pull request #2031 from janvorli/fix-exceptions-in-filterJan Vorlicek1-1/+28
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin13-58/+171
2015-11-12Fix inconsistent security annotationsJan Kotas1-2/+4
2015-11-12Enable offline generation of text-based symbol tables for native images. Thi...Brian Robbins7-58/+374
2015-11-12Merge pull request #2024 from jkotas/crossgen-ifdefsJan Kotas5-10/+16
2015-11-12Fix build break on VS2015 Update 1Jan Kotas1-1/+1
2015-11-12Fix processing of unhandled exception in exception filterJan Vorlicek1-1/+28
2015-11-12Merge pull request #2009 from LLITCHEV/Issue1995-1Lubomir Litchev3-17/+89
2015-11-12Merge pull request #2026 from AlfredoMS/async_fixAlfredo Menendez Sancho1-2/+39
2015-11-11Fix for issue 1995.Lubomir Litchev3-17/+89
2015-11-11Merge pull request #2027 from erozenfeld/RotationImprovementsEugene Rozenfeld2-19/+67
2015-11-11Merge pull request #2025 from jkotas/fatal-errorJan Kotas1-1/+2
2015-11-11Implement improvements for rotation matching.Eugene Rozenfeld2-19/+67
2015-11-11Fix Task so that RunContinuationsAsynchronously flag works with all types of ...Alfredo Menendez Sancho1-2/+39
2015-11-11Use volatile store for g_hrFatalErrorJan Kotas1-1/+2
2015-11-11Improve FEATURE_NATIVE_IMAGE_GENERATION ifdefsJan Kotas5-10/+16
2015-11-11Merge pull request #2015 from kouvel/TpaBinderJan Kotas8-13/+41
2015-11-11Merge pull request #2017 from dotnet-bot/from-tfsJan Kotas1-1/+1
2015-11-11Fix a couple of issues involving assembly loadingKoundinya Veluri8-13/+41
2015-11-10Fix for build breakKyungwoo Lee1-0/+2
2015-11-10Merge pull request #1999 from adityamandaleeka/remove_suspensionJan Kotas13-112/+53
2015-11-09System.BitConverter.ToString(Byte[] value, Int32 startIndex, Int32 length) va...dotnet-bot1-1/+1
2015-11-09Remove InternalRand.Aditya Mandaleeka1-22/+1
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka12-90/+52
2015-11-09Merge pull request #1998 from pgavlin/AddNinjaSupportPat Gavlin1-2/+8
2015-11-09Merge pull request #1994 from dotnet-bot/from-tfsJan Kotas6-10/+93
2015-11-09Add support for ninja to the CoreCLR build.Pat Gavlin1-2/+8
2015-11-08Merge pull request #1990 from stephentoub/fix_eventsource_typoVance Morrison1-1/+1