platform/upstream/dotnet/runtime.git
2020-01-14 Egor BogatovMerge pull request mono/mono#18293 from EgorBo/vt-getty...
2020-01-13 Alexander Köplinger[netcore] Fix build warning
2020-01-13 Aleksey Kliger... [netcore] Require use of MonoClass getters in Debug...
2020-01-13 Alexander KöplingerWrite version.h for netcore and allow preview VS for...
2020-01-13 Maxim Lipnin[netcore] Make System.Diagnostics.TraceSourceTests...
2020-01-13 Egor Bogatov[netcore][llvm] Implement Sse1-4.2 subsets used by...
2020-01-13 Zoltan Varga[jit] Fix an assertion in the Thread.VolatileRead ...
2020-01-13 Vlad Brezae[interp] Fix struct copying during pinvoke transitions...
2020-01-10 Vlad Brezae[interp] Add gc unsafe transition during pinvokes ...
2020-01-09 Alexander KöplingerFix line endings in .bat files
2020-01-09 Maxim Lipnin[netcore][xunit tests] Re-enable System.Diagnostics...
2020-01-09 Vlad Brezae[interp] Throw overflow exception when converting NaN...
2020-01-09 Bernhard Urban... [memory barrier] use pagesize determined by helper...
2020-01-08 Ryan Lucia[reflection] Fix check for Type.FullName to match CoreC...
2020-01-08 Ryan Lucia[metadata] Propagate error in mono_runtime_try_invoke_a...
2020-01-08 Jay Krell[Coop] Remove handles from Mono.Interop.ComInteropProxy...
2020-01-08 Zoltan Varga[runtime] Initialize field info before accessing it...
2020-01-08 Zoltan Varga[jit] Implement fast TLS access in gshared methods...
2020-01-07 Bernhard Urban... [interp] run regression with all combinations of availa...
2020-01-07 Calvin BuckleyForce Python 3.x from env in shebang lines (mono/mono...
2020-01-07 Zoltan Varga[netcore] Remap String ctors to the String:Ctor ()...
2020-01-07 Calvin BuckleyMore disambiguation of Python in makefiles (mono/mono...
2020-01-07 Vlad Brezae[sgen] Fix xref computation with tarjan bridge (mono...
2020-01-07 Jay KrellSet thread pool thread name just based on string pointe...
2020-01-07 EgorBoAddress Zoltan's feedback (enable for AOT)
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)
next