summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek4-63/+47
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky2-12/+33
2019-01-08Merge pull request #21867 from adityamandaleeka/fix_writebarrier_bounds_checkAditya Mandaleeka1-3/+15
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky6-45/+85
2019-01-08Fix write barrier bounds checks for ARM64 UnixAditya Mandaleeka1-3/+15
2019-01-07Update ceemain.cpp (#21869)Will Cohen1-1/+1
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara8-49/+10
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar7-79/+111
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas7-43/+10
2019-01-04Avoid passing stack crawl mark unnecessarily deep in the call stack. (#21783)Filip Navara4-32/+21
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky1-11/+3
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar3-16/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas11-651/+87
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara8-20/+10
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas3-26/+26
2019-01-02Simplify and improve integer overflow checks in Interop (#21732)Jan Kotas1-6/+5
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams6-22/+8
2019-01-01Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)Jan Kotas3-12/+12
2018-12-31Improve MdUtf8String (#21720)Ben Adams3-22/+0
2018-12-30Add license, keep more of the CriticalHandle logic in the shared fileJan Kotas1-1/+1
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara3-16/+14
2018-12-28Fix warning causing error in warning as error (Windows) (#21697)Ben Adams1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens12-15/+112
2018-12-23Fix warning causing error in warning as error (Windows) (#21656)Ben Adams1-3/+3
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld4-7/+58
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean7-257/+7
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding1-1/+1
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas2-26/+47
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas8-55/+27
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský5-6/+75
2018-12-17Add .NET Core version to EventLog (#21566)Sung Yoon Whang1-1/+12
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-19/+5
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang2-0/+7
2018-12-15Fix warning causing error in warning as error (#21557)Ben Adams1-2/+2
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský2-5/+35
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au2-4/+7
2018-12-13Minor cleanup of the interoputil.h API (#21476)Aaron Robinson2-186/+212
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding1-0/+1
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas17-739/+127
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-3/+27
2018-12-10Delete vm/context.* (#21459)Jan Kotas25-1238/+58
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed1-43/+49
2018-12-08Remove `TryGetGuid()` and `GetDefaultInterfaceForCoclass()` from the (#21447)Aaron Robinson2-111/+53
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson8-66/+162
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky4-5/+4
2018-12-05Delete FEATURE_TREAT_NI_AS_MSIL_DURING_DIAGNOSTICS (#21387)Jan Kotas4-36/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek3-10/+15
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean9-166/+40
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean4-138/+1
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas21-975/+172