platform/upstream/dotnet/runtime.git
2019-04-26 Jo Shields[netcore] Avoid touching or using submodules in coreonl...
2019-04-25 Jo Shields[netcore] Smarter version numbering of nupkg (mono...
2019-04-25 Jo Shields[netcore] Fix `make dist` following https://github...
2019-04-25 Jay KrellFix arm32 tailcall_reg/tailcall_membase. (mono/mono...
2019-04-25 Egor Bogatov[netcore] ASP.NET Core sample (mono/mono#14224)
2019-04-25 Vlad Brezae[interp] Don't check for exception in native wrappers...
2019-04-25 Johan LorenssonMerge pull request mono/mono#14101 from lateralusX...
2019-04-25 Bernhard Urban[interp] fix op_explicit for cast from nfloat to nint...
2019-04-24 Filip Navara[netcore] Restore Roslyn compilers from NuGet to allow...
2019-04-24 Egor Bogatov[netcore] Don't wrap CustomAttributeNamedArgument into...
2019-04-24 Alexander Kyte[llvm] Propagate nonnull attribute through LLVM IR...
2019-04-24 Larry EwingMerge pull request mono/mono#14192 from kjpou1/wasm...
2019-04-24 lateralusXFix race condition under wow64 for cooperative suspende...
2019-04-24 lateralusXAdd hybrid/cooperate runtime support on Windows.
2019-04-23 Zoltan Varga[netcore] Convert netcore/Makefile.am to a normal makef...
2019-04-23 Zoltan Varga[netcore] Throw the correct exception for byref returns...
2019-04-23 Bernhard Urban[aot] partial revert of mono/mono#14043 (mono/mono...
2019-04-23 Thays Grazia[DIM] Throwing AmbiguousImplementationException on...
2019-04-23 Filip Navara[netcore] Establish a baseline for make xtestpass ...
2019-04-23 Jay KrellCleanup patch_info code a little. (mono/mono#14037)
2019-04-23 Zoltan Varga[runtime] Fix a warning. (mono/mono#14168)
2019-04-23 Zoltan Varga[llvm] Remove unused dlsym_cb. (mono/mono#14164)
2019-04-22 Zoltan Varga[llvmonly] Enable invariant loads from preinited got...
2019-04-22 Aleksey Kliger... [image] Create MonoImageStorage to own the image raw...
2019-04-22 Jay KrellSmall step toward reduction/elimination of JIT icall...
2019-04-21 Vlad Brezae[interp] Fix buffer overflow when incrementing sp
2019-04-19 Alexander KöplingerBump monolite (mono/mono#14144)
2019-04-19 Larry EwingMerge pull request mono/mono#14136 from kjpou1/wasm...
2019-04-19 Aleksey Kliger... [loader] Don't store through a null ptr (mono/mono...
2019-04-19 pedestrianloveMake dedicated MonoError for `mono_error_set_argument_o...
2019-04-19 Jay Krell[Coop] Convert performance counters and performance...
2019-04-19 Zoltan Varga[llvm] Avoid looking up intrinsics by name in most...
2019-04-19 Larry EwingMerge pull request mono/mono#14129 from lewing/sample-tfm
2019-04-18 Zoltan Varga[aot] Add a depfile= argument which causes the AOT...
2019-04-18 Larry EwingMerge pull request mono/mono#14113 from vargaz/netcore...
2019-04-18 Thays GraziaProtecting boxing a null value (mono/mono#14018)
2019-04-18 Bernhard Urban[interp] disable tail call opt if managed debugger...
2019-04-18 Vincent PovirkRespect call convention modopts in native wrappers...
2019-04-18 Johan LorenssonMerge pull request mono/mono#13931 from lateralusX...
2019-04-18 Jay Krellmono_remoting_marshal_init in mono_marshal_get_proxy_ca...
2019-04-18 Filip Navara[netcore] Fix failures in System.Tests.MulticastDelegat...
2019-04-18 Egor Bogatov[netcore] improve Windows support (mono/mono#14100)
2019-04-17 Larry EwingMerge pull request mono/mono#14088 from vargaz/wasm...
2019-04-17 Larry EwingMerge pull request mono/mono#14041 from kjpou1/wasm...
2019-04-17 Vlad Brezae[interp] Small vt opcode optimisations (mono/mono#14040)
2019-04-17 Vlad Brezae[interp] Improve boxing/unboxing (mono/mono#14048)
2019-04-17 lateralusXReview feedback.
2019-04-17 Egor Bogatov[netcore] Fix two System.Tests.PseudoCustomAttributeTes...
2019-04-17 Vlad Brezae[interp] Fix interp strmfld vt (mono/mono#14086)
2019-04-17 Jay KrellReplace two element hash table with two element array...
2019-04-17 Jay KrellFactor the function mono_call_add_patch_info out of...
2019-04-16 Zoltan Varga[llvmonly] Add stubs for methods which cannot be compil...
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[llvmonly] Make direct calls to more methods, not enabl...
2019-04-16 Zoltan Varga[aot] Prepend the assembly name to the mangled method...
2019-04-16 Zoltan Varga[netcore] Allow cross-module direct calls to alloc...
2019-04-16 Zoltan Varga[llvmonly] Allow direct calls to inflated methods since...
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-16 Kenneth PounceyMerge branch 'master' of https://github.com/mono/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
next