Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-04Add RunSample target to mono.proj (#18635)monojenkins
2020-02-04[wasm] Add linker substitutions for fields. (#18700)Zoltan Varga
2020-02-04Bump bockbuildAlexander Köplinger
2020-02-04Bump xsp to get correct version numberAlexander Köplinger
2020-02-04Bump version to 6.13 (#18699)Jo Shields
2020-02-04Add --profiling-funcs to release wasm build. (#18663)Jay Krell
2020-02-04[interp] Remove goto related to code_type being unknown | interp | compiled. ...Jay Krell
2020-02-04When the interpreter does recurse, use a different function (#18664)Jay Krell
2020-02-04[runtime] Fix the --enable-minimal=aot build. (#18688)monojenkins
2020-02-04Bump linker. (#18691)Zoltan Varga
2020-02-04[interp]Fix the type of clause_args. (#18671)Jay Krell
2020-02-04[Wasm] Update to emscripten 1.39.7 (#18687)Jérôme Laban
2020-02-04[aot] Avoid inflating gparams with byreflike types during generic sharing. (#...monojenkins
2020-02-04[wasm] Set the 'top-runtime-invoke-unhandled' option so unhandled exceptions ...Zoltan Varga
2020-02-04[mini] Add method-triggered printing for runtime stats (#18621)Ryan Lucia
2020-02-03[tests] Reenable enum equals test on interpreter (#18673)Vlad Brezae
2020-02-03[build] Check for Python 3 in configure.ac (#18625)Ryan Lucia
2020-02-03[interp] Fix enum constrained calls on netcore (#18659)monojenkins
2020-02-03Fix ppc64 build by fixing -mminimal-toc more correctly. (#18665)Phil Jaenke
2020-02-02Adjust mono_class_init_internal to no longer bypass cleanup when a failure is...Alex Thibodeau
2020-02-02[llvm] Enable jump threading with LLVM JIT. (#18655)imhameed
2020-02-01Abort cmov optimization, when one of the out blocks is try block (#18626)Fan Yang
2020-02-01[wam] Rename other .stamp-build-debug-sample to debug_sample/dotnet.js (#18653)mdh1418
2020-01-31[wasm] Bump emscripten to 1.39.6. (#18641)Zoltan Varga
2020-01-31[aot] Add support for making direct cross-assembly calls in llvm mode. (#18505)Zoltan Varga
2020-01-31[jit] Avoid generating wbarriers for vtype stores to the stack. (#18556)Zoltan Varga
2020-01-31[wasm] Remove .stamp-build-debug-sample, use the output file instead. (#18644)Zoltan Varga
2020-01-31[wasm] Avoid overwriting emcc flags when SIMD is enabled. (#18643)Zoltan Varga
2020-01-31Move generic_class_init out of line to assist branch prediction. (#18497)Johan Lorensson
2020-01-31[aot] Fix some races if GOT entries are already set. (#18636)monojenkins
2020-01-30[jit] Add a 'top-runtime-invoke-unhandled' option to treat exceptions which r...monojenkins
2020-01-30[mono] Prevent direct MonoClass field access (#18634)mdh1418
2020-01-30[wasm] Fix mono_vfree (). (#18632)monojenkins
2020-01-30[wasm][debugger] Cancel Existing Single Step Request When Creating New (#18608)Steve Pfister
2020-01-30[wasm] Finish renaming mono.js to dotnet.js (#18623)Ryan Lucia
2020-01-30[wasm] README updates (#18624)Ryan Lucia
2020-01-30Merge pull request #18602 from lewing/wasm-debug-inspectLarry Ewing
2020-01-29[corlib] Split corlib xunit tests even more for iOS (#18619)Alexander Köplinger
2020-01-29[merp] MONO_DEBUG=no-gdb-stacktrace shouldn't disable MERP (#18567)Aleksey Kliger (λgeek)
2020-01-29[interp] Fix virtual calls in mixed mode (#18526)Vlad Brezae
2020-01-29[wasm][debugger] use PdbReaderProvider helper to try to load more pdb formsLarry Ewing
2020-01-29Merge remote-tracking branch 'upstream/master' into checkpointLarry Ewing
2020-01-29[wasm][debugger] start reworking logging logicLarry Ewing
2020-01-29[wasm] simplify EndOfMessage caseLarry Ewing
2020-01-29Rename Ws* to something more reasonableLarry Ewing
2020-01-28Use memmove in Buffer.MemoryCopy (#18547)Egor Bogatov
2020-01-28[wasm][debugger-proxy]: If we cannot load a PDB file, send a log entry. (#18601)Martin Baulig
2020-01-28[WinForms] Incorrect Tree Nodes drawing at the `OwnerDrawText` mode (#18605)Nikita Voronchev
2020-01-28[Winforms] Form fixes (#18427)Karl
2020-01-28Don't select ListBox item if SelectionMode == None (#18492)Karl