platform/upstream/dotnet/runtime.git
2015-10-22 Matt EllisMerge pull request dotnet/coreclr#1848 from dotnet...
2015-10-22 Rama Krishnan... Addressing Desktop Build break due to addition of a...
2015-10-22 Stephen ToubMerge pull request dotnet/coreclr#1816 from stephentoub...
2015-10-22 Cagri AslanMerge pull request dotnet/coreclr#1840 from caslan...
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 dotnet/coreclr#1833 from kouvel...
2015-10-22 Matt MitchellMerge pull request dotnet/coreclr#1839 from mmitche...
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 dotnet/coreclr#1820 from richlander...
2015-10-22 Koundinya VeluriMove some functions to allow them to be inlined with...
2015-10-22 Brian RobbinsMerge pull request dotnet/coreclr#1827 from brianrob...
2015-10-22 Rama krishnan... Merge pull request dotnet/coreclr#1751 from ramarag...
2015-10-22 Matt EllisMerge pull request dotnet/coreclr#1828 from ellismg...
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 dotnet/coreclr#1809 from mmitche...
2015-10-21 Matt MitchellAdd x86 builds to CI (most off by default)
2015-10-21 Nate AmundsonMerge pull request dotnet/coreclr#1788 from naamunds...
2015-10-21 Nate AmundsonUpdate Linux and OS X build instructions
2015-10-21 Aditya MandaleekaMerge pull request dotnet/coreclr#1780 from adityamanda...
2015-10-21 Aditya MandaleekaAdd STANDARD_VM_CONTRACT and remove loop that's no...
2015-10-21 Lakshmi PriyaMerge pull request dotnet/coreclr#1824 from Priya91...
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 dotnet/coreclr#1822 from janvorli...
2015-10-21 Jan VorlicekRemove new operator usage in PAL
2015-10-21 Stephen ToubMerge pull request dotnet/coreclr#1808 from om3n07...
2015-10-21 Matt EllisMerge pull request dotnet/coreclr#1804 from dotnet...
2015-10-21 Bryan P. ArantMerge pull request dotnet/coreclr#1817 from bryanar...
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 dotnet/coreclr#1744 from Priya91...
2015-10-21 Aditya MandaleekaMerge pull request dotnet/coreclr#1813 from adityamanda...
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 dotnet/coreclr#1806 from LLITCHEV...
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 dotnet/coreclr#1811 from mikem8361...
2015-10-20 Jan VorlicekMerge pull request dotnet/coreclr#1805 from sergiy...
2015-10-20 Mike McLaughlinFix issue dotnet/coreclr#1782 unhanded exceptions don...
2015-10-20 Mike McLaughlinFix assert when unhandled exception is unwound and...
2015-10-20 Matt MitchellMerge pull request dotnet/coreclr#1775 from mmitche...
2015-10-20 Matt MitchellFixup
2015-10-20 MattCorrect comments on Array sorting methods
2015-10-20 Aditya MandaleekaMerge pull request dotnet/coreclr#1803 from adityamanda...
2015-10-20 Sergiy KuryataDisable DEBUG_MESSAGES in release build of CoreCLR PAL
2015-10-20 Jan KotasMerge pull request dotnet/coreclr#1802 from jkotas...
2015-10-20 Stephen ToubMerge pull request dotnet/coreclr#1800 from stephentoub...
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 dotnet/coreclr#1785 from bryanar...
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 dotnet/coreclr#1789 from jkotas...
2015-10-16 Jan KotasAdd CrstTypeTool source code
2015-10-16 Rama krishnan... Merge pull request dotnet/coreclr#1779 from ramarag...
2015-10-16 dotnet-botFix Windows x86 build - use macro for friend declaration
2015-10-16 Koundinya VeluriMerge pull request dotnet/coreclr#1786 from kouvel...
2015-10-16 RamaControlling Xplat Event logging:
2015-10-16 Nick GuerreraMerge pull request dotnet/coreclr#1783 from nguerrera...
2015-10-16 Koundinya VeluriFix Windows x86 build - use macro for friend declaration
2015-10-16 Nick GuerreraMerge pull request dotnet/coreclr#1781 from nguerrera...
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 dotnet/coreclr#1778 from swaroop...
2015-10-15 Matt EllisMerge pull request dotnet/coreclr#1777 from dotnet...
2015-10-15 Swaroop SridharFix a comment in GcInfoEncoder.h
2015-10-15 Bryan P. ArantMerge pull request dotnet/coreclr#1690 from bryanar...
2015-10-15 Matt EllisAdd missing .gitmirror file.
2015-10-15 Matt MitchellFixup
2015-10-15 Michelle McDanielMerge pull request dotnet/coreclr#1770 from adiaaida...
2015-10-15 Matt MitchellAdd coreclr Linux tests to CI definition
2015-10-15 Jan KotasMerge pull request dotnet/coreclr#1773 from jkotas...
2015-10-15 Michelle McDanielSkip Crossgen of mscorlib for x86
2015-10-15 Jan KotasCleanup GC-EE Interface
2015-10-15 Matt MitchellMerge pull request dotnet/coreclr#1769 from mmitche...
2015-10-15 Jan KotasMerge pull request dotnet/coreclr#1772 from anurse...
next