mono.git
2017-03-10 Johan LorenssonMerge pull request #4444 from lateralusX/jlorenss/windo...
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Zoltan Varga[arm64] Fix the saving/restoring of fp regs in exceptio...
2017-03-10 Zoltan Varga[runtime] Add a test to verify that pedump works. ...
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Alexis Christoforides[MacSDK] Fix Ironlangs build with latest MSBuild
2017-03-09 Rodrigo KumperaMerge pull request #4494 from kumpera/important-android...
2017-03-09 Jon Purdy[api] Remove dead mono_load_image API.
2017-03-09 Ludovic Henry[socket] ret might not have been initialized (#4495)
2017-03-09 Alexander Köplinger[Mono.Options] Add missing test file to test sources
2017-03-09 monojenkins[msvc] Update csproj files (#4479)
2017-03-09 Marek Habersack[mkbundle] Encode directory separator character on...
2017-03-09 Alexander Köplinger[ci] Remove ppc64el checks from run-test-default.sh
2017-03-09 lateralusXShorten function name length for static functions.
2017-03-09 Marek Safar[mcs] Codegen for auto-property backing field initializ...
2017-03-09 Daniel C. Weber[Mono.Posix] UnixSIgnal.WaitOne() doesn't block for...
2017-03-08 Rodrigo Kumpera[runtime] Make sure we use lower numbered signals on...
2017-03-08 Bernhard Urban[interp] remove g_error call
2017-03-08 Bernhard Urban[interp] fix another data.klass access. due to generic...
2017-03-08 Bernhard Urban[interp] support stelem for g{,u}int64
2017-03-08 Bernhard Urban[interp] pass single fp correctly to icall trampoline
2017-03-08 Bernhard Urban[interp] fix type init exception propagation for method...
2017-03-08 Bernhard Urban[interp] support non-empty stack in switch branches
2017-03-08 Bernhard Urban[interp] fix for ldflda unsafe corner case
2017-03-08 Bernhard Urban[interp] propogate OOM exception on array instantiation
2017-03-08 Bernhard Urban[exceptions.cs] enable one more test
2017-03-08 Bernhard Urban[interp] respect lower_bound on array access and share...
2017-03-08 Bernhard Urban[interp] throw overflow exception on long to ulong...
2017-03-08 Bernhard Urban[interp] throw overflow exception on ulong to long...
2017-03-08 Bernhard Urban[interp] throw overflow exception on (0/-1)
2017-03-08 Bernhard Urban[interp] fix overflow corner cases for integer
2017-03-08 Bernhard Urban[interp] fix a mem leak in transform
2017-03-08 Bernhard Urban[interp] allocate one more slot for tracking stack...
2017-03-08 Bernhard Urban[makefile] cleanup richeck target
2017-03-08 Bernhard Urban[interp] support stelem for guint8
2017-03-08 Bernhard Urban[interp] support reference case for unbox.any
2017-03-08 Bernhard Urban[interp] remove STTHIS completly.
2017-03-08 Bernhard Urban[interp] throw exceptions from icalls
2017-03-08 Bernhard Urban[interp] proper overflowcheck for size passed to cee_newarr
2017-03-08 Bernhard Urban[interp] throw NRE in mint_vcall insn if receiver is...
2017-03-08 Bernhard Urban[interp] respect generic context for cee_sizeof
2017-03-08 Bernhard Urban[interp] set proper type info for cee_ldtoken bytecode
2017-03-08 Bernhard Urban[interp] refactor Array::Address, so that readonly...
2017-03-08 Bernhard Urban[interp] cee_{stfld,ldfld{,a}} can access static fields too
2017-03-08 Bernhard Urban[interp] fix cee_initobj for reference type
2017-03-08 Bernhard Urban[interp] implement cee_cpobj
2017-03-08 Bernhard Urban[interp] transform all kind of clauses
2017-03-08 Bernhard Urban[interp] clear storage for sp, vt_sp and locals properly
2017-03-08 Bernhard Urban[interp] implement cee_unbox and cee_ldobj correctly
2017-03-08 Bernhard Urban[interp] fix issues around conv.ovf.* bytecodes
2017-03-08 Bernhard Urban[interp] fix localloc instruction, storage must be...
2017-03-08 Bernhard Urban[interp] clear locals storage also on pointer type
2017-03-08 Bernhard Urban[interp] add iltests.exe to regression suite and mark...
2017-03-08 Bernhard Urban[interp] add interpreter specific create_trampoline...
2017-03-08 Bernhard Urban[generics.cs] enable one more test for interpreter
2017-03-08 Bernhard Urban[interp] implement constrained calls to interface metho...
2017-03-08 Bernhard Urban[interp] support readonly. prefix for ldelema
2017-03-08 Bernhard Urban[interp] respect variance in interface dispatch
2017-03-08 Bernhard Urban[interp] inflate also on CEE_CALL etc.
2017-03-08 Zoltan Varga[offsets-tool] Remove dependencies on android directory...
2017-03-08 Marek Safar[System] Collections from CoreFX
2017-03-08 Marek SafarBump corefx
2017-03-08 Alexander Köplinger[ci] Check if X server is available before running...
2017-03-08 Zoltan Varga[arm] Implement aot support for handler block trampolines.
2017-03-07 Zoltan Varga[arm64] Implement aot support for handler block trampol...
2017-03-07 Alexander KyteMerge pull request #4481 from migueldeicaza/master
2017-03-07 Zoltan Varga[runtime] Fix pedump.
2017-03-07 Frederik CarlierRFI - Support building System.Drawing for NETCOREAPP2...
2017-03-06 Aleksey Kliger[mono/tests] Don't use -lib:<dir> use -r:<dir>/asm...
2017-03-06 Aleksey Kliger[mini] Run tests with --runtime=mobile for testing_aot_...
2017-03-06 Aleksey Kliger[runtime] Redirect mobile System.Net.Http to version...
2017-03-06 Marek Safar[Mono.Options] Update documentation build
2017-03-06 Jonathan Pryor[Mono.Options] Add Mono.Options.Command, .CommandSet
2017-03-06 Miguel de Icaza[mkbundle] Fixes the embedding of dependency assemblies...
2017-03-06 Zoltan VargaFix the build.
2017-03-06 Aleksey Kliger[coop handles] Assert if interior ptr handle passed...
2017-03-06 Aleksey Kliger[coop handles] Use a bitmap per HandleChunk to track...
2017-03-06 Aleksey Kliger[reflection] Use coop handles for MonoMethodInfo.get_me...
2017-03-06 Aleksey Kliger[marshal] Pin valuetype ref icall arguments.
2017-03-06 Aleksey Kliger[coop handles] Add handles for interior pointers /...
2017-03-06 Frederik CarlierMake System.Drawing unit tests use Assert.Throws instea...
2017-03-06 Marek Safar[resx2sr] Handle duplicate keys
2017-03-06 Bernhard Urban[sgen] use memmove as src and dst can overlap
2017-03-06 Alexander Köplinger[cert-sync] Don't import into BTLS store if BTLS is...
2017-03-06 Vladimir KazakovFinalize the implementation of SignedXml.ComputeSignatu...
2017-03-06 Zoltan Varga[jit] Fix an assert in mono_unwind_ops_encode_full...
2017-03-05 Zoltan Varga[arm64] Fix the passing of small arguments on the stack...
2017-03-04 monojenkins[msvc] Update csproj files (#4474)
2017-03-04 Vincent Povirk[metadata] Fix a possible crash when looking up a p...
2017-03-04 Ludovic Henry[corert] Import System.Threading.ThreadPoolBoundHandle
2017-03-03 Ludovic Henry[corert] Import System.Diagnostics.Debug
2017-03-03 Marek Safar[System.Core] Collections from corefx
2017-03-03 Aleksey Kliger[mono/tests] run the managed test runner using TOOLS_RU...
2017-03-03 Aleksey Kliger[fullaot] configure.ac: pass --runtime=mobile to AOT_...
2017-03-03 Ludovic Henry[threads] Remove ThreadState_StopRequested (#4462)
2017-03-03 Zoltan Varga[jit] Remove some duplicate declarations.
2017-03-03 Zoltan Varga[jit] Fix MethodAccessExceptions, the caller and callee...
2017-03-02 Ludovic Henry[threads] Remove mono_threads_create_thread (#4411)
2017-03-02 Zoltan Varga[runtime] Fix an infinite loop in the runtime class...
2017-03-02 Ludovic Henry[threads] Remove dead field cached_culture_info (#4410)
next