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-30
Jay Krell
Remove mono_thread_get_name. (mono/mono#15875)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
Jay Krell
HANDLE_FUNCTION_RETURN_VAL must not use handles in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
Jay Krell
Fix thread name leak in debugger. (mono/mono#15858)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
Jay Krell
[Coop] Convert System.Buffer. (mono/mono#15861)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
Vlad Brezae
[interp] Optimize ldelema (mono/mono#15846)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
Zoltan Varga
[WIP] [runtime] Convert WindowsIdentity.GetRoles (...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Alexander Köplinger
[netcore] Fix building of nupkg (mono/mono#15855)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Ryan Lucia
[netcore] Implement AssemblyLoadContext.GetLoadedAssemb...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Zoltan Varga
[netcore] Add a missing make dependency.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Aleksey Kliger...
[metadata] Fields whose types are gparams with a refere...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Aleksey Kliger...
[tests] Return non-zero exit code from MERP crash test...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Jay Krell
[jit] [x86] Cleanup "_body" and finish conversion to...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Jay Krell
ld configure: Add another dash to export-dynamic. ...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Filip Navara
[netcore] Update CoreFX.issues.rsp (mono/mono#15816)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Aleksey Kliger...
[cxx][llvm] Fix C++ build (mono/mono#15807)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Jay Krell
Remove unneeded auto cast with codeman. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Vlad Brezae
[sre] Don't throw random exception when runtime shuts...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Alexander Köplinger
Remove traces of w32process-win32-internals.h which...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Jay Krell
[Coop] Convert System.Diagnostics.{FileVersionInfo...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Vlad Brezae
[sre] Make creation of dynamic method synchronized
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Filip Navara
Update CoreFX.issues.rsp
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Egor Bogatov
[netcore] Allow different enums as return type in Creat...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Marek Safar
[netcore] Update roslyn dependency
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Aleksey Kliger...
[netcore] Implement AssemblyLoadContext.InternalLoad...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Filip Navara
[netcore] Bump CoreFX version to 5.0.0 (mono/mono#15795)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
Avoid creating handles in a loop.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
[runtime] Convert AssemblyBuilder.basic_init to handles...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
[runtime] Mark a few icalls as NOHANDLES.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
[runtime] Convert Environment icalls to handles.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
Fix the netcore build.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
[runtime] Convert ValueType icalls to handles.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Zoltan Varga
[runtime] Convert locale code to use handles. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Aleksey Kliger...
[cxx][netcore] Fix C++ build (mono/mono#15786)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Ryan Lucia
[netcore] Make assembly name parsing and comparison...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Jo Shields
Fix build on Autoconf 2.63 (mono/mono#15636)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Ryan Lucia
Miscellaneous loader-related fixes (mono/mono#15765)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Vlad Brezae
[interp] Enable inlining of object constructors (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Ryan Lucia
Special-case arrays of interfaces/generic parameters...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Alexander Köplinger
Add more tests to tarball with EXTRA_DIST
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Aleksey Kliger...
[netcore] Re-enable AssemblyGetForwardedTypesLoadFailur...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Maxim Lipnin
[netcore] Make System.Linq.Expressions.Tests.BindTests...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Jay Krell
Remove mono_arch_free_jit_tls_data. (mono/mono#15662)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Ryan Lucia
[netcore] Implement Thread.CurrentOSThreadId (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Alexander Köplinger
[metadata] Fix name of header file
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Egor Bogatov
[netcore] Fix CI failures (mono/mono#15745)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Bernhard Urban
[ios] Switch to python offset tool (mono/mono#15744)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Aleksey Kliger...
[netcore] Pass ALC in second loader request in load_ref...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Vlad Brezae
[glib] Use clock_nanosleep if available (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Aleksey Kliger...
[loader] Pass ALC to mono_domain_loaded_internal, and...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Larry Ewing
Merge pull request mono/mono#15704 from lewing/bump...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Aleksey Kliger...
[mini] Runtime check if boxing is needed for DIM constr...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
imhameed
[interp] Use correctly-sized writes and reads in Unsafe...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Maxim Lipnin
[netcore] Clean up rsp-file (mono/mono#15700)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Egor Bogatov
[netcore] Revise items in CoreFX.issues.rsp (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Aleksey Kliger...
[loader] Add MonoAssemblyLoadContext; stop sharing...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Jay Krell
Fix leaks in mono_lookup_internal_call_full_with_flags...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Jay Krell
configure/makefile To support updating zlib to 1.2...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Ryan Lucia
Print two bytes at a time in mono_pe_file_map conversio...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Alexander Köplinger
Add com.apple.security.cs.allow-unsigned-executable...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Larry Ewing
Merge pull request mono/mono#15713 from lewing/sdk...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Filip Navara
[netcore] Clear system last error before P/Invoke calls...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Zoltan Varga
[runtime] Fix the error message for exceptions created...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Zoltan Varga
[interp] Make the code GC safe on wasm. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Jay Krell
Fix use of freed memory. (mono/mono#15660)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Aleksey Kliger...
[netcore] Use the strict loader (mono/mono#15668)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Filip Navara
[netcore] Ignore public key when matching assemblies...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Thays Grazia
[debugger] Don't list finalizer gc thread if it's not...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Jay Krell
Fix leak in create_runtime_invoke_info when mono_class_...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Jay Krell
Trim mono_mini_arch_lock, mono_mini_arch_unlock, mini_a...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-14
Bernhard Urban
[llvm] avoid FP elimination on iOS/armv7 (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Aleksey Kliger...
Add configure flag to disable GAC support; disable...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Larry Ewing
Merge pull request mono/mono#10202 from Unity-Technolog...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Alexander Köplinger
[ci] Upload mac-entitlements.plist to azure when upload...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Jo Shields
Add hardened runtime testing to Catalina lane (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Jay Krell
extern "C" reduction. (mono/mono#15634)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Zoltan Varga
[jit] Fix the devirt of EqualityComparer<byte>. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Egor Bogatov
[netcore] Do not inline ThrowHelpers, fix SkipFrames...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Egor Bogatov
[netcore] Fix IsAssignableFrom (mono/mono#15641)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Zebediah Figura
[metadata] Respect unmanaged calling conventions in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Calvin Buckley
Misc AIX/PASE tweaks (mono/mono#15651)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Jay Krell
Remove configure cruft -- Interlocked and GetProcessId...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Jay Krell
Cleanup mono_threads_platform_get_stack_bounds. (mono...
commit
|
commitdiff
|
tree
|
snapshot
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
next