summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Merge pull request #1759 from ellismg/format-corefx-codeMatt Ellis12-1204/+1387
2015-10-13Merge pull request #1669 from joperezr/UseNewBclRewriterJose Perez Rodriguez10-16/+37
2015-10-13Merge pull request #1755 from kouvel/DisableTestsKoundinya Veluri1-0/+2
2015-10-13Run format-code.shMatt Ellis10-1204/+1329
2015-10-13Add format-code.sh from CoreFXMatt Ellis2-0/+58
2015-10-13Using DotNetCore version of BclRewriter in mscorlib buildJose Perez Rodriguez10-16/+37
2015-10-13Merge pull request #1756 from mmitche/add-arm-arm64-crossMatt Mitchell1-0/+64
2015-10-13Add missing quoteMatt Mitchell1-2/+2
2015-10-13Use the correct comment styleMatt Mitchell1-2/+2
2015-10-13Add arm64/arm cross builds to CI definitionMatt Mitchell1-0/+64
2015-10-13Disable a couple of tests that are not supported outside WindowsKoundinya Veluri1-0/+2
2015-10-13Merge pull request #1738 from janvorli/fix-cocreate-guidJan Vorlicek9-18/+78
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek9-18/+78
2015-10-12Merge pull request #1753 from ramarag/lttng_checkRama krishnan Raghupathy1-0/+6
2015-10-12Add checks for liblttng-ust-dev at build timeRama1-0/+6
2015-10-13Merge pull request #1749 from janvorli/improve-frame-destructorJan Vorlicek2-7/+12
2015-10-12Merge pull request #1746 from kouvel/PerfFix2Koundinya Veluri4-9/+134
2015-10-13Improve frame destructor performanceJan Vorlicek2-7/+12
2015-10-12Add some fast paths that are missing outside WindowsKoundinya Veluri4-9/+134
2015-10-12Merge pull request #1739 from jasonwilliams200OK/masterJan Kotas1-4/+3
2015-10-11Merge pull request #1598 from ramarag/enablelttngRama krishnan Raghupathy39-203/+25248
2015-10-11This enables Lttng Logging for CoreClr,Rama39-203/+25248
2015-10-10code,pal: Removes unused headers.Peter Jas1-4/+3
2015-10-09Merge pull request #1733 from kouvel/PerfFixJan Kotas6-10/+108
2015-10-09Merge pull request #1723 from steveharter/FixDefaultLocaleSteve Harter6-65/+116
2015-10-09Merge pull request #1737 from dotnet-bot/from-tfsJan Kotas9-7/+376
2015-10-09Add support for obtaining default locale in Linux and fix issue with @collati...Steve Harter6-65/+116
2015-10-09Add allocation fast path for arrays of value type elements outside WindowsKoundinya Veluri6-10/+108
2015-10-09Fix contracts so scanRuntime@x86chk task succeedsBruce Forstall2-0/+4
2015-10-09Merge pull request #1719 from stephentoub/sb_directionStephen Toub4-7/+7
2015-10-09Merge pull request #1722 from stephentoub/casing_branchesStephen Toub1-25/+45
2015-10-08Merge pull request #1721 from richardlford/fixruntimecontractRichard L Ford1-1/+1
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot7-7/+372
2015-10-08Merge pull request #1726 from janvorli/fix-win-coreconsoleJan Kotas1-2/+4
2015-10-09Fix Windows CoreConsole property listJan Vorlicek1-2/+4
2015-10-08Improve string.ToLower/ToUpper perfstephentoub1-25/+45
2015-10-08Merge pull request #1706 from mmitche/update-badgesMatt Mitchell1-4/+4
2015-10-08Merge pull request #1724 from mmitche/reenable-suseMatt Mitchell1-2/+2
2015-10-08Reenable OpenSuSE PRsMatt Mitchell1-2/+2
2015-10-08Merge pull request #1720 from janvorli/fix-osx-activation-and-exception-colli...Jan Vorlicek1-33/+47
2015-10-08Merge pull request #1689 from Priya91/palstringLakshmi Priya3-27/+51
2015-10-08Fix incorrect runtime contract for FailedAssembly::InitializeRichard L Ford1-1/+1
2015-10-08Merge pull request #1718 from stephentoub/stringcasing_allocationsJan Kotas1-10/+11
2015-10-08Fix OSX hardware exception and activation collisionJan Vorlicek1-33/+47
2015-10-08Merge pull request #1683 from krixalis/masterAditya Mandaleeka1-9/+9
2015-10-08Fix additional StringBuilder directions in corefx Unix codestephentoub3-5/+5
2015-10-08Merge pull request #1711 from mikem8361/unhandMike McLaughlin1-6/+11
2015-10-08Add Null check to lib_name before getting string length.Lakshmi Priya Sekar2-3/+14
2015-10-08Add [Out] to a couple of StringBuilders in DllImportsstephentoub1-2/+2
2015-10-08Reduce allocations in string.ToLower/ToUpper on Unixstephentoub1-10/+11