Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-30Stabilize object file images (#4818)Simon Nattress
2017-10-30ARM32: Fix RhCommonStub and RhGetCurrentThunkContext (#4833)Petr Bred
2017-10-28Merge pull request #4828 from luqunl/AssemblyMetadataLuqun Lou
2017-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-10-27Make EventSourcException serializable in corert scenarios (#14716)Viktor Hofer
2017-10-27Added wrappers for Div and Mod helpers (#4788)sergey ignatov
2017-10-27Merge pull request #4812 from jkotas/x64-coopJan Vorlicek
2017-10-27CR feedbackJan Kotas
2017-10-26Merge pull request #4814 from dotnet/nmirrorJan Kotas
2017-10-26Kick UserDefinedTypeDescriptor out of CommonMichal Strehovsky
2017-10-26Push proper RBP frame in PUSH_COOP_PINVOKE_FRAMEJan Kotas
2017-10-26Port EventSource Nuget Package Changes (dotnet/coreclr#14669)Brian Robbins
2017-10-26Merge pull request #4786 from brianrob/eventsource_resource_stringsBrian Robbins
2017-10-26Debugger expect EEtype symbol to be of the format "const " <typename>::'vft...Tijoy Tom Kalathiparambil
2017-10-26Merge pull request #4805 from dotnet/nmirrorJan Kotas
2017-10-26NonGenericConstrainedCallDesc incorrect key handlingDavid Wrighton
2017-10-25Rollback the change for VirtualMethodFix - this break amd64chk buildAndrew Au
2017-10-25Marking Memory struct as readonly, fixing corefx#23809 (#14684)Ahson Khan
2017-10-25DefineConstants fix for System.Private.InteropLuqun Lou
2017-10-25Use WinRT Types from CoreRTLuqun Lou
2017-10-25Enable debug info in Release builds of the runtime (#4798)Jan Kotas
2017-10-25VirtualMethodFix - This change fixes the currently broken interface method di...Andrew Au
2017-10-25ProjectX: Emit the canonical form as the debug types for lazy generic types.dotnet-bot
2017-10-25Merge pull request #4790 from dotnet/nmirrorMichal Strehovský
2017-10-25Exclude CoreCLR and Mono flavors of S.P.Interop from building in CoreRTMichal Strehovsky
2017-10-25Fixing the way we write the valuetype padding to match exactly what the binde...Fadi Hanna
2017-10-25Adding support for the DefaultConstructorMap hashtable, to enable proper cons...Fadi Hanna
2017-10-25Fixes for dependency tracking around EETypes and templatesDavid Wrighton
2017-10-24Emit virtual method slot info for projectx , iterate over all constructed EE...Tijoy Tom Kalathiparambil
2017-10-24Add missing resource strings for EventSource.Brian Robbins
2017-10-24Search/replace _DEBUG => DEBUGJan Kotas
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas
2017-10-24Cleanup BCLDebugJan Kotas
2017-10-24Add some WellKnown WinRT Types for MiniWinRTLuqun Lou
2017-10-23Emit switch in wasm (#4769)Juan Antonio Cano
2017-10-23Allow rooting a generic method in RD.XML (#4775)Michal Strehovský
2017-10-23ProjectX: Set the canonical unboxing stub as the template method for GVMs of ...dotnet-bot
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-23Remove low value purpose comments (dotnet/coreclr#14653)aerotog
2017-10-23Port changes in non-shared partitionJan Kotas
2017-10-23Hide post exception stack frames (dotnet/coreclr#14652)Ben Adams
2017-10-23Emit donothing on nop. Fix #4529 (#4776)Juan Antonio Cano
2017-10-21Merge pull request #4772 from dotnet/nmirrorJan Kotas
2017-10-21Rename MemoryHandle PinnedPointer to Pointer and add property HasPointer. (#1...Ahson Ahmed Khan
2017-10-21Added support for ldsfld/stsfld/ldsflda/ldflda including general value type s...Jeff Greene
2017-10-21Enable GetRuntimeClassName for MiniWinRTLuqun Lou
2017-10-21Enable LibraryInitializer for Mcg on miniwinrtLuqun Lou
2017-10-21[tfs-changeset: 1678781]dotnet-bot
2017-10-21Add a project file for Mcg On MiniWinRTLuqun Lou
2017-10-20[ILVerify] Instantiate generic constraints on initialization (#4758)Samuel Arzt