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-08-15
Vlad Brezae
[exceptions] Don't debug hang on ThreadAbortException...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
Reduce redundant setting of thread name. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
[interp] [wasm] p vs. o on newobj (mono/mono#16264)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
[interp] Fix some, not all, of the error management...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
[interp] Short-circuit MINT_STELEM_REF on NULL. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
[interp] Compute locals later to reduce register/stack...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Jay Krell
[interp] Split leave into pieces, partially outlined...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Nikolay Sivov
[cominterop] Fix copy-paste error in ComVisibleAttribut...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Thays Grazia
Enable and document debug with sdb with netcore config.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Remove ampersand from cfg->error per old agreement...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Vlad Brezae
[interp] Fix icall signature (mono/mono#16227)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jo Shields
Fix linking of OS-provided zlib (mono/mono#16177)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Aleksey Kliger...
[metadata] Create strongly typed versions of mono_assem...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Egor Bogatov
ignore stacktrace tests
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
[interp] Reduce frame size by partially outlining load...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Make small_id_mutex not recursive. (mono/mono#15485)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Use ERROR_DECL. (mono/mono#16220)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
[interp] Remove address-taking of vt_sp. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
[interp] Outline `mono_interp_calli_nat_dynamic_pinvoke...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Completely replace mono_error_ok with is_ok and make...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Skip degenerate qsort: num < 2, size == 0, base ==...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
Fix warning LNK4221 warning in assembly-load-context...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
[interp] Outline `get_virtual_method_fast` to save...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Jay Krell
[interp] Outline `set_resume_state` to conserve stack...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Thays Grazia
[debugger] Debugger tries to execute a single step...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Aleksey Kliger...
[runtime] Initialize thread suspend policy at startup...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Alexander Köplinger
[netcore] Cleanup System.Private.CoreLib.csproj (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Aleksey Kliger...
[sre] Outline typebuilder_setup_fields loop body (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Jay Krell
[interp] Replace `mono_error_ok` with `is_ok`. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Egor Bogatov
[netcore] decimal should have alignment=8 (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Zoltan Varga
Merge pull request mono/mono#16151 from spouliot/ios...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Aleksey Kliger...
[interp] Fix stub_get_resume_state write to out paramet...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Ryan Lucia
[netcore] Pass MONO_ASMCTX_LOADFROM on LoadFrom calls...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Ankit Jain
[msbuild] Bump to track xplat-master and update roslyn...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Aleksey Kliger...
[debugger] Cleanup MonoError on in isFixedSizeArray...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Nikolay Sivov
[mono] Fix some compiler warnings (mono/mono#16159)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Jay Krell
[remoting+interp] [remoting+debugger] Fix use of dangli...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Jay Krell
[interp] Remove unnecessary loops, that optimizer might...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Vincent Povirk
[w32process-win32] Don't duplicate CreateProcess search...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Zoltan Varga
Merge pull request mono/mono#16136 from EgorBo/fix...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Vlad Brezae
[interp] Fix overflow of execution stack (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Zoltan Varga
Merge pull request mono/mono#16139 from steveisok/run...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Ryan Lucia
[netcore] Make mono_assembly_request_prepare take an...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alexander Köplinger
[build] Remove ILDISASM variable from platform Makefiles
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alexander Köplinger
[build] Remove EXTERNAL_MCS setting in platform Makefiles
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Egor Bogatov
fix inlining
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Egor Bogatov
Make System.Runtime.Intrinsics.X86.*.IsSupported intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Egor Bogatov
fix minor issues
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alexis Christoforides
[merp] Use a separate program as the hang supervisor...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Ryan Lucia
[netcore] Don't return REFERENCE_MISSING in netcore_loa...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Zoltan Varga
Merge pull request mono/mono#16125 from vargaz/wasm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alexander Köplinger
[tests] Fix accessing field of MarshalByRefObject in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Aleksey Kliger...
[perfcounter] Define mono_perfcounter_foreach even...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
imhameed
[sdb][interp] Use the interpreter's resume state to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
imhameed
[llvm] Explicitly check for errors when calling LegacyI...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Ryan Lucia
Relax locking (mono/mono#15986)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Ryan Lucia
[netcore] Re-enable IsAssignableFrom test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Zoltan Varga
Merge pull request mono/mono#16085 from kjpou1/wasm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Jay Krell
There is no need to zero static data, and it is racy...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Thays Grazia
Allow generating DIM bitcode (mono/mono#16070)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Alexander Köplinger
[utils] Move MAP_ANONYMOUS check after sys/mman.h import
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Aleksey Kliger...
[w32socket] Translate ELOOP and ENAMETOOLONG (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Nikolay Sivov
[trace] Improve enter/leave output formatting (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Nikolay Sivov
[win32] Fix some compilation warnings (mono/mono#15956)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
iamphi
Fix compilation on OSX 10.9 (mono/mono#14411)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Zoltan Varga
[runtime] Fix an autoconf warning. (mono/mono#16078)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Vlad Brezae
[interp] Fix DEBUG_INTERP build (mono/mono#16057)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Marek Safar
Remove code moved to shared partition
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Ryan Lucia
[netcore] Set flag for processor arch when parsing...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Bernhard Urban
[arm] respect I1 and I2 on gsharedvt out transition...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Zoltan Varga
Merge pull request mono/mono#16071 from vargaz/wasm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Zoltan Varga
[wasm] Compile interp.c with -mllvm -join-liveintervals...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Jay Krell
[Coop] Convert mono_object_isinst_icall. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
coypoop
Update NetBSD support (mono/mono#15938)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Ryan Lucia
[netcore] Update test exclusions to reflect ALC work...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Zoltan Varga
[netcore] Avoid calling load hooks during AOT.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Zoltan Varga
Merge pull request mono/mono#16058 from vargaz/wasm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Ryan Lucia
[netcore] Make the load hook ALC-aware (mono/mono#16012)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Jay Krell
UWP now allows LoadLibrary. (mono/mono#16015)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Zoltan Varga
Merge pull request mono/mono#16006 from vargaz/as-gsharedvt
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Jo Shields
Bump version to 6.7 (mono/mono#16031)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Zoltan Varga
[netcore] ifdef out unused icalls/files. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Zoltan Varga
Merge pull request mono/mono#15640 from vargaz/wasm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Zoltan Varga
[jit] Avoid asserting on Unsafe.As<T> in gsharedvt...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Egor Bogatov
[netcore] Minor fixes around System.Reflection (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Ryan Lucia
[netcore] Enable ALC loaded_assemblies (mono/mono#15850)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Zoltan Varga
Remove error_init from native icall wrappers since...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Jb Evain
Fix usage of mono_debug_get_seq_points to avoid leaks...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
imhameed
[llvm] Add support for JIT + LLVM 9.0. (mono/mono#15997)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Calvin Buckley
Enable MONO_ARCH_EMULATE_FCONV_TO_U4 on PPC (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Calvin Buckley
Don't use clock_nanosleep on PASE (mono/mono#15988)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Aleksey Kliger...
[netcore] Fix comments in ALC to use Mono terminology...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Aleksey Kliger...
[netcore] Implement referenced assembly resolving and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Egor Bogatov
[netcore] Use mono-netcore to run real world apps using...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Egor Bogatov
Make System.Private.CoreLib.csproj VS friendly (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Thays Grazia
[debugger] Invoke method with fixed size array as an...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Vlad Brezae
[interp] Remove unconditional branches to next instruct...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Egor Bogatov
[netcore] Minor fixes, fix GetTypeTests.GetType_EmptySt...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Zoltan Varga
[netcore] Add a README. (mono/mono#15934)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Jay Krell
Bump monolite version. (mono/mono#15969)
commit
|
commitdiff
|
tree
|
snapshot
next