mono.git
2017-05-26 Rodrigo KumperaMerge pull request #4840 from kumpera/unaligned-access
2017-05-26 Alexis ChristoforidesBump bockbuild
2017-05-26 Marek Safar[mcs] Codegen for optimized new with valuetype load...
2017-05-26 Bernhard Urban[arm] use r8 instead of r5 in icall trampoline, because...
2017-05-26 Bernhard Urban[arm] respect iOS specific ABI for frame pointer in...
2017-05-25 Rodrigo Kumpera[mini] Fix the llvmonlycheck test.
2017-05-25 Zoltan Varga[aot] Avoid printing out AOT NOT FOUND messages for...
2017-05-25 Damien Diederen[arm] Do not use the ARM Run-time ABI in cross-compiler...
2017-05-25 Vlad BrezaeMerge pull request #4926 from BrzVlad/fix-tls-v5
2017-05-24 e-kovalenkoFix mono build with disabled sgen (#4915)
2017-05-24 Marcin Cieślaksysctl takes 3 name components (#4883)
2017-05-24 Marcin CieślakMove <sys/types.h> higher for integer types (#4884)
2017-05-24 Vlad Brezae[arm] Don't use fast tls on v5 arm
2017-05-24 Aleksey Kliger... Merge pull request #4923 from lambdageek/bug-56694
2017-05-24 Rodrigo KumperaMerge pull request #4872 from kumpera/add_test_for_eloop
2017-05-24 Aleksey Kliger... Merge pull request #4845 from lambdageek/dev-coop-delegates
2017-05-24 Marcin CieślakBug #56499: unreadable /etc/localtime should not cause...
2017-05-24 Aleksey Kliger[sgen] Scan the handle stack for dangling ptrs during...
2017-05-24 Aleksey Kliger[coop handles] Fix wrong #ifdef
2017-05-24 Aleksey Kliger[appdomain] Don't leak MonoReflectionAssemblyHandles...
2017-05-24 Aleksey Kliger[tests] Regression test for #56694
2017-05-24 Zoltan Varga[runtime] Implement interior handles as a special case...
2017-05-24 Marek Safar[corlib] Fixes warning
2017-05-24 Marek Safar[mcs] Parsing of nested unbound types. Fixes #55400
2017-05-24 Marek Safar[corlib] Remove unused field
2017-05-24 Miguel de IcazaImprove error messages to help users diagnose problems...
2017-05-24 Zoltan Varga[runtime] Convert a g_warning to a type load failure...
2017-05-24 Zoltan VargaFix make dist.
2017-05-23 Rodrigo KumperaFix the CpBlk and InitBlk intrinsics.
2017-05-23 Rodrigo KumperaUpdate test for correct behavior.
2017-05-23 Rodrigo Kumpera[runtime] Fix multiple issues around symlink handling.
2017-05-23 Martin Baulig[System]: Don't call OnCompleted(this) twice in SocketA...
2017-05-23 Alexander Köplinger[bcl] Fix compiling xunit-based tests
2017-05-23 Zoltan Varga[runtime] Add specialized versions of mono_icall_handle...
2017-05-23 Zoltan VargaFix full aot (#4919)
2017-05-23 Aleksey Kliger[runtime] Use coop handles for System.Delegate.AllocDel...
2017-05-23 Aleksey Kliger[marshal] Use coop handles for System.Delegate.GetVirtu...
2017-05-23 Aleksey Kliger[marshal] Use coop handles in mono_delegate_to_ftnptr
2017-05-23 Aleksey Kliger[runtime] Remove temporary fcn mono_delegate_ctor_with_...
2017-05-23 Aleksey Kliger[marshal] Change mono_delegate_ctor to use coop handles
2017-05-23 Aleksey Kliger[marshal] Use handles in mono_ftnptr_to_delegate
2017-05-23 Aleksey Kliger[runtime] Use coop handles in mono_delegate_ctor_with_m...
2017-05-23 Aleksey Kliger[marshal] Use coop handles for OffsetOf, SizeOf, Prelin...
2017-05-23 Alexander KöplingerRemove outdated info and unused files from mcs/ (#4916)
2017-05-23 Marek Safar[mcs] When setting struct empty layout consider compile...
2017-05-23 Alexander KöplingerBump bockbuild to fix build
2017-05-23 Zoltan Varga[runtime] Add a fastpath to mono_object_isinst_icall...
2017-05-22 Alexander KöplingerUse nuget 4.3.0-preview1 to fix build
2017-05-22 Marek Safar[mcs] Add expression bodied syntax for accessors. Fixes...
2017-05-22 Bernhard Urban[interp] fix unaligned.
2017-05-22 Alexis Christoforides[MacSDK] Update Nuget to 4.5, switch to binary release...
2017-05-22 Alexander Köplinger[bcl] Make monolite platform specific (#4910)
2017-05-22 Alexander Köplinger[bcl] Exclude Mono.CSharp.dll from api diff
2017-05-22 Alex Rønne... [profiler] Fall back to CLOCK_MONOTONIC if CLOCK_PROCES...
2017-05-22 Marek Safar[mcs] Inflate referenced current types for imported...
2017-05-22 Marek Safar[mcs] Removes TypeManager calls from MoreSpecific
2017-05-22 vkargov[ci] Add the collect-coverage tag for use on Jenkins...
2017-05-22 Bernhard Urban[mcs] extend API for loading types and consuming source...
2017-05-20 Rodrigo Kumpera[jit] Fix x86 failures and handle unaligned load with...
2017-05-19 Rodrigo Kumpera[corlib] Address reviewer comments to new test.
2017-05-19 Alexander KöplingerBump api-snapshot
2017-05-19 Marek SafarBump Roslyn to 2.3 preview
2017-05-19 Alexis ChristoforidesBump bockbuild
2017-05-19 Alexander KöplingerBump the btls submodule
2017-05-19 Marek Safar[mcs] Report more unsafe code errors in iterators....
2017-05-19 Marek Safar[build] Remove platforms from xbuild build
2017-05-19 Zoltan Varga[amd64] Fix the allocation of the caller area in filter...
2017-05-19 Alexander Köplinger[bcl] Dispose Cecil AssemblyDefinition after usage...
2017-05-19 Katelyn GaddWarn on failure to create default Reflection.Emit Symbo...
2017-05-19 Rodrigo Kumpera[jit] Add unaligned tests.
2017-05-19 Zoltan Varga[amd64] Remove the restriction on the locals stack...
2017-05-18 Rodrigo Kumpera[jit] Properly handle unaligned memory access.
2017-05-18 Rodrigo Kumpera[jit] Assorted small changes.
2017-05-18 Rodrigo Kumpera[mini] Remove assert and document reason it can't be...
2017-05-18 Bernhard Urban[interp] respect 64bit alignment on armv7
2017-05-18 Alexander Köplinger[pdb2mdb] Dispose Cecil AssemblyDefinition on pdb2mdb...
2017-05-18 Alexander Köplinger[configure] Add stdalign.h checks for BTLS to ARM platf...
2017-05-18 vkargov[aot] Fix a memory leak related to constraint allocatio...
2017-05-18 Katelyn GaddFixes for bug#54388 "InternalsVisibleTo is case sensiti...
2017-05-18 Marek Safar[corlib] Bump DoubleWait test timeouts
2017-05-18 vkargovFix eglibc remapping and revive the test for its comple...
2017-05-18 Marek SafarAdds System.Net.Http 4.3.2 to blacklist
2017-05-18 Alexander Köplinger[configure] Remove the --enable-dynamic-btls switch...
2017-05-18 Marek Safar[ci] Enable linker tests on PRs
2017-05-18 Marek SafarAdd linker tests
2017-05-18 Marek SafarAdd LinkerDescriptor
2017-05-18 Marek SafarBump linker
2017-05-18 Rodrigo Kumpera[jit] Remove mini_emit_stobj from method-to-ir.c and...
2017-05-18 Rodrigo Kumpera[jit] Replace usage of mini_emit_stobj with mini_emit_m...
2017-05-18 Rodrigo Kumpera[jit] Fix wording of the function description
2017-05-18 Rodrigo Kumpera[jit] Fix mono_debug_count breakage introduced by the...
2017-05-18 Rodrigo Kumpera[mini] Add mini_emit_memory_copy to replace mini_emit_stobj
2017-05-18 Rodrigo Kumpera[jit] Fix large const memcpy/memset when when the intri...
2017-05-18 Rodrigo Kumpera[runtime] Rework how unaligned memcpy/memset are generated.
2017-05-17 Zoltan Varga[runtime] Make RuntimeHelpers:SufficientExecutionStack...
2017-05-17 Aleksey Kliger[coop handles] Add mechanism to track handle leaks
2017-05-17 Bernhard Urban[interp] assume EABI for passing arguments to arm tramp...
2017-05-17 Bernhard Urban[interp] use helper function to check if generic inst...
2017-05-17 Bernhard Urban[arm] respect thumb mode in mixed mode unwinding
2017-05-17 Bernhard Urban[interp] properly pass 64bit integers to native code...
next