projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2019-07-10
Thays Grazia
[debugger] Add intrinsic for creating a byte array...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
Vlad Brezae
[interp] Add JitHelper intrins for enum comparison...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
Ryan Lucia
[netcore] Don't default to mscorlib in Assembly.GetType...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
Jay Krell
Remove quadratic behavior from g_strconcat. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
Jay Krell
Fix warning: unused function get_address_from_sockaddr...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
Jay Krell
Provide g_strnlen to replace strnlen for portability...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Zoltan Varga
[interp] Avoid declaring MonoError's in interp_exec_met...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Thays Grazia
[debugger] Update client thread frames after SetIP...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Zoltan Varga
[jit] Add support for valuetype arguments to gsharedvt...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Egor Bogatov
[netcore] Fix netcore CI lane (mono/mono#15627)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Zoltan Varga
Remove support for llvm36, its not used anymore. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Jay Krell
[profiler] Fix printf bug -- char* vs. MonoString*...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Jay Krell
[jit] [x86] [amd64] Cleanup with x86_byte() (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Jay Krell
Access mini_debug_options directly within the runtime...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
Jay Krell
Disable check-seq-points test. (mono/mono#15623)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Jay Krell
runtime.h remove extern "C" and distribute normally...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Johan Lorensson
Align native_handle open/close for MonoThreadInfo/MonoI...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Zoltan Varga
[runtime] Implement mono_verifier_class_is_valid_generi...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Jay Krell
mono_native_tls_get_value that does not change LastErro...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Jay Krell
Inline GetLastError and SetLastError. (mono/mono#15560)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Egor Bogatov
[netcore] Throw ICE for Array.Copy(object[], enum[...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-06
Ryan Lucia
Convert dl-test-assets.py to Python 3 (mono/mono#15524)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-06
Jay Krell
Cleanup zlib-helper.c allocations -- move integer overf...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-06
Zoltan Varga
[jit] Add missing float conv.u8.ovf.un conversion....
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Distribute sgen-dynarray.h via source, not EXTRA_DIST...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Remove extra explicit dist. (mono/mono#15557)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Alexander Köplinger
[netcore] Read NETCORETESTS_VERSION and NETCOREAPP_VERS...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Egor Bogatov
[netcore] CI work, add rsp for Windows (mono/mono#15549)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Link with -z now or -bind_at_load. (mono/mono#14562)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Readonly codemanager callbacks. (mono/mono#15538)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Make thread locals just always extern. (mono/mono#15563)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Jay Krell
Win32 zlib support. (mono/mono#15509)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-05
Johan Lorensson
Interpreter reads last error to late after pinvoke...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-04
Jay Krell
Do not compile metadata support/compress.c. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-04
Maxim Lipnin
[netcore] Make System.Reflection.Tests.TypeTests.GetEnu...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Jay Krell
Make sure TLS (thread local storage) is always TLS...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Thays Grazia
[debugger][wasm] Display content of "this" (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Vlad Brezae
[interp] Simplify MINT_NEWOBJ_ARRAY
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Vlad Brezae
[interp] Make newarr lockfree
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Johan Lorensson
Abort async suspend request on failure doing preemptive...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Jay Krell
HAVE_DL_LOADER is never used so remove it. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Jay Krell
AC_DEFINE instead of AC_SUBST MONO_DL_NEED_USCORE....
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Jay Krell
Do not compile unused support/uncompr.c. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Egor Bogatov
[netcore] Clean up CoreFX.issues.rsp (mono/mono#15526)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Jay Krell
Correct MONO_DL_NEED_USCORE for C++, and memcpy is...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Johan Lorensson
Add support for TLS callbacks on Windows. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Bernhard Urban
[stats] distinguish between mini and LLVM AOT method...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Zoltan Varga
[netcore] Remove some unused SRE icalls. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Jay Krell
Fix const warning. (mono/mono#15478)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Jay Krell
Make codeman not public (mono/mono#15415)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Zoltan Varga
Add back some stubs for the non-threads build.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Zoltan Varga
[wasm] Implement pthreads support in the runtime.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Zoltan Varga
[runtime] Disable a a AC_TRY_RUN when cross-compiling.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Steve Pfister
[netcore] Remove IsByRef check on Reflection.Emit.Dynam...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Johan Lorensson
Disable zlib on mingw Windows build to avoid dependency...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Marek Safar
[netcore] Bump Roslyn
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Egor Bogatov
[netcore] Fix Array.Copy* tests. Bump NETCORETESTS_VERS...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Miguel de Icaza
[metadata] Rename, null-initialize, and properly free...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Jay Krell
Remove unused AMD64 JIT CALLCONV_IS_STDCALL. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
lateralusX
Fix 32-bit build error when using C++ compiler.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Katelyn Gadd
Disable compiler server on darwin. Add force-enable...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Filip Navara
Add tests
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Filip Navara
Fix marshalling bugs for StringBuilder parameters
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Ryan Lucia
[netcore] Fix Assembly.GetForwardedTypes() (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Zoltan Varga
[runtime] Implement support for embedded ppdb, when...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Jay Krell
Fix year+ old MIPS compile break. (mono/mono#15459)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Alexander Köplinger
Replace two more MONO_DEBUG=clr-memory-model env vars...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Zoltan Varga
[netcore] Avoid calling mono_runtime_install_appctx_pro...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Thays Grazia
[dim] Emit error when calling abstract methods (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
lateralusX
FIx id formatting to align with rest of code.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
lateralusX
Fix incorrect thread state on suspend thread failure.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
lateralusX
Fix use THREAD_SUSPEND_DEBUG macros on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Steve Pfister
[netcore] Review and document netcore test failures...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ryan Lucia
CreateNLSocket and CloseNLSocket should return gpointer...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Johan Lorensson
Fix unused-function warning in main.c. (mono/mono#15424)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Aleksey Kliger...
[sdks] dynamically link libmonosgen to mono-sgen for...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Jay Krell
Remove mono_tls_get_tls_getter.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Jay Krell
Replace MONO_PATCH_INFO_GET_TLS_TRAMP with MONO_PATCH_I...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Vlad Brezae
[sgen] Fix crashes in sgen due to xdomain refs
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Vlad Brezae
[interp] Reduce computation under calc_section mutex
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Egor Bogatov
Add xunit-summary.py (mono/mono#15373)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Alexander Köplinger
[profiler] Add helper.h to tarball
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ryan Lucia
[netcore] Fix build.sh (mono/mono#15380)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Zoltan Varga
[aot] Save the number of locals into the aot debug...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Jay Krell
Fix tarball build and refresh monolite due to memory...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Jay Krell
[threads] Define interlocked_mutex as non-recursive...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Radek Doulik
[profiler] Add helper.c to static sources where needed...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Johan Lorensson
Add cooperative suspend aware threads for hybrid suspen...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Zoltan Varga
[runtime] Refactor mono-debug.c. (mono/mono#15381)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Radek Doulik
[aot profiler] Listen for commands on given port (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Johan Lorensson
Increase max size of localloc and localloc_imm on amd64...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Johan Lorensson
Add support for Windows x64 Full AOT + LLVM + Interpret...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Marek Safar
[System.Private.CoreLib] Add new shared string resource
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Zoltan Varga
[netcore] Disable more runtime functionality. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Thays Grazia
[wasm][debugger] Adding support to debug local vars...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Johan Lorensson
Fix race related to final event signaling in Registered...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Bernhard Urban
[arm] set exception handling model to dwarf for iOS
commit
|
commitdiff
|
tree
|
snapshot
2019-06-23
Zoltan Varga
[netcore] Remove unused icalls.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-22
Zebediah Figura
[mini] Support tracing pointer return values. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-22
Zoltan Varga
[aot] Fix a deadlock in init_plt () by calling create_t...
commit
|
commitdiff
|
tree
|
snapshot
next