platform/upstream/dotnet/runtime.git
2019-04-17 Jay KrellFactor the function mono_call_add_patch_info out of...
2019-04-16 Jay KrellRemove a few string allocs/copies, i.e. for generic...
2019-04-16 Bernhard Urban[arm] align stack pointer in throw trampoline (mono...
2019-04-16 Zoltan Varga[aot] Change how the context is computed in init_aot_me...
2019-04-16 Jay KrellRegister mono_gc_wbarrier_generic_nostore_internal...
2019-04-16 Jay KrellRegister g_free icall regular, as monoeg_g_free. (mono...
2019-04-16 Egor Bogatov[netcore] Fix WaitHandle.SignalAndWait (mono/mono#13809)
2019-04-16 Egor Bogatov[netcore] Fix System.Tests.PseudoCustomAttributeTests...
2019-04-16 Zoltan Varga[netcore] Add linker descriptor for corelib. (mono...
2019-04-15 Zoltan Varga[llvmonly] Fix a buffer overflow. (mono/mono#14057)
2019-04-15 Bernhard Urban[aot] change method table generation so that it works...
2019-04-15 Filip Navara[netcore] Misc. fixes (mono/mono#14050)
2019-04-15 Vlad Brezae[interp] Static field access fixes (mono/mono#14009)
2019-04-15 Filip Navara[netcore] Switch to msbuild nuget which is available...
2019-04-15 Egor Bogatov[netcore] Do not inline if [DynamicSecurityMethod]...
2019-04-14 Jay KrellRemove redundant check of llvm_acfg->aot_opts.direct_ic...
2019-04-14 Filip Navara[netcore] Make System.Private.CoreLib and host APIs...
2019-04-14 Jay KrellRemove constant parameter to mono_tls_get_tls_setter...
2019-04-12 Vlad Brezae[interp] Optimize ldobj/stobj (mono/mono#13761)
2019-04-12 Jay KrellIncrease gsharedvt trampolines by 10% from 4000 to...
2019-04-12 Maxim Lipnin[w32error] Add ENONET error case
2019-04-11 Zoltan Varga[jit] Make dlmalloc use mono_valloc so it picks up...
2019-04-11 Miguel de Icaza[debugger-agent]: Print error if the socket can not...
2019-04-11 Zoltan Varga[jit] Disable inlining for methods with [System.Securit...
2019-04-11 Marek SafarMerge pull request mono/mono#13815 from radical/nuget-5
2019-04-11 Filip Navara[netcore] Implement Assembly.GetExecutingAssembly with...
2019-04-11 Filip Navara[netcore] Fix marshalling of ref ptr return types ...
2019-04-11 Filip NavaraDo not crash the runtime in System.Reflection.Emit...
2019-04-11 Johan LorenssonMerge pull request mono/mono#13959 from filipnavara...
2019-04-11 Johan LorenssonMerge pull request mono/mono#13946 from lateralusX...
2019-04-10 Thays GraziaCleaning exceptions during static constructor loading...
2019-04-10 Jo ShieldsMerge pull request mono/mono#13976 from directhex/anoth...
2019-04-10 Jo ShieldsAdd another symbol for loadedllvm
2019-04-10 Marek SafarMerge pull request mono/mono#13972 from filipnavara...
2019-04-10 Marek SafarMerge pull request mono/mono#13963 from Dotnet-GitSync...
2019-04-10 Jo ShieldsMerge pull request mono/mono#13973 from directhex/netco...
2019-04-10 Jo ShieldsMerge pull request mono/mono#13961 from directhex/maked...
2019-04-10 Johan LorenssonMake nullable embedding API's public. (mono/mono#13950)
2019-04-10 Alexander Köplinger[configure] Add failsafe for missing submodules (mono...
2019-04-10 lateralusXMerge icall_hash and icall_hash_foreign into one.
2019-04-09 Aleksey Kliger[utils] stub mono_setmmapjit on Win32 and Wasm
2019-04-09 Miguel de IcazaDo not use MAP_JIT by default, instead make this someth...
2019-04-09 Bernhard Urban[aot] use g_malloc () instead of malloc () (mono/mono...
2019-04-09 Filip NavaraLink libgcc statically on Windows
2019-04-09 Jo Shields[netcore] Runtime nupkg fixes (mono/mono#13934)
2019-04-09 Jo ShieldsMerge pull request mono/mono#13955 from directhex/more...
2019-04-09 Jo ShieldsMake sure mini_method_is_default_method is in loaded...
2019-04-09 Johan LorenssonMerge pull request mono/mono#13928 from lateralusX...
2019-04-09 Filip Navara[netcore] Allow reflection invocation of methods with...
2019-04-09 Johan LorenssonMerge pull request mono/mono#13930 from lateralusX...
2019-04-09 Alexander Kyte[merp] Restore non-assertion behavior in debugger-engin...
2019-04-09 Zoltan Varga[llvm] If a true/false branch of a conditional branch...
2019-04-08 Larry EwingMerge pull request mono/mono#13759 from kjpou1/wasm...
2019-04-08 lateralusXMake sure additional supported enable defines ends...
2019-04-08 lateralusXUse TLS_KEY_LMF_ADDR on Windows when pusing lmf frame.
2019-04-08 Bernhard Urban[AOT] fix winaot LLVM profile (mono/mono#13909)
2019-04-08 Zoltan Varga[jit] Avoid adding a needless zext which confuses abcre...
2019-04-08 Alexander KöplingerRevert "[image] Create MonoImageStorage to own the...
2019-04-08 Egor Bogatov[llvm] do not emit safe points for simple methods ...
2019-04-08 Filip NavaraReenable working Enum tests
2019-04-08 Zoltan Varga[netcore] Remove an assertion which is no longer needed.
2019-04-07 Aleksey Kliger... [image] Create MonoImageStorage to own the image raw...
2019-04-07 Filip NavaraPropagate System.Globalization.Invariant from runtimeco...
2019-04-07 Filip NavaraUpdate CoreFX / Runtime versions, download the CoreFX...
2019-04-07 Jay KrellRemove obsolete AOT relocations for code clarity, assum...
2019-04-06 Miguel de Icaza[metadata] Fix memory leak for the last iteration of...
2019-04-06 Miguel de Icaza[Coverity] Ensure that we never return -1 from pagesize...
2019-04-06 Miguel de Icaza[metadata] Handle condition in ftell, Coverity 1307192...
2019-04-06 Filip Navara[netcore] Implement RuntimeImports.RhBulkMoveWithWriteB...
2019-04-06 Filip Navara[netcore] Fix Marshal.IsPinnable regression (mono/mono...
2019-04-05 Bernhard Urban[AOT] remove confusing llcopts flag (mono/mono#13877)
2019-04-05 Jo ShieldsMerge pull request mono/mono#13866 from lambdageek...
2019-04-05 Alexander Kyte[merp] Fix image size reported (mono/mono#13847)
2019-04-05 Alexander Kyte[llvm] Make GOT a typed struct (mono/mono#13803)
2019-04-05 Vlad Brezae[interp] Add intrinsics for common object methods ...
2019-04-05 Zoltan Varga[netcore] Avoid loading the globalization native lib...
2019-04-05 Filip NavaraRemove -noappdomain and -noshadow too
2019-04-05 Filip NavaraKeep the xunit parallelization setting at default value...
2019-04-05 Alexander Kyte[llvm] Give LLVM noalias info about alloc functions...
2019-04-05 Aleksey Kliger... [metadata] Don't free_aggregate_modifiers in mono_metad...
2019-04-05 Jay KrellAdd MONO_PATCH_INFO_TRAMPOLINE_FUNC_ADDR and MONO_PATCH...
2019-04-05 Zoltan Varga[netcore] System.Runtime.InteropServices test fixes...
2019-04-05 Zoltan Varga[interp] Add more netcore intrinsics. (mono/mono#13849)
2019-04-04 Alexander KöplingerFix .vscode/c_cpp_properties.json
2019-04-04 Aleksey Kliger[mono-dl] Don't do thread state transitions in mono_dl_...
2019-04-04 Vlad Brezae[interp] Fix GetFunctionPointer (mono/mono#13708)
2019-04-04 Jo ShieldsMerge pull request mono/mono#13858 from kg/disable...
2019-04-04 Thays Grazia[DIM] Do not order implemented interfaces (mono/mono...
2019-04-04 Zoltan Varga[llvm] Fix llvm JIT. (mono/mono#13835)
2019-04-04 Filip Navara[netcore] Improve support for rare enum types (mono...
2019-04-04 Egor Bogatov[netcore] Implement missing Math and MathF methods...
2019-04-04 Vlad Brezae[interp] Optimize static vtype field access (mono/mono...
2019-04-03 Vlad Brezae[gsharedvt] Fix sizeof opcode (mono/mono#13817)
2019-04-03 Jo ShieldsMerge pull request mono/mono#13828 from directhex/loade...
2019-04-03 Jo ShieldsMerge pull request mono/mono#13750 from directhex/test...
2019-04-03 Jo ShieldsAdd MONO_LLVM_INTERNAL to re-fix LLVM AOT with loadedllvm
2019-04-03 Vlad Brezae[interp] Add intrinsics for Math operations (mono/mono...
2019-04-03 Marek Safar[netcore] Simplify runtime and tests synchronization
2019-04-03 Filip Navara[netcore] Bump SDK version
2019-04-03 Jay KrellRename cabs/cimag/creal to mono_cabs/mono_cimag/mono_cr...
next