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-03-12[marshal] Fix VARIANT marshaling in structs (#20917)Aleksey Kliger (λgeek)
2021-02-02[mbr] Add a global has_updates flag (#20812)monojenkins
2021-01-15Mono: support CallConvSuppressGCTransition (#20746)monojenkins
2021-01-11[Mono] Initial metadata update support (#20629)monojenkins
2021-01-06[Mono][jit] Emit GC transitions for "calli unmanaged" instructions (#20713)monojenkins
2020-12-11[metadata] Generate type-3 GUIDs for interfaces. (#20499)Rémi Bernon
2020-09-18[metadata] Assorted enhancements for some CIL image formats (#20405)Aleksey Kliger (λgeek)
2020-06-26[metadata] Implement PreserveBaseOverridesAttribute and covariant returns sup...monojenkins
2020-05-29[mono] Implement AssemblyBuilder.GetReferencedAssemblies (#19818)monojenkins
2020-04-09[metadata] Handle MONO_TYPE_FNPTR case in collect_type_images (#19434)Jeff Smith
2020-04-01Ensure generic parameter constraint type is included when building image (#19...Alex Thibodeau
2020-03-31[runtime] Fix a problem with PR #19361. (#19374)Zoltan Varga
2020-03-30[runtime] Allocate the memory for gshared gparams from image sets. (#19361)Zoltan Varga
2020-03-10[mono] Include filename in Invalid image error messages (#19112)monojenkins
2020-02-22[metadata] Mark mono_signature_get_return_type external only (#18990)Aleksey Kliger (λgeek)
2020-02-21[mono/metadata] add definitions for ENCLog/ENCMap (#18976)monojenkins
2020-02-06Stack corruption running full AOT interpreter using ValueTuple. (#18710)Johan Lorensson
2020-01-03[metadata] Size 0 Blob heap is ok when resolving assembly refs (#18313)Aleksey Kliger (λgeek)
2020-01-02[loader] Add assembly name matching on netcore to fix DefaultContext test (#1...Ryan Lucia
2019-10-02Some external_only/internal split, and inlining. (#17012)Jay Krell
2019-09-20Fix check for SafeHandle typesFilip Navara
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-31Always marshal a class as a COM interface if it has the InterfaceType attribu...Zebediah Figura
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-11[metadata] Respect unmanaged calling conventions in function signatures. (#15...Zebediah Figura
2019-04-05[metadata] Don't free_aggregate_modifiers in mono_metadata_free_type (#13785)Aleksey Kliger (λgeek)
2019-03-14Custom modifier equivalence, duplication, appending and inflation (#13320)Aleksey Kliger (λgeek)
2019-02-21Fix some compiler warnings (#13044)Nikolay Sivov
2019-01-08Fix warnings and build errors when bumping Mono on alternative Windows platfo...lateralusX
2018-12-03Layout should not be host-sensitive, only target-sensitive. (#11885)Jay Krell
2018-10-26Partially exclude custom modifiers from metadata type equality (#11134)Katelyn Gadd
2018-10-12mono_class_from_mono_type to mono_class_from_mono_type_internal to skip GC mo...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-05ifdef HAVE_ARRAY_ELEM_INIT is not actually guarding code that uses C99 array ...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-08-08[cxx] various fixes in mono/metadata (#9815)Jay Krell
2018-08-03[runtime] Cross32 changes. (#9848)Zoltan Varga
2018-07-27[cxx] C++ deprecates the "register" keyword.Jay Krell
2018-07-27[cxx] C++ does not have designated initializers.Jay Krell
2018-07-18Add GC Unsafe thread state transitions to MONO_API functions - third batch (#...Aleksey Kliger (λgeek)
2018-07-14[Coop] Cominterop and marshal conversion. (#9503)Jay Krell
2018-06-29[runtime] Second batch of GC Unsafe thread state transitions for the MONO_API...Aleksey Kliger (λgeek)
2018-05-17[runtime] Fix the marshalling of class types using MarshalAs(UnmanagedType.St...Zoltan Varga
2018-05-05Free and destroy, of any type, should do nothing, silently, give a null point...Jay Krell