summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Fixes deserializaing TimeZoneInfo by putting back the IDeserializationCallbac...Morgan Brown1-1/+18
2017-06-01[x64/Linux] Use correct argument registers in InterpreterStub (#12002)Jonghyun Park2-6/+12
2017-05-31Merge pull request #11988 from stephentoub/fix_fdsStephen Toub6-8/+30
2017-05-31Remove GCX_PREEMP call when allocating a buffer. (#12016)Brian Robbins1-1/+6
2017-05-31Post-Serialization cleanup fixes to Reflection (#12010)Atsushi Kanamori11-90/+50
2017-05-31Delete useless file (#12021)mikedn1-0/+0
2017-05-31Disable inheritance of several common file descriptorsStephen Toub6-6/+28
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-30/+8
2017-05-31Fix issues with RelativePointer instead of RelativeFixupPointer (#12004)gbalykov1-1/+1
2017-05-31Expose Enumerator members out of EnvironmentAugments. (#11980)Atsushi Kanamori2-69/+64
2017-05-30Merge pull request #11995 from ViktorHofer/SerializationFollowUpKrzysztof Wicher1-1/+0
2017-05-30Allowing larger segment size for SOH, in preparation for enabling it for NoGC...Maoni Stephens2-37/+47
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov11-153/+205
2017-05-31Internal hashtable serialization attribute removedViktor Hofer1-1/+0
2017-05-30Coretype variables renamed back to netfx counterpart for reflection based ser...Viktor Hofer19-336/+364
2017-05-30Merge pull request #11977 from mskvortsov/FixDoubleRegArgNextCarol Eidt2-0/+16
2017-05-30Merge pull request #11872 from hqueue/arm/ryujit/dodge_lowering_long_cmpPat Gavlin1-0/+8
2017-05-30Skip cast nodes for the tail call check. (#11986)Sergey Andreenko1-1/+9
2017-05-30Fix build breakJan Kotas1-0/+2
2017-05-30Moves windows specific field to Debug.Windows.cs file (dotnet/corert#3733)Marek Safar1-2/+0
2017-05-30Use FD_CLOEXEC instead of equivalent 1 in InternalCreatePipeStephen Toub1-2/+2
2017-05-30Remove Debian Armel (#11978)Gaurav Khanna1-3/+0
2017-05-30RyuJIT/arm32: Fix double argument passingMikhail Skvortcov2-0/+16
2017-05-30Fix failures in ETW logging on 4GB aware 32 bit processes (#11941)Vance Morrison3-6/+6
2017-05-30Merge pull request #11972 from hseok-oh/ryujit/issue_11971Carol Eidt1-1/+1
2017-05-30Merge pull request #11973 from hseok-oh/ryujit/issue_11837Carol Eidt1-2/+1
2017-05-30[RyuJIT/ARM32] Fix assertion failed 'remainingSize == TARGET_POINTER_SIZE'Hyeongseok Oh1-2/+1
2017-05-30[RyuJIT/ARM32] Fix offset of struct argument when using stackHyeongseok Oh1-1/+1
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn8-50/+120
2017-05-29added DWARF exprloc for static value class fields (#11911)Buyduck1-8/+37
2017-05-28Fix build breaksMorgan Brown2-15/+3
2017-05-27IDeserializationCallback cleanupMorgan Brown7-160/+12
2017-05-26ISerializable cleanup (#11873)Morgan Brown129-1529/+221
2017-05-26Move rundown to the same code-site where we do ETW rundown before EEShutdown ...Brian Robbins1-5/+5
2017-05-26Merge pull request #11920 from briansull/crossgen-tuningBrian Sullivan1-11/+0
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko27-250/+234
2017-05-26Merge pull request #11823 from hqueue/arm/ryujit/lsra_gc_helperCarol Eidt1-2/+2
2017-05-26EETypeHashTable lookups can deadlock with GC during comparison with unrestore...Jan Kotas1-0/+9
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred13-9/+32
2017-05-26[RyuJIT/ARM32] Update RMB for helper functionHyung-Kyu Choi1-2/+2
2017-05-25Merge pull request dotnet/corert#3709 from dotnet/nmirrorMichal Strehovský4-0/+45
2017-05-26Merge pull request #11917 from JosephTremoulet/RationalCallJoseph Tremoulet1-3/+12
2017-05-25Remove the check that requires an instrumented flags for mscorlib when collec...Brian Sullivan1-11/+0
2017-05-25Merge pull request #11878 from CarolEidt/ContainLclVarsCarol Eidt6-40/+60
2017-05-25Merge pull request #11880 from mskvortsov/FixSetRegToCondPat Gavlin1-4/+11
2017-05-25Make untracked lclVars containedCarol Eidt6-40/+60
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins12-34/+98
2017-05-25Clear GTF_CALL from non-calls in rationalizeJoseph Tremoulet1-3/+12
2017-05-24Adds System.Runtime.CompilerServices.Runtimefeature.PortablePdb (#11845)Tomáš Matoušek1-2/+12
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka3-27/+6