platform/upstream/dotnet/runtime.git
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 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...
2019-04-02 Jo ShieldsMerge pull request mono/mono#13797 from directhex/remov...
2019-04-02 Filip Navara[netcore] Cleanup + test fixes (mono/mono#13795)
2019-04-02 Egor Bogatov[netcore] Fix few Array tests (mono/mono#13756)
2019-04-02 Zoltan Varga[netcore] Fixes for System.Reflection tests. (mono...
2019-04-01 Filip Navara[netcore] Add exception for System.Threading.ThreadPool...
2019-04-01 Filip Navara[netcore] Add exception for System.IO tests
2019-04-01 Filip Navara[netcore] Add exception for System.Text.Json tests
2019-04-01 Zoltan Varga[netcore] Fix a number of SRE argument checking failures.
2019-04-01 Zoltan Varga[sre] Emit custom modifiers for return values.
2019-04-01 Jo ShieldsFix tarball builds
2019-04-01 Martin BauligAdd netcore/Makefile to .gitignore (mono/mono#13771)
2019-04-01 Zoltan Varga[interp] Add Internal.Runtime.CompilerServices.Unsafe...
2019-04-01 Jay KrellFix a few deficiencies in mono_path_filename_in_basedir...
2019-04-01 Jo ShieldsMerge pull request mono/mono#13767 from directhex/master
2019-04-01 Jo ShieldsBump version to 6.3
2019-04-01 Filip NavaraFix WASM build (mono/mono#13763)
2019-03-31 Marek Habersack[sdks,mac] Remove dependency on MXE in favor of MinGW
2019-03-31 Filip Navara[System.Private.CoreLib/mscorlib] Implement Interlocked...
2019-03-31 Egor Bogatovfix IsPinnable
2019-03-29 Marek Safarenable more tests
2019-03-29 Marek Safar[netcore] Reorder test targets
2019-03-29 Aleksey Kliger... [arm] Don't use C++ keyword as a variable name (mono...
2019-03-29 Jo ShieldsMerge pull request mono/mono#13633 from rfht/master
2019-03-29 Filip Navara[netcore] Guard for skipFrames overflow, update test...
2019-03-29 Egor BogatovUpdate tests
2019-03-29 Zoltan Varga[netcore] Ongoing work. (mono/mono#13731)
2019-03-28 Egor Bogatov[netcore] Improve xtest command (mono/mono#13703)
2019-03-28 Larry EwingMerge pull request mono/mono#13705 from kjpou1/wasm...
2019-03-28 Alexander Köplinger[Mono.Runtime.Tests] Remove duplicate file in .sources
2019-03-28 Jo ShieldsMerge pull request mono/mono#13700 from directhex/compr...
2019-03-28 Radek Doulik[profiler] Add duration=NUM parameter to AOT profiler...
2019-03-28 Jo ShieldsMerge pull request mono/mono#13699 from directhex/no...
2019-03-28 Filip NavaraUpdate Makefile
2019-03-28 Filip NavaraSeparate out common code from pinvoke_probe_for_module_...
2019-03-28 Filip Navara[netcore] Move P/Invoke directory lookup from mono_dl_f...
2019-03-28 Filip Navara[netcore] Handle NATIVE_DLL_SEARCH_DIRECTORIES for...
2019-03-28 Vlad Brezae[interp] Small changes (mono/mono#13691)
2019-03-28 Zoltan Varga[llvm] Fix the computation of size of gshared instances...
2019-03-28 Jay KrellRestore domain in error path. (mono/mono#13662)
2019-03-28 Jay KrellCleanup mono_marshal_get_icall_wrapper (mono/mono#13661)
2019-03-27 Zoltan Varga[runtime] Revert mono/mono@daf92b9e62a847d521ae314c320d...
2019-03-27 Jo ShieldsSwitch `make dist` format from BZip2 to XZ.
2019-03-27 Jo ShieldsDelete monograph. Closes https://github.com/mono/mono...
2019-03-27 Jo ShieldsMerge pull request mono/mono#13673 from directhex/runti...
2019-03-27 Alexander Köplinger[mono] Don't try "open" handlers on iOS/Android in...
2019-03-27 Jo ShieldsAdd some RID detection, and use it to allow runtime...
2019-03-27 Jo ShieldsAdd possibility of generating a runtime .nupkg for...
2019-03-27 Filip Navara[netcore] Fix stack size for new threads
2019-03-27 Filip Navara[netcore] Fix thread debugging messages
next