platform/upstream/coreclr.git
2016-04-15 Aditya MandaleekaMerge pull request #4372 from krytarowski/netbsd-support-66
2016-04-15 Kamil RytarowskiThe RAND_MAX value can vary by platform
2016-04-15 Rama krishnan... Merge pull request #4347 from ramarag/zapnyi
2016-04-15 Jan VorlicekMerge pull request #4140 from myungjoo/implement/4040
2016-04-15 Jan KotasMerge pull request #3240 from krytarowski/netbsd-support-50
2016-04-15 Gaurav KhannaMerge pull request #4359 from gkhanna79/ROLibFix2
2016-04-15 Jose Perez... Merge pull request #4361 from joperezr/AddServiceableAt...
2016-04-15 Koundinya VeluriMerge pull request #4352 from kouvel/ArmAssertFix
2016-04-15 Pat GavlinMerge pull request #4338 from pgavlin/AddJit32Build
2016-04-15 Matt MitchellMerge pull request #4363 from mmitche/update-corefx...
2016-04-15 Matt MitchellUpdate the corefx copy steps to point to the new location
2016-04-15 Jose Perez... Adding Serviceable attribute to mscorlib
2016-04-15 Gaurav KhannaDelayLoadAndFixWinRTInterop
2016-04-15 Jan KotasMerge pull request #4355 from dotnet-bot/from-tfs
2016-04-15 MyungJoo HamImplement StartUnwindingNativeFrames Linux/ARM
2016-04-15 Jan VorlicekMerge pull request #4260 from myungjoo/fix/4259
2016-04-15 Koundinya VeluriFix assertion failure on ARM
2016-04-15 Jan KotasMerge pull request #4340 from jkotas/equality-comparer
2016-04-15 Jan KotasMerge pull request #4353 from myungjoo/fix/4107
2016-04-15 MyungJoo HamARM/Linux: Mark r0-r3 Saved
2016-04-15 Pat GavlinMerge pull request #4343 from pgavlin/SeparateBitPosition
2016-04-15 Jan KotasFix razzle build breaks in bcl.win
2016-04-15 MyungJoo HamStyle fix: remove obsolete contents
2016-04-15 Jan KotasUse beforefieldinit field for Comparer/EqualityComparer...
2016-04-14 Matt EllisMerge pull request #4326 from dotnet-bot/from-tfs
2016-04-14 Andy AyersMerge pull request #4335 from AndyAyersMS/InlineStrategy
2016-04-14 Rama Krishnan... Removing NYI for ZapUnwindData
2016-04-14 Pat GavlinMake it possible to build JIT32 in the OSS tree.
2016-04-14 Fadi HannaMerge pull request #4339 from fadimounir/deltests
2016-04-14 Fadi HannaDelete fragile tests (will fix tests in a later PR)
2016-04-14 Pat GavlinMove `BitPosition` into its own file.
2016-04-14 Andy AyersInliner: introducing InlineStrategy
2016-04-14 Jan VorlicekMerge pull request #4330 from janvorli/fix-sigsegv...
2016-04-14 Jan KotasFix full framework build break
2016-04-14 Pat GavlinMerge pull request #4322 from pgavlin/TlsLogEnv
2016-04-14 Pat GavlinMerge pull request #4314 from pgavlin/GcInfoSList
2016-04-14 Jan VorlicekFix potential deadlock when calling ExecutionManager...
2016-04-14 Jose Perez... Merge pull request #4308 from joperezr/RemoveWarnings
2016-04-14 Jose Perez... Updating BuildTools
2016-04-14 Russ KeldorphMerge pull request #4327 from RussKeldorph/structinregs
2016-04-14 Jan VorlicekFix possibility of deadlock in the SIGSEGV handler
2016-04-14 Russ KeldorphFix structinregs test on x86
2016-04-14 Jan KotasAdd back Path APIs needed by UWP
2016-04-13 tijoytomMerge pull request #4297 from tijoytom/master
2016-04-13 Pat GavlinCollect the JIT's TLS variables in a single type.
2016-04-13 Matt MitchellMerge pull request #4320 from mmitche/add-reporting
2016-04-13 Matt MitchellAdd reporting functionality to the coreclr netci file
2016-04-13 Matt MitchellMerge pull request #4319 from mmitche/archive-needed
2016-04-13 Matt MitchellOnly archive dylib and .so files from the native corecl...
2016-04-13 Tijoy Tom Kalathipar... Disabling the failing struct by value scenario.
2016-04-13 Brian RobbinsMerge pull request #4068 from Lucrecious/master
2016-04-13 Pat GavlinRefactor `MemoryBlockDesc`.
2016-04-13 Carol EidtMerge pull request #4303 from CarolEidt/NoBarrierLclVarAddr
2016-04-13 Zhicheng ZhuEnable SOS gcInfo command. All it does basically is...
2016-04-13 Pat GavlinReplace `SList` in the GC info encoders.
2016-04-13 Fadi HannaMerge pull request #4295 from fadimounir/typesystemtests
2016-04-13 Russ KeldorphMerge pull request #4310 from RussKeldorph/arglist
2016-04-13 Carol EidtNo GC barrier needed for LclVar address expressions
2016-04-13 Kyungwoo LeeMerge pull request #4302 from kyulee1/badtest
2016-04-13 Kyungwoo LeeARM64: Tests update
2016-04-13 Kamil RytarowskiFix issue unveiled on NetBSD: Add PAL__vsnprintf shadow...
2016-04-13 Koundinya VeluriMerge pull request #4074 from kouvel/SoftwareWriteWatch
2016-04-13 Russ KeldorphPort arglist tests for x86 and ARM
2016-04-13 SivarvMerge pull request #4273 from sivarv/multireg2
2016-04-12 Pat GavlinMerge pull request #4255 from pgavlin/GcInfoArrayList
2016-04-12 Koundinya VeluriImplement software write watch and make concurrent...
2016-04-12 Russ KeldorphMerge pull request #4278 from RussKeldorph/t1
2016-04-12 Matt MitchellMerge pull request #4296 from mmitche/fix-prefix-casing
2016-04-12 sivarvRefactoring changes to use ReturnTypeDesc in codegenxarch.
2016-04-12 Swaroop SridharMerge pull request #4279 from swaroop-sridhar/GC
2016-04-12 Fadi HannaBulk port of TypeSystem test cases
2016-04-12 Pat GavlinClean up StructArrayList for GC info.
2016-04-12 Jan VorlicekMerge pull request #4292 from janvorli/hw-exceptions...
2016-04-12 Kyungwoo LeeMerge pull request #4294 from kyulee1/fixsp
2016-04-12 Matt MitchellFix output casing of prefix dir
2016-04-12 Russ KeldorphFix two "missing DLL" test failures
2016-04-12 Lubomir LitchevMerge pull request #4085 from LLITCHEV/Issue3618-1
2016-04-12 Zhicheng Zhufix GCInfo build problem, tested a few simple "HelloWor...
2016-04-12 Kyungwoo LeeARM64: Fix for recording SP for handler.
2016-04-12 Jan KotasMerge pull request #4290 from leemgs/upstream-clang38
2016-04-12 Stephen ToubMerge pull request #4187 from stephentoub/lcts_dispose_...
2016-04-12 Jan VorlicekFix hardware exception handling in native code on BSD
2016-04-12 MyungJoo HamARM: fix build warning for unw usage
2016-04-12 Jan VorlicekMerge pull request #4280 from krytarowski/netbsd-support-59
2016-04-12 Geunsik LimAdd clang-3.8 into build.sh
2016-04-12 David MasonMerge pull request #4274 from davmason/master
2016-04-12 Lubomir LitchevFix a bug in the code for inserting a tree in the linea...
2016-04-12 Kamil RytarowskiUse _lwp_self() in THREADSilentGetCurrentThreadId(...
2016-04-12 Sejong OhMerge pull request #4101 from sejongoh/detect_ldsfld_ac...
2016-04-12 Mike McLaughlinMerge pull request #4277 from mikem8361/rpath
2016-04-12 Mike McLaughlinUnable to debug coreclr apps on Debian 8.2 (Issue ...
2016-04-11 Mike McLaughlinMerge pull request #4218 from mikem8361/symbols
2016-04-11 Andy AyersMerge pull request #4272 from AndyAyersMS/FixSpectralNorm
2016-04-11 Swaroop SridharGCInfo: Fix ARM64 GCInfo decoding
2016-04-11 Sean GillespieMerge pull request #4113 from swgillespie/long_running_gc
2016-04-11 David MasonBuffer sending of large manifests
2016-04-11 Aditya MandaleekaMerge pull request #4157 from chuckries/master
2016-04-11 Maoni StephensMerge pull request #4266 from janvorli/fix-brick-table...
2016-04-11 Yi Zhang (CLR)Merge pull request #4261 from yizhang82/byvalarray_fix
2016-04-11 Mike McLaughlinAdd symbol packages for coreclr runtime.
next