summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka4-32/+0
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka3-0/+18
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka4-11/+10
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka4-6/+5
2017-04-11Merge pull request #10882 from adityamandaleeka/double_init_appdomain_creationAditya Mandaleeka1-6/+1
2017-04-11Merge pull request #10877 from adityamandaleeka/handle_table_local_gc_nullchecksAditya Mandaleeka3-14/+15
2017-04-11Move files to shared CoreLib partition (#10885)Jan Kotas38-643/+432
2017-04-11Merge pull request #10816 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka7-272/+202
2017-04-11Merge pull request #10867 from AndyAyersMS/FixSingleDefBugAndy Ayers1-1/+5
2017-04-11CoreFx #15622 Dictionary<TKey, TValue>.Remove(TKey, out TValue) (#10203)Mandar Sahasrabuddhe1-0/+48
2017-04-11Merge pull request #10880 from BruceForstall/ArmCommonBruce Forstall10-4706/+3935
2017-04-11Merge pull request #10876 from pgavlin/VSO406156Pat Gavlin1-6/+5
2017-04-11Move a few more types from CoreFX to CoreLib (#10893)Jan Kotas8-0/+1667
2017-04-11Merge pull request dotnet/corert#3288 from dotnet/nmirrorJan Kotas9-28/+0
2017-04-11Create common files for ARM32 and ARM64 common codeBruce Forstall10-4706/+3935
2017-04-11Merge pull request dotnet/corert#3285 from dotnet/nmirrorJan Kotas3-9/+0
2017-04-10Do not spill eeStack after ldtoken opcode. (#10215)Sergey Andreenko2-1/+21
2017-04-10Remove double initialization of variables in app domain creation.Aditya Mandaleeka1-6/+1
2017-04-10Fix some static methods on ThreadPool to wait for initialization (#10869)Koundinya Veluri1-141/+59
2017-04-10Merge pull request #10782 from parjong/fix/x86_funclet_unwindingBruce Forstall6-17/+55
2017-04-10Move handle null checks to VM side.Aditya Mandaleeka3-14/+15
2017-04-10Merge pull request #10866 from pgavlin/VSO405852Pat Gavlin1-2/+48
2017-04-10Fix a few errors in cast decomposition.Pat Gavlin1-6/+5
2017-04-10empty array (#10841)Dan Moseley17-39/+39
2017-04-10Merge pull request #10814 from rartemev/ilasm_reference_resolver_fixRoman Artemev1-1/+6
2017-04-10Merge pull request #10808 from sdmaclea/PR-ARM64-enable-initblk-unrollBruce Forstall3-32/+54
2017-04-11Extract genInterruptible setting as a separate regionJonghyun Park1-5/+9
2017-04-11Use hasPartialArgInfo instead of isPartialArgInfoJonghyun Park1-10/+10
2017-04-10Format code.Pat Gavlin1-2/+2
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka7-272/+202
2017-04-10Fix VSO bug 405852.Pat Gavlin1-2/+48
2017-04-10Add back UnmanagedType.LPUTF8Str (#10859)Jan Kotas1-0/+1
2017-04-10CoreLib Build System portability updates (#10839)Rew9-154/+138
2017-04-10Fix contract to allow call into GarbageCollect() to throw (#10856)Koundinya Veluri1-1/+1
2017-04-10Merge pull request #10823 from adityamandaleeka/move_variable_handle_creationAditya Mandaleeka4-27/+17
2017-04-10Add empty System.Runtime.CompilerServices.RuntimeFeature.IsSupported() API (#...Omar Tawfik2-0/+20
2017-04-10Added netstandard corelib into ilasm reference resolverRoman Artemev1-1/+6
2017-04-10Fix perf penalty for creating dictionaries the easy way. (#10855)Atsushi Kanamori1-1/+1
2017-04-10Jit: fix issue with single-def type propagationAndy Ayers1-1/+5
2017-04-10[Arm64] Cleanup/fix InitBlkUnrollSteve MacLean, Qualcomm Datacenter Technologies, Inc2-9/+12
2017-04-10Implement slicing APIs for ArraySegment<T> (#9926)James Ko1-25/+101
2017-04-10Incorrect parameter order found by PVS-Studio (#10497)Ilya1-1/+1
2017-04-10Get rid of "#if FEATURE_RANDOMIZED_STRING_HASHING" in shared partition. (#10851)Atsushi Kanamori3-68/+1
2017-04-10Forbid lea without index and base. (#10771)Sergey Andreenko2-14/+20
2017-04-10Delete FEATURE_READYTORUN define for CoreLib build (#10840)Jan Kotas1-3/+0
2017-04-10[x86/Linux] Set ResumeEsp as Caller Sp when unwond to native frame (#10838)Jonghyun Park1-1/+3
2017-04-10[x86/Linux] 16-byte aligned ResolveWorkerChainLookupAsmStub (#10754)Jonghyun Park1-0/+8
2017-04-10* Fixed issue, when structures with many fields had wrong size in dwarf (#10797)Buyduck1-2/+2
2017-04-09Move files to shared CoreLib partition (#10837)Jan Kotas31-411/+323
2017-04-09Move variable handle creation.Aditya Mandaleeka4-27/+17