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-13Try to fix #19803 (#19876)alexger97
2021-01-11[Mono] Initial metadata update support (#20629)monojenkins
2020-10-02[metadata] Getting the element size of array of fnptr types is ok (#20446)monojenkins
2020-07-21Allow Debugger attributes to be trimmed in Mono (#20132)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-03-11Fix warnings about misleading indentation. (#19186)Jay Krell
2019-11-06error_init reduction. (#17712)Jay Krell
2019-11-04Intrinsify Activator.CreateInstance<T> for value types with no ctor (#17688)Filip Navara
2019-10-22[reflection] mono_method_get_base_method on a GTD should use canonical ginst ...Aleksey Kliger (λgeek)
2019-10-07Make the mono identifier escape function work like unescape and publicRyan Lucia
2019-10-07[Coop] Convert Get/SetGenericValueImpl. (#17034)Jay Krell
2019-09-19Make case-insensitive class lookup work correctly with exported types (#16652)Ryan Lucia
2019-08-31Follow convention -- "static inline" is only for .h files, "static" is for .c...Jay Krell
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-07-22 Special-case arrays of interfaces/generic parameters in IsAssignableFrom (#1...Ryan Lucia
2019-07-11[netcore] Fix IsAssignableFrom (#15641)Egor Bogatov
2019-06-06Add logic to object array typecheck to handle arrays of unmanaged pointers (#...Ryan Lucia
2019-05-25[coop] Transition various public APIs into an external/internal form to avoid...Ryan Lucia
2019-04-10Make nullable embedding API's public. (#13950)Johan Lorensson
2019-04-04[DIM] Do not order implemented interfaces (#13721)Thays Grazia
2019-04-04[netcore] Improve support for rare enum types (#13825)Filip Navara
2019-03-28[runtime] Revert daf92b9e62a847d521ae314c320d3502fefe217e. (#13696)Zoltan Varga
2019-03-23[DIM] Method call of a class that implements a protected nested interface (#1...Thays Grazia
2019-03-21[dim] System.MethodAccessException is thrown for a protected method declared ...Thays Grazia
2019-03-14Custom modifier equivalence, duplication, appending and inflation (#13320)Aleksey Kliger (λgeek)
2019-03-06Propagate type load errors out of IsAssignableFrom instead of erroneously ret...Katelyn Gadd
2019-03-01[runtime] Optimize array_set_value_impl slow path (#13186)Alexander Kyte
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-05[aot] Avoid AOTing ref instances of methods with valuetype constraints, they ...Zoltan Varga
2018-10-27[reflection] Implement RuntimeType.IsByRefLike (#11111)Aleksey Kliger (λgeek)
2018-10-23[coop] Transition all functions in object.h to MONO_RT_EXTERNAL_ONLY (#11188)Jay Krell
2018-10-16mono_field_get_type to mono_field_get_type_internal to skip GC mode machinery...Jay Krell
2018-10-16Remove GC mode transitions from mono_array_length, and replace with mono_arra...Jay Krell
2018-10-12mono_class_from_mono_type to mono_class_from_mono_type_internal to skip GC mo...Jay Krell
2018-10-12Replace MONO_CLASS_IS_INTERFACE with MONO_CLASS_IS_INTERFACE_INTERNAL to avoi...Jay Krell
2018-10-12mono_method_signature to mono_method_signature_internal to skip GC mode machi...Jay Krell
2018-10-11mono_class_enum_basetype to mono_class_enum_basetype_internal to skip GC mode...Jay Krell
2018-10-11mono_class_is_assignable_from to mono_class_is_assignable_from_internal to sk...Jay Krell
2018-10-05Merge pull request #10962 from kumpera/another_vtable_bugRodrigo Kumpera
2018-10-04Make a bunch of classes optional to the runtime. (#10804)Rodrigo Kumpera
2018-10-03[metadata] Make type dup used by inflate_generic_type be cmod aware. Fixes #1...Rodrigo Kumpera
2018-09-22[Coop] Convert or partially convert mono_domain_try_type_resolve_typebuilder,...Jay Krell
2018-08-23[cxx] [glib] [coop] Auto void* to non-void*, some casts, remove register. (#1...Jay Krell