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
path: root/mono
AgeCommit message (Expand)Author
2022-11-01Fix default value to be 20MB (#21573)Neale Ferguson
2022-10-13Fix OP_CHECK_THIS - matches PR#76916 for dotnet runtime (#21562)Neale Ferguson
2022-10-06Fix incorrect version comparison in loader (#21553)Ulrich Weigand
2022-09-02Avoid a crash when the debugger code fails to lookup the signature (#21543)Bill Holmes
2022-09-02CGroup fix to match coreCLR PR 64128 (#21503)Neale Ferguson
2022-08-04Backporting https://github.com/dotnet/runtime/pull/59861 (#21531)Ivan Povazan
2022-07-14[debugger] Fix debugging on Mac and iOS (#21516)Thays Grazia
2022-05-24Set app context to null on thread detach (#21482)Bill Holmes
2022-05-24[mono] Fix a crash during stack trace construction if a this object is null. ...Bill Holmes
2022-05-06[mono] Remove some of the restrictions on constrained calls from gsharevt met...Zoltan Varga
2022-04-20Use upstream zlib 1.2.12 (#21458)Aleksey Kliger (λgeek)
2022-04-19[AOT] Don't set the 'CorrectedSynthesize' flag in the objc_imageinfo section....Rolf Bjarne Kvinge
2022-03-22[eglib] Fix a difference with the 2020-02 branchAlexander Köplinger
2022-03-22Bump corefx submodule to get brotli updateAlexander Köplinger
2022-02-24Fix leak in mono_marshal_get_managed_wrapperAlexander Köplinger
2022-02-22[mono] Throw a MarshalDirectiveException when marshalling generic instances a...Zoltan Varga
2022-02-17[Android] Workaround for invalid return value from clock_nanosleep (#21433)Simon Rozsival
2022-02-08[mono] Fix StackTrace from a dim and Vtable offsets for static interface meth...monojenkins
2022-02-08vtable setup fix for generic default interface methods in mono runtime (#21421)monojenkins
2022-02-02Avoid an assert in ves_icall_RuntimeFieldInfo_SetValueInternal (#21410)monojenkins
2022-02-01[AOT] Use .short directive instead of .hword (#21416)Marek Habersack
2022-01-25Determine any memory/CPU limitations from sysfs cgroup (#21280)Neale Ferguson
2022-01-24Add missing handle function enter/return macros (#21405)Joshua Peterson
2022-01-04[interp] Remove hack for nint/nfloat (#21382)Vlad Brezae
2022-01-03transform sgen_get_descriptor to parallel safe version in job_major_mod_union...Thomas Mijieux
2021-12-13[cominterop] Add coop handle enter/return on native CCW methods (#21365)Aleksey Kliger (λgeek)
2021-11-20[mini] Allow MONO_VERBOSE_METHOD='*:*' (#21307)monojenkins
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-11-03Allow nfloat to be in the ObjCRuntime namespace, and make it work for Xamarin...github-actions[bot]
2021-10-29[mono][s390x] Fix OP_MOVE_F_TO_I4 codegen bug (#21266)monojenkins
2021-10-19Fix crash in common_call_trampoline due to inconsistent rgctx mode (#21250)Bill Holmes
2021-10-08[MIPS] Fixed build of mono on MIPS. (#21221)Александр Хухлаев
2021-09-28Stop using git protocol for submodulesAlexander Köplinger
2021-09-16Fix ordinal imports on Windows. (#21123)Esme
2021-09-03[mini] Don't add unbox tramopline on generic DIM calls (#21208)monojenkins
2021-08-20Add missing comma leading to unwanted str concat (#21197)Ehsan Kia
2021-08-19Update portable executable and import table validation (#21109)Bill Holmes
2021-08-19Remove dead code in blts-error (#21155)Rose
2021-08-19Adding null check to avoid abort when invalid IL is encountered (#21194)Bill Holmes
2021-08-13[mini] Add GC Unsafe transitions in mono_pmip (#21185)Aleksey Kliger (λgeek)
2021-07-30[mono] Fix an uninitialized memory access in the ABCREM pass. (#21175)monojenkins
2021-07-30Missed this float32 instruction: OP_RMOVE (#21167)Neale Ferguson
2021-07-21Enable Float32, fix linears optimization, and rework localloc (#21161)Neale Ferguson
2021-07-15[sgen] Transition to GC Unsafe in mono_gc_wait_for_bridge_processing (#21157)monojenkins
2021-07-14[mono] Fix race during mono_image_storage_open (#21142)monojenkins
2021-07-03optimize adding unwind info entries by hashtable (#21128)Dzmitry Konanka
2021-06-24Fix for heap_use_after_free flagged by sanitizer (#21120)dseshadri
2021-06-23Start a dedicated thread for MERP crash reporting (#21096)Aleksey Kliger (λgeek)
2021-06-21Don't return null target methods in GetInterfaceMap for abstract classes, or ...Aleksey Kliger (λgeek)
2021-06-17Fix memory leak during data registration (#21107)Fan Yang