platform/upstream/dotnet/runtime.git
2020-01-07 EgorBoMerge branch 'master' of github.com:mono/mono into...
2020-01-07 Marek Safar[System.Private.CoreLib] Cleanup intrinsic tracking...
2020-01-07 Zoltan Varga[jit] Avoid passing a vtable argument to DIM methods...
2020-01-06 Jay KrellDo not depend on gboolean to have multiple bits. (mono...
2020-01-06 Zoltan Varga[netcore] Optimize RuntimeType::IsSZArray. (mono/mono...
2020-01-06 Zoltan Varga[netcore] Mark SRE types with required=false so they...
2020-01-06 Jo ShieldsDon't run `make install` in boehm submodule (mono/mono...
2020-01-03 Aleksey Kliger... [metadata] Size 0 Blob heap is ok when resolving assemb...
2020-01-03 Zoltan Varga[netcore] Add some linker exclusions.
2020-01-02 Marek SafarCleanup a few dependencies to reduce wasm bcl size
2020-01-02 Ryan Lucia[loader] Add assembly name matching on netcore to fix...
2020-01-02 Egor BogatovAdd !align 8 to all managed allocators (calls) (mono...
2020-01-02 Ryan Lucia[reflection] Convert internal GetCustomAttributes calls...
2020-01-02 Ryan Lucia[eglib] Fix whitespace in memory.c (mono/mono#18320)
2020-01-02 Thays GraziaThe behaviour expected of filter exceptions is: (mono...
2019-12-30 Aleksey Kliger... [eglib] Don't define _FORTIFY_SOURCE on Cygwin builds...
2019-12-26 imhameedUse byte-aligned LLVM loads and stores for unaligned...
2019-12-24 EgorBoOptimize box(T)+GetType
2019-12-23 Aleksey Kliger... [domain] Don't add NULL runtime to runtimes list (mono...
2019-12-23 Fan YangFix llvm jit assertion (mono/mono#18280)
2019-12-23 Fan YangAdd cast to ((align) - 1) for Alignment macros (mono...
2019-12-21 Ryan Lucia[loader] Check AppContext.BaseDirectory on netcore...
2019-12-21 Ryan Lucia[loader] Remove unnecessary newlines in tracing
2019-12-21 Ryan Lucia[netcore] Re-enable some BinaryFormatter tests (mono...
2019-12-20 Aleksey Kliger... [tests] Add test files to tarball (mono/mono#18261)
2019-12-19 Bernhard Urban... [interp] add guard that a local hasn't been modified...
2019-12-18 Nathan RicciChange ICONST to I8CONST when propagating constants...
2019-12-17 Evgenii StepanovRelax assert in mono_arch_build_imt_trampoline. (mono...
2019-12-16 Zoltan Varga[llvm] Generate correct LLVM IR for OP_XEQUAL. (mono...
2019-12-16 Zoltan Varga[netcore] Add AssemblyLoadContext:OnAssemblyLoad()...
2019-12-16 Jay KrellRemove handles/MonoError from some marshal icalls....
2019-12-16 Ryan Lucia[metadata] Check for GTDs in setup_generic_array_ifaces...
2019-12-16 Zoltan Varga[wasm] Regen wasm_m2n_invoke.g.h. (mono/mono#18212)
2019-12-16 Calvin BuckleyFix locating Python interpreter when it isn't "python...
2019-12-13 Jay KrellAdd full compiler barriers to any fence that lacked...
2019-12-13 Aleksey Kliger... [cominterop] Attach to runtime from IUnknown and IDispa...
2019-12-13 Ankit JainBump msbuild to track xplat-master (mono/mono#18183)
2019-12-13 Jay KrellFix on-demand initialization race conditions [threads...
2019-12-13 Jay KrellFix on-demand initialization race conditions [marshal...
2019-12-13 Ryan Lucia[netcore] Implement AppDomain.AssemblyLoad (mono/mono...
2019-12-13 Jay KrellFix on-demand initialization race conditions [marshal...
2019-12-13 Jay KrellFix on-demand initialize race conditions [cominterop...
2019-12-13 Jay KrellFix on-demand initialize race conditions [custom-attrs...
2019-12-13 Jay KrellFix on-demand initialization race conditions [object...
2019-12-13 Jay KrellFix on-demand initialization race conditions [sgen...
2019-12-13 Jay KrellFix on-demand initialization race conditions [remoting...
2019-12-13 Jay KrellFix on-demand initialization race conditions [native...
2019-12-12 Jay KrellFix on-demand initialization race conditions [reflectio...
2019-12-12 Jay KrellFix on-demand initialization race conditions [mini...
2019-12-12 Jay KrellFix on-demand initialization race conditions [sre.c...
2019-12-12 Jay KrellFix on-demand initialization race conditions [threadpoo...
2019-12-12 Ryan Lucia[netcore] Implement AppDomain.TypeResolve (mono/mono...
2019-12-12 Jay KrellRemove handles/MonoError from 12 easy socket icalls...
2019-12-12 Ryan Lucia[netcore] Enable AppDomainTests.AssemblyResolveInvalidA...
2019-12-12 Ryan Lucia[netcore] Enable AppDomainTests.MonitoringIsEnabled...
2019-12-11 Ryan Lucia[netcore] Remove MonoDomain.DoAssemblyResolve (mono...
2019-12-11 Jay KrellMake Socket.Socket_icall static, as most icalls are...
2019-12-11 Ryan Lucia[utils] Correctly convert MONO_DL_LOCAL to RTLD_LOCAL...
2019-12-11 Jay KrellSockets: Foo_internal to Foo_icall and ves_icall_Foo_in...
2019-12-10 Bernhard Urban... [interp] relop result is always int (mono/mono#18114)
2019-12-10 Ryan Lucia[utils] Make mono_dl_open default to RTLD_LOCAL on...
2019-12-10 Bernhard Urban... [interp] fix build when DEBUG_INTERP is enabled (mono...
2019-12-10 Bernhard Urban... [debugger] skip suspend for unattached threads (mono...
2019-12-10 Aleksey Kliger... [mini] Fix delegate trampoline virtual call via delgate...
2019-12-10 Bernhard Urban... [debugger] remove unused thread suspend count (mono...
2019-12-09 Jay Krell[cxx] Fix mono-boehm to compile as C++. (mono/mono...
2019-12-09 Egor Bogatov[netcore] Enable more tests for interpreter and llvm...
2019-12-09 Jay Krellfix warning: threadpool-worker-default.c: In function...
2019-12-08 Jay KrellAdd some missing barriers when dealing with global...
2019-12-07 Sam PatelUpdate glib-remap.h to include g_module_address (mono...
2019-12-06 Ankit JainBump msbuild to track xplat-master (mono/mono#18050)
2019-12-06 Aleksey Kliger... [threads] Add back mono_threads_attach_tools_thread...
2019-12-06 Bernhard Urban... [ppc32] delete leftover code from pre-monoctx area...
2019-12-06 Jay Krell[cxx] Remove use of register keyword. (mono/mono#18057)
2019-12-05 Jay Krell[cxx][netcore] Fix goto around init. (mono/mono#18058)
2019-12-05 Egor BogatovLet user overwrite opt -Ox level (mono/mono#18012)
2019-12-05 Jay KrellRemove handles/MonoError from two socket icalls. (mono...
2019-12-05 Egor BogatovMerge pull request mono/mono#18053 from EgorBo/fix...
2019-12-05 Jay Krell[netcore] Remove approx. 10 icalls. (mono/mono#18018)
2019-12-05 Zoltan Varga[llvm] Avoid decomposing OP_STOREV_MEMBASE early for...
2019-12-05 Jay KrellFix ifndef include guard in icall-decl.h. (mono/mono...
2019-12-05 Egor BogatovConvert to 0/1 in OP_XEQUAL (mono/mono#18038)
2019-12-04 EgorBoremove some items from rsp
2019-12-04 EgorBouse fneg instead of fsub
2019-12-04 Bernhard Urban... [amd64] align application stack pointer in signal handl...
2019-12-04 Alexander KöplingerUpdate submodules before running external/bdwgc/autogen...
2019-12-04 Alexander KöplingerRemove mk/ folder (mono/mono#18039)
2019-12-04 Jonathan Peppers[android] don't probe directories for .config files...
2019-12-04 Aleksey Kliger... [configure.ac] Build on FreeBSD/PowerPC64 (mono/mono...
2019-12-03 Egor BogatovMerge pull request mono/mono#18013 from EgorBo/intrin...
2019-12-03 EgorBoImprove TryParseFunctionName in jitdiff
2019-12-03 EgorBoRemove dead docs
2019-12-03 Egor BogatovDon't throw NRE when len == 0 in Buffer.Memmove (mono...
2019-12-02 Jo ShieldsBump version to 6.11 (mono/mono#17990)
2019-12-02 Jay KrellRemove handles/MonoError from Mono.RuntimeClassHandle...
2019-12-02 Bernhard Urban... [profiler] disable inlining when coverage profiler...
2019-12-02 Vlad Brezae[sgen] Don't trigger collections during allocation...
2019-12-02 Jay KrellRemove handles/MonoError from Mono.Security.Cryptograph...
2019-12-02 Thays Grazia[DIM] Fix behavior when there is an override of a metho...
2019-12-02 Jay KrellRefactor Monitor to eliminate near identical duplicated...
next