platform/upstream/coreclr.git
2016-02-26 Jan VorlicekFix stack walker on Unix
2016-02-23 Andy AyersMerge pull request #3300 from dotnet/InlineRefactor4f
2016-02-23 Jan KotasMerge pull request #3301 from stephentoub/fix_guid_tryparse
2016-02-23 Jan KotasMerge pull request #3307 from krytarowski/netbsd-support-56
2016-02-23 Andy AyersInlineRefactoring: capture remaining failing cases...
2016-02-23 Lubomir LitchevMerge pull request #3303 from LLITCHEV/PutArgStk-GC...
2016-02-23 Jan KotasMerge pull request #3304 from andschwa/sigchld
2016-02-23 Aditya MandaleekaMerge pull request #3248 from adityamandaleeka/twowaypi...
2016-02-23 Lubomir LitchevFix a hole in the GC generated for PutArgStructStk.
2016-02-23 Kamil RytarowskiFix build issue on NetBSD: Include <stdarg.h> for va_list
2016-02-22 Andrew SchwartzmeyerRemove mask of SIGCHLD
2016-02-22 Jan KotasMerge pull request #3293 from jkotas/r2r-default-callconv
2016-02-22 Jan KotasMerge pull request #3298 from jkotas/ryujit-version
2016-02-22 William GodbeMerge pull request #3302 from wtgodbe/datetime
2016-02-22 stephentoubFix Guid.TryParse to not throw FormatException
2016-02-22 Eugene RozenfeldMerge pull request #3244 from erozenfeld/SIMDInit
2016-02-22 Sejong OhMerge pull request #3259 from sejongoh/add_corefx_minopts
2016-02-22 Sejong OhAdd minopts and fix few bugs
2016-02-22 William GodbeIntegrate ToF version of DateTimeKind test to prevent...
2016-02-22 Jan KotasMerge pull request #3294 from jkotas/delete-zero-offset...
2016-02-22 Rahul KumarMerge pull request #3266 from rahku/Helix
2016-02-22 Rahul Kumaradd helix run support to coreclr repo
2016-02-22 Jan KotasUpdate RyuJIT package version
2016-02-22 Carol EidtMerge pull request #3270 from CarolEidt/x86TypeCtxtOnFrame
2016-02-22 Gaurav KhannaMerge pull request #3282 from gkhanna79/WinX86Nuget
2016-02-22 Jan KotasDelete FEATURE_REF_ZERO_OFFSET_ALLOWED
2016-02-22 Andy AyersMerge pull request #3289 from AndyAyersMS/InlineRefactor4e
2016-02-22 Jan KotasUse default calling convention small type widening...
2016-02-22 Gaurav KhannaGenerate WinX86 Nuget package
2016-02-22 Matt MitchellMerge pull request #3286 from sejongoh/add_export
2016-02-22 Jan VorlicekMerge pull request #3255 from juergenhoetzel/build_scri...
2016-02-22 Matt EllisMerge pull request #3260 from gkhanna79/CentOS
2016-02-22 Jan KotasMerge pull request #3290 from krytarowski/netbsd-support-55
2016-02-22 Kamil RytarowskiTemporarily disable paltest_pal_sxs_test1 on NetBSD
2016-02-21 Kamil RytarowskiFix typo in the name of the paltest_getcurrentthread_te...
2016-02-21 Andy AyersInline refactoring: split up depth and recursion checks
2016-02-21 Andy AyersMerge pull request #3275 from AndyAyersMS/InlineRefactor4d
2016-02-21 Jan KotasMerge pull request #3278 from jamesqo/patch-7
2016-02-21 Jan KotasMerge pull request #3285 from krytarowski/netbsd-support-54
2016-02-21 Sejong OhAdd export to define environment variables
2016-02-21 Kamil RytarowskiFix test issue on NetBSD: Walk-around getrusage(2)...
2016-02-21 James KoShort-circuit for empty strings in Insert/Remove
2016-02-21 Jan KotasMerge pull request #3280 from jamesqo/patch-8
2016-02-21 Jan KotasMerge pull request #3279 from krytarowski/netbsd-support-53
2016-02-20 Kamil RytarowskiRemove trailing whitespace
2016-02-20 James KoAvoid string allocations in some Concat overloads
2016-02-20 Kamil RytarowskiDisable not relevant tests for NetBSD: SCHED_OTHER...
2016-02-20 Sergiy KuryataMerge pull request #3265 from wtgodbe/coverage
2016-02-20 Jan KotasMerge pull request #3262 from wtgodbe/disable
2016-02-20 Jan KotasMerge pull request #3274 from jamesqo/patch-5
2016-02-20 James KoRemove unnecessary ref parameters from String.cs
2016-02-20 Jan KotasMerge pull request #3221 from jamesqo/patch-5
2016-02-20 Jan KotasMerge pull request #3269 from JoshVarty/master
2016-02-20 Jan KotasMerge pull request #3273 from krytarowski/netbsd-support-52
2016-02-20 Kamil RytarowskiDisallow setting of priority for SCHED_OTHER threads...
2016-02-20 Juergen HoetzelFix misleading typo
2016-02-20 Juergen HoetzelHandle CMakeArgs correctly
2016-02-20 Carol EidtMark compTypeCtxtArg as lvOnFrame
2016-02-20 Josh VartyFix ecma-spec link
2016-02-20 Rama krishnan... Merge pull request #2998 from ramarag/LongFileSupport
2016-02-20 Andy AyersInlineRefactoring: start to capture failures in the...
2016-02-20 Rama Krishnan... This Change Adds initial Support for LongFiles in the VM,
2016-02-20 Eugene RozenfeldFix for SIMD intrinsic Initialize expansion.
2016-02-20 Aditya MandaleekaAdd PID disambiguation to debugger named semaphores.
2016-02-20 Kyungwoo LeeMerge pull request #3257 from kyulee1/cleanbuild
2016-02-20 Gaurav Khanna... Fixes to build CentOS CoreCLR Nuget Package
2016-02-20 Jan KotasMerge pull request #3236 from mikedn/noinline-new
2016-02-19 William GodbeAdd option to runtest.sh to generate code coverage...
2016-02-19 Matt EllisMerge pull request #3256 from ellismg/add-rhel72-badge
2016-02-19 Matt MitchellMerge pull request #3264 from dotnet/revert-3253-add_pr...
2016-02-19 Matt MitchellRevert "Fix PR trigger for ubuntu/osx corefx testing"
2016-02-19 Hongtao YuMerge pull request #3254 from hoyMS/bug2388
2016-02-19 Kyungwoo LeeFix clean test build
2016-02-19 Hongtao YuDo not transform user-implemented math intrinsics that...
2016-02-19 William GodbeDisable tests failing on OSX
2016-02-19 Matt EllisAdd RHEL Badges
2016-02-19 Matt MitchellMerge pull request #3253 from sejongoh/add_pr_trigger_f...
2016-02-19 Andy AyersMerge pull request #3247 from AndyAyersMS/InlineRefactor4c
2016-02-19 Sergiy KuryataMerge pull request #3241 from wtgodbe/cscbench
2016-02-19 Sergiy KuryataMerge pull request #3250 from janvorli/fix-explicit...
2016-02-19 Brian SullivanMerge pull request #3242 from briansull/arm64conds
2016-02-19 Tarek Mahmoud... Merge pull request #3238 from tarekgh/DateTimeRefactor
2016-02-19 Sejong OhFix PR trigger for ubuntu/osx corefx testing
2016-02-19 Jan VorlicekFix the explicit frames unwinding on Unix
2016-02-19 Lubomir LitchevMerge pull request #3243 from LLITCHEV/structDesc-clone
2016-02-19 Carol EidtMerge pull request #3135 from CarolEidt/x86VirtualStubD...
2016-02-19 Lubomir LitchevAdded code to clone the structDesc member of GT_CALL.
2016-02-19 Andy AyersInlineRefactor: rename inlExpLst to InlineContext
2016-02-19 Andy AyersMerge pull request #3237 from AndyAyersMS/InlineRefactor4b
2016-02-19 Aditya MandaleekaDisambiguate debug pipe names with more than just PID.
2016-02-19 Brian SullivanMade the changes suggested fromn code reviewers
2016-02-19 William Godbestop copying of bad System.Runtime version
2016-02-18 Brian SullivanAdded enum CompareKind as input to genJumpKindForOper()
2016-02-18 Andy AyersInline refactoring: capture failing observation for...
2016-02-18 Carol EidtEnable Virtual Stub calls that are direct for x86
2016-02-18 Tarek Mahmoud... Small refactoring in DateTime comparing methods
2016-02-18 Mike DanesDo not define global inline new/delete operators
2016-02-18 Andy AyersMerge pull request #3229 from AndyAyersMS/InlineRefactor4a
2016-02-18 Aditya MandaleekaMerge pull request #3219 from adityamandaleeka/twowaypi...
2016-02-18 Richard L FordMerge pull request #3222 from richardlford/testswithref...
next