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
2017-03-02Bump cecilMarek Safar
2017-03-02[threads] Remove mono_threads_suspend_needs_abort_syscall (#4450)Ludovic Henry
2017-03-02[runtime] Cleanup the debugger header files. (#4459)Zoltan Varga
2017-03-02Merge pull request #4418 from kumpera/fix_gclass_recording_on_failureRodrigo Kumpera
2017-03-02[runtime] Use mono_debug_method_lookup_location () instead of mono_debug_symf...Zoltan Varga
2017-03-02[corlib][System] Concurrent collections from corefxMarek Safar
2017-03-01[threads] Remove unused mono_thread_internal_stop (#4449)Ludovic Henry
2017-03-01Merge pull request #4373 from NattyNarwhal/haikuRodrigo Kumpera
2017-03-01[interpreter] rename interpreter to interpBernhard Urban
2017-03-01[generics.cs] enable more testcases for interpreterBernhard Urban
2017-03-01[interpreter] use explicit addressing for stack slotsBernhard Urban
2017-03-01[interpreter] add basic-vectors.cs to richeck targetBernhard Urban
2017-03-01[interpreter] add {exceptions,devirtualization,basic-simd}.cs to richeck targetBernhard Urban
2017-03-01[interpreter] add floating point support to icall trampoline, add basic-math....Bernhard Urban
2017-03-01[interpreter] add arrays.cs to richeck targetBernhard Urban
2017-03-01[objects.cs] enable last two remaining tests for interpreterBernhard Urban
2017-03-01[interpreter] fix array built-ins wrt. multiarray accessBernhard Urban
2017-03-01[interpreter] fix metadata access for ldtoken insn in wrappersBernhard Urban
2017-03-01[interpreter] implement ref type for ldelem bytecodeBernhard Urban
2017-03-01[interpreter] install stack walking callbackBernhard Urban
2017-03-01[interpreter] it can happen that we have the address of a enum on the stack, ...Bernhard Urban
2017-03-01[interpreter] allow generic inst type in icall trampolineBernhard Urban
2017-03-01[interpreter] if unboxing is required on virtcall, point into object instead ...Bernhard Urban
2017-03-01[generics.cs] test calling an interface, that's implemented by a generic valu...Bernhard Urban
2017-03-01[interpreter] properly inflate method on generic virtual callBernhard Urban
2017-03-01[interpreter] inflate method signature for delegate.invoke ()Bernhard Urban
2017-03-01[interpreter] inflate signature for calli with proper generic_contextBernhard Urban
2017-03-01[object/interpreter] add trap for future pitfallsBernhard Urban
2017-03-01[interpreter] add init_delegate callbackBernhard Urban
2017-03-01[interpreter] use jit icall for delegate ctorBernhard Urban
2017-03-01[trampolines] make sure no delegate trampoline is created in interpreter modeBernhard Urban
2017-03-01[objects.cs] testcase for delegate with instance method that uses `this'Bernhard Urban
2017-03-01[interpreter] pop extra arg in CEE_MONO_CALLI_EXTRA_ARGBernhard Urban
2017-02-28Merge pull request #4440 from kumpera/fix-assembly-remappingRodrigo Kumpera
2017-02-28[msvc] Update csproj filesmonojenkins
2017-02-28Merge pull request #4381 from BrzVlad/feature-generational-hashVlad Brezae
2017-02-28[runtime] Fix assembly remapping by using a hashtable. Fixes #52846 and #52743Rodrigo Kumpera
2017-02-28[System] Add regression test for Bugzilla 10899 (#4401)Alexander Köplinger
2017-02-28Merge pull request #4438 from xmcclure/monodis-fixAndi McClure
2017-02-27Fix monodisAndi McClure
2017-02-27Merge pull request #4433 from kumpera/android-fixesRodrigo Kumpera
2017-02-27[jit] Rewrite some logging to work on embedded systems.Rodrigo Kumpera
2017-02-27[jit] Fix LMF codegen on android arm64.Rodrigo Kumpera
2017-02-27[alias-analysis] Ignore addresses taken of volatile variables.Rodrigo Kumpera
2017-02-27[runtime] Mark mono_error_init external only. (#4437)Aleksey Kliger (λgeek)
2017-02-27Merge pull request #4434 from BrzVlad/fix-unload-hangVlad Brezae
2017-02-27Update ms-test-suiteMarek Safar
2017-02-27[System.Numerics] Use corefx implementationMarek Safar
2017-02-27Merge pull request #4431 from vkargov/vk-leaking-pointsRodrigo Kumpera
2017-02-27Haiku hrev50954 makes this ifdef unnecessaryCalvin