platform/upstream/coreclr.git
2015-10-22 Eugene RozenfeldMerge pull request #1830 from erozenfeld/RotateBits
2015-10-22 Matt EllisMerge pull request #1848 from dotnet-bot/from-tfs
2015-10-22 Rama Krishnan... Addressing Desktop Build break due to addition of a...
2015-10-22 Stephen ToubMerge pull request #1816 from stephentoub/string_indexo...
2015-10-22 Cagri AslanMerge pull request #1840 from caslan/customnotificationfix
2015-10-22 stephentoubUpdate IndexOfOrdinalIgnoreCase to use full code units
2015-10-22 stephentoubImprove string.{Last}IndexOf perf on Unix for Ordinal...
2015-10-22 Koundinya VeluriMerge pull request #1833 from kouvel/Inline2
2015-10-22 Matt MitchellMerge pull request #1839 from mmitche/fix-linux-coreclr...
2015-10-22 Matt MitchellA couple tweaks to coreclr linux tests
2015-10-22 Cagri AslanFixed an issue with getting event size not working...
2015-10-22 Matt EllisMerge pull request #1820 from richlander/rich-cleanup
2015-10-22 Koundinya VeluriMove some functions to allow them to be inlined with...
2015-10-22 Brian RobbinsMerge pull request #1827 from brianrob/tracinginit
2015-10-22 Rama krishnan... Merge pull request #1751 from ramarag/eventsource
2015-10-22 Eugene Rozenfeld Generate efficient code for rotation patterns.
2015-10-22 Matt EllisMerge pull request #1828 from ellismg/fix-directory...
2015-10-22 RamaEnable EventSource Logging in Linux via Lttng
2015-10-22 Matt EllisFix directory casing of `regressions' in test/src
2015-10-22 Brian RobbinsInitialize LTTng tracepoint provider as part of loading...
2015-10-21 Matt MitchellMerge pull request #1809 from mmitche/add-x86-builds
2015-10-21 Matt MitchellAdd x86 builds to CI (most off by default)
2015-10-21 Nate AmundsonMerge pull request #1788 from naamunds/UpdateXplatDoc
2015-10-21 Nate AmundsonUpdate Linux and OS X build instructions
2015-10-21 Aditya MandaleekaMerge pull request #1780 from adityamandaleeka/libraryS...
2015-10-21 Aditya MandaleekaAdd STANDARD_VM_CONTRACT and remove loop that's no...
2015-10-21 Lakshmi PriyaMerge pull request #1824 from Priya91/fixbug
2015-10-21 Aditya MandaleekaAlways attempt to load specified DLL name first before...
2015-10-21 Aditya MandaleekaRemove ReversePInvoke test from failing tests list.
2015-10-21 Aditya MandaleekaMove prefix/suffix logic to dllimport
2015-10-21 Lakshmi Priya... Fix lpFileName leak in InternalCreateProcess.
2015-10-21 Stephen ToubMerge pull request #1822 from janvorli/fix-pal-new...
2015-10-21 Jan VorlicekRemove new operator usage in PAL
2015-10-21 Stephen ToubMerge pull request #1808 from om3n07/master
2015-10-21 Matt EllisMerge pull request #1804 from dotnet-bot/from-tfs
2015-10-21 Bryan P. ArantMerge pull request #1817 from bryanar/pri1testfix
2015-10-21 Richard LanderRemove bad wording
2015-10-21 Richard LanderAdd attribution for lookup3.c
2015-10-21 Richard LanderRemove duplicate license
2015-10-21 Richard LanderAdd attribution for RFC 3492
2015-10-21 Richard LanderCorrect attribution for UUIDs and GUIDs
2015-10-21 Richard LanderRemove NR reference
2015-10-21 Lakshmi PriyaMerge pull request #1744 from Priya91/palstring-rest
2015-10-21 Aditya MandaleekaMerge pull request #1813 from adityamandaleeka/pal_cleanup
2015-10-21 Lakshmi Priya... Fix boundary bugs on buffer lengths. Include null char...
2015-10-20 Bryan ArantFixing some pri1 tests.
2015-10-20 Lubomir LitchevMerge pull request #1806 from LLITCHEV/SystemVStructs
2015-10-20 Lubomir LitchevImplementation of System V ABI struct passing.
2015-10-20 Aditya MandaleekaRemove unused full_cleanup parameter
2015-10-20 Mike McLaughlinMerge pull request #1811 from mikem8361/exceptfix
2015-10-20 Jan VorlicekMerge pull request #1805 from sergiy-k/nodebugmsgs
2015-10-20 Mike McLaughlinFix issue #1782 unhanded exceptions don't generate...
2015-10-20 Mike McLaughlinFix assert when unhandled exception is unwound and...
2015-10-20 Matt MitchellMerge pull request #1775 from mmitche/add-coreclr-linux...
2015-10-20 Matt MitchellFixup
2015-10-20 MattCorrect comments on Array sorting methods
2015-10-20 Aditya MandaleekaMerge pull request #1803 from adityamandaleeka/fix_4cf34fe
2015-10-20 Sergiy KuryataDisable DEBUG_MESSAGES in release build of CoreCLR PAL
2015-10-20 Jan KotasMerge pull request #1802 from jkotas/networking
2015-10-20 Stephen ToubMerge pull request #1800 from stephentoub/invariant_cas...
2015-10-20 Aditya MandaleekaRevert some changed files from an incorrectly merged...
2015-10-20 Rama Krishnan... addressing desktop build failure
2015-10-20 Jan KotasDelete remaining vestiges of PAL networking support
2015-10-19 stephentoubFix Turkish i casing with invariant culture
2015-10-19 Bryan P. ArantMerge pull request #1785 from bryanar/managed-test...
2015-10-19 Lakshmi Priya... Removed #ifndef CORECLR blocks from shmemory.
2015-10-19 Lakshmi Priya... Remove MAX_LONGPATH constraint checks from file name...
2015-10-19 Lakshmi Priya... Use StackString in PAL file apis.
2015-10-19 dotnet-botManaged Test Port
2015-10-17 Jan KotasFix build break with WindowsOS CRT
2015-10-17 Jan KotasMerge pull request #1789 from jkotas/crsttypetool
2015-10-16 Jan KotasAdd CrstTypeTool source code
2015-10-16 Rama krishnan... Merge pull request #1779 from ramarag/control_xplat_eve...
2015-10-16 dotnet-botFix Windows x86 build - use macro for friend declaration
2015-10-16 Koundinya VeluriMerge pull request #1786 from kouvel/BuildFix
2015-10-16 RamaControlling Xplat Event logging:
2015-10-16 Nick GuerreraMerge pull request #1783 from nguerrera/explicit-locati...
2015-10-16 Koundinya VeluriFix Windows x86 build - use macro for friend declaration
2015-10-16 Nick GuerreraMerge pull request #1781 from nguerrera/expose-mvid
2015-10-16 Nate AmundsonPass __IntermediatesDir to msbuild in build.sh
2015-10-16 Nick GuerreraBe explicit about exposing Assembly.Location in model.xml
2015-10-16 Aditya MandaleekaRemove unnecessary condemnation and suspension in PALCo...
2015-10-16 Aditya MandaleekaRemove CPalSynchronizationManager::Shutdown
2015-10-16 Aditya MandaleekaRemove unused step logic from PALCommonCleanup.
2015-10-15 Matt MitchellFixup
2015-10-15 Matt MitchellFixup
2015-10-15 Matt MitchellFixup
2015-10-15 Matt MitchellFixup
2015-10-15 Nick GuerreraExpose Module.ModuleVersionId
2015-10-15 Jan KotasMerge pull request #1778 from swaroop-sridhar/comment
2015-10-15 Matt EllisMerge pull request #1777 from dotnet-bot/from-tfs
2015-10-15 Swaroop SridharFix a comment in GcInfoEncoder.h
2015-10-15 Bryan P. ArantMerge pull request #1690 from bryanar/changes-to-test...
2015-10-15 Matt EllisAdd missing .gitmirror file.
2015-10-15 Matt MitchellFixup
2015-10-15 Michelle McDanielMerge pull request #1770 from adiaaida/addSkipMscorlib
2015-10-15 Matt MitchellAdd coreclr Linux tests to CI definition
2015-10-15 Jan KotasMerge pull request #1773 from jkotas/gcee-cleanup
2015-10-15 Michelle McDanielSkip Crossgen of mscorlib for x86
2015-10-15 Jan KotasCleanup GC-EE Interface
next