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
AgeCommit message (Expand)Author
2018-01-04Add option to block all metadata in an assembly (#5199)Michal Strehovský
2017-12-24Add algorithm to compute the MaxStack valueMichal Strehovský
2017-12-15[tfs-changeset: 1683889] (#5116)dotnet bot
2017-12-12ProjectX Changes to the UpdateTypeFloatingDictionary APIdotnet-bot
2017-12-08Overhaul ToString in the type system (#5065)Michal Strehovský
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-20Break dependencies in TypeLoaderExportsMichal Strehovsky
2017-11-16Decouple BCL module list from MRTTomas Rylek
2017-11-12Make Canon types inherit from MetadataTypeMichal Strehovsky
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-11-03GetLoadedModules-2dotnet-bot
2017-10-31Adding data structure support for methods on RuntimeDeterminedTypes. This is ...Fadi Hanna
2017-10-30Bug fixes for dynamic reflection invoke using the call converter:Fadi Hanna
2017-10-30Fixing template computation for special array types (MD arrays and arrays of ...Fadi Hanna
2017-10-29Merge pull request #4831 from dotnet/masterJan Kotas
2017-10-27dd IsDotNetFrameworkProductAssembly for Framework Assemblylouluqun
2017-10-27ProjectX: Variant interface method resolving supportdotnet-bot
2017-10-27UnboxingThis - in case of calling an instance method on a ValueType - VIL alw...Andrew Au
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-25VirtualMethodFix - This change fixes the currently broken interface method di...Andrew Au
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-18Merge pull request #4747 from dotnet/nmirrorJan Kotas
2017-10-18Fix build break with latest VS preview (#4748)Jan Kotas
2017-10-16Remove `_baseTypeCached` field from `NoMetadataType`Michal Strehovsky
2017-10-13FuncEvalInterfaceDispatch - Allow calling method defined on an interface thro...Andrew Au
2017-10-06FuncEvalVirtualDispatch - Enable doing real virtual function dispatch in Func...Andrew Au
2017-10-06Remove Thunk created during DynamicCCWLuqun Lou
2017-09-27Fix 482096: Fixing the Vtable offset value in generic dictionary cells for dy...Fadi Hanna
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-09-13These changes provide a way for ProjectX/CoreRT to get the target of custom i...Fadi Hanna
2017-09-01Merge pull request #4435 from dotnet/nmirrorMichal Strehovský
2017-08-31Fix type loader handling of __Canon in CoreRTMichal Strehovsky
2017-08-31Merge pull request #4370 from dotnet/nmirrorMichal Strehovský
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-30Buildtools update (#4414)Jan Kotas
2017-08-29ProjectX: Enable dynamic construction of the floating generic dictionarydotnet-bot
2017-08-28Merge pull request #4400 from dotnet/masterJan Kotas
2017-08-24Make Assembly.Load() throw same exception as CoreCLR (#4376)Atsushi Kanamori
2017-08-24Port recent AssemblyName parsing/binder changes from CoreCLR (#4373)Atsushi Kanamori
2017-08-24CoreRT implementation for the GetCodeTarget API, to decode unboxing stubsFadi Hanna
2017-08-22TypeLoader APIs to build the floating portion of a generic dictionary.Fadi Hanna
2017-08-22Merge pull request #4354 from dotnet/nmirrorJan Kotas
2017-08-22Make C# discards compileMichal Strehovský
2017-08-22Emit IsByRefLike flag on generic definitions (#4346)Michal Strehovský
2017-08-19Improve diagnosability of Expression.Lambda(Expression.Constant(123)).Compile...Michal Strehovsky
2017-08-16• Fix native layout encoding for USG vtable methods requiring a calling con...Fadi Hanna
2017-08-10The value of the ValueTypePaddingField wasn't computed correctly. We were inc...Fadi Hanna