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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-01-05Fix array interface generation if both IList and IReadOnlyList are linked out...monojenkins
2020-12-27[sgen] Use new MonoClassKind MONO_CLASS_GC_FILLER in mono_class_create_array_...monojenkins
2020-12-17[metadata] If a static field fails while computing size, fail the class (#20652)Aleksey Kliger (λgeek)
2020-12-04[Mono] Arrays shouldn't implement linked out generic classeslambdageek
2020-07-18[mono] Fix an assert which happens when marshalling ftnptr types. (#20134)monojenkins
2020-07-13Add some edge case tests for Array.CreateInstance and fix Mono handling (#19796)monojenkins
2020-07-09[metadata] Move rarely used bits out of MonoMethod and give 1 bit back to Mon...monojenkins
2020-06-26[metadata] Implement PreserveBaseOverridesAttribute and covariant returns sup...monojenkins
2020-06-01[mono][metadata] Add a method custom attribute scanning function (#19880)monojenkins
2020-04-15[metadata] Identify when a field is overlapped by a non-object field (#19485)Thays Grazia
2020-04-15Fix missing array ctor(int32,int32) test failures. (#19494)Johan Lorensson
2020-03-04[dim] Class overriding interface method that was already override by another ...Thays Grazia
2020-02-28[runtime] Use pointer size gchandles (#19039)Vlad Brezae
2020-02-02Adjust mono_class_init_internal to no longer bypass cleanup when a failure is...Alex Thibodeau
2020-01-25[jit] Compute has_references correctly for gshared types whose constraint is ...Zoltan Varga
2020-01-23Fix typos (#18546)monojenkins
2020-01-23[jit] Compute the instance size/alignment correctly for gshared types whose c...Zoltan Varga
2019-12-16[metadata] Check for GTDs in setup_generic_array_ifaces (#18101)Ryan Lucia
2019-12-08Add some missing barriers when dealing with global caches (#18032)Jay Krell
2019-12-02[DIM] Fix behavior when there is an override of a method in a generic interfa...Thays Grazia
2019-11-27Cleanup initialize_object_slots, remove unused GetHashCode (ghc) handling. (#...Jay Krell
2019-11-06error_init reduction. (#17712)Jay Krell
2019-10-30[dim][regression] Explicit interface override (#17583)Thays Grazia
2019-09-19Fix build warnings in libmonoruntime. (#16802)Johan Lorensson
2019-09-09Vtable [i] can be null so this should be check before use it. (#16733)Thays Grazia
2019-09-09[llvm] Mark Vector128/Vector256 types as SIMD.Zoltan Varga
2019-08-31Follow convention -- "static inline" is only for .h files, "static" is for .c...Jay Krell
2019-08-18[llvm] Add support for 32 byte AVX types, not enabled yet.Zoltan Varga
2019-08-17[jit] Add a netcore version of simd-intrinsics.c.Zoltan Varga
2019-08-14Completely replace mono_error_ok with is_ok and make first external_only. (#1...Jay Krell
2019-07-30Fix warnings. (#15768)Jay Krell
2019-07-26[metadata] Fields whose types are gparams with a reference type constraint ar...Aleksey Kliger (λgeek)
2019-06-14Implementing reabstraction of default interface methods. (#14790)Thays Grazia
2019-05-23Close two race conditions. (#14510)Jay Krell
2019-05-06Remove special casing (#14155)pedestrianlove
2019-04-10Make nullable embedding API's public. (#13950)Johan Lorensson
2019-04-04[DIM] Do not order implemented interfaces (#13721)Thays Grazia
2019-03-20[metadata][dim] Unexpected System.NotSupportedException in presence of defaul...Thays Grazia
2019-03-13[class-init] Take loader lock around mono_class_setup_interface_id_internalAleksey Kliger
2019-02-27[runtime] Default Interface method fixes. (#13154)Zoltan Varga
2019-02-13[debug-helpers] Include custom modifiers in mono_type_get_desc (#12979)Aleksey Kliger (λgeek)
2019-01-19[netcore] Small runtime changes (#12503)Aleksey Kliger (λgeek)
2019-01-18[class-init] Allow ghc_slot or finalize_slot == 0Aleksey Kliger
2018-12-11Remove ERROR_DECL_VALUE. (#12012)Jay Krell
2018-12-05Split mono_class_init into mono_class_init and mono_class_init_internal, add ...Jay Krell
2018-11-15[metadata] Compute interface offsets of ginst by inflating the GTD instead of...Rodrigo Kumpera
2018-11-14[wasm] Ongoing AOT work. (#11637)Zoltan Varga
2018-10-27[reflection] Implement RuntimeType.IsByRefLike (#11111)Aleksey Kliger (λgeek)
2018-10-22[class] Ensure 'cast_class' is initialized for array type classes. (#11268)Alexis Christoforides