mono.git
2016-01-08 Rolf Bjarne... [runtime] Add API to set debug options without going...
2016-01-08 Zoltan Varga[llvmonly] Enable some tests which now work.
2016-01-08 Zoltan Varga[llvmonly] Fix support for gsharedvt delegate invoke...
2016-01-08 Zoltan Varga[amd64] Only use the gsharedvt calling conv for variabl...
2016-01-08 Zoltan Varga[runtime] Set the wrapper info correctly for generic...
2016-01-08 João MatosMerge pull request #2406 from vkargov/master
2016-01-07 Vladimir KargovFix the format statements in mono-gdb.
2016-01-07 Zoltan Varga[ppdb] Fail fast when trying to load an .mdb file from...
2016-01-07 Zoltan Varga[llvmonly] Share more signatures.
2016-01-07 Zoltan Varga[llvmonly] Change the way delegate invokes are implemen...
2016-01-07 Zoltan Varga[llvmonly] Remove the old llvmonly runtime support...
2016-01-07 Jonathan PryorMerge pull request #2333 from joelmartinez/docs-classic-fix
2016-01-07 Rolf Bjarne... Bump referencesource to get changes for multiple appdom...
2016-01-07 Rolf Bjarne... [corlib] Remove multiple appdomain support (AppDomain...
2016-01-07 Zoltan Varga[llvm] Fix support for aot data files.
2016-01-07 Zoltan Varga[llvmonly] Remove some duplicate code.
2016-01-06 Zoltan Varga[llvmonly] Share more signatures in the gsharedvt in...
2016-01-06 Zoltan Varga[llvmonly] Fix a case where a non-virtual method was...
2016-01-06 Joel Martinez[mdoc] Added -api-style parameter.
2016-01-06 Rolf Bjarne... [aot] Fix emission of external aot data by aligning...
2016-01-06 Zoltan Varga[runtime] Fix the DISABLE_JIT build.
2016-01-06 Zoltan Varga[llvmonly] Add support for runtime invokes with nullabl...
2016-01-06 Alex Rønne... Merge pull request #2174 from stukselbax/master
2016-01-06 Zoltan Varga[llvmonly] Implement runtime invokes to gsharedvt methods.
2016-01-06 Zoltan Varga[jit] Fix the handling of virtual generic methods on...
2016-01-05 Martin BauligRevert "[corlib] Fixed the mobile build in System.Secur...
2016-01-05 Zoltan Varga[amd64] Enable LLVM for more parameter passing conventions.
2016-01-05 Martin Baulig[bcl]: Fix 'mobile_static' build.
2016-01-05 Zoltan Varga[llvm] Fix the linking of the bblocks containing endfin...
2016-01-05 Martin BauligMerge pull request #2401 from alexanderkyte/mobile_stat...
2016-01-05 Aleksey Kliger... Merge pull request #2385 from lambdageek/dev/checked...
2016-01-05 Alexander Kyte[bcl] Fix Win32 network api exclusion on non-monodroid...
2016-01-05 Alexander Kyte[bcl] Take mobile_static profile into account in prepro...
2016-01-05 Joao Matos[Mono.Security] Fixed bootstrap build.
2016-01-05 Martin Baulig[System]: Cleanup the internal 'MonoTlsProviderFactory'.
2016-01-05 Martin Baulig[System]: Include Mono.Security sources in XamMac profi...
2016-01-05 Martin Baulig[Mono.Security]: Add MonoTlsProviderFactory.GetMonoSslS...
2016-01-05 Martin Baulig[Mono.Security]: Add 'IMonoSslStream.Provider' and...
2016-01-05 Martin BauligFix some compiler warnings in Mono.Security and System.
2016-01-05 Martin Baulig[System]: Only use the 'MONO_SECURITY_ALIAS' conditiona...
2016-01-05 Alexander KöplingerMerge pull request #2396 from akoeplinger/flaky-osx...
2016-01-05 Zoltan VargaRevert "[amd64] Remove some restrictions on passing...
2016-01-05 Zoltan Varga[runtime] Fix the loaded llvm build.
2016-01-05 Zoltan Varga[runtime] Allocate a parameter array in mono_jit_runtim...
2016-01-05 Zoltan Varga[amd64] Remove some restrictions on passing/returning...
2016-01-04 Zoltan Varga[jit] Disable the support for -O=shared, use it only...
2016-01-04 Zoltan Varga[llvmonly] Introduce a MonoFtnDesc structure to represe...
2016-01-04 Zoltan Varga[llvmonly] Remove some jit icalls which are no longer...
2016-01-04 Zoltan Varga[llvmonly] Add an optimized implementation for generic...
2016-01-04 Zoltan Varga[llvmonly] Clean up the optimized virtual call code...
2016-01-04 Marek Safar[System] Fixes Process::WaitForExit to honour EnableRai...
2016-01-04 Zoltan Varga[llvmonly] Add an optimized implementation for generic...
2016-01-04 Alexander Köplinger[System] Fix flaky AcceptBlockingStatus test that somet...
2016-01-04 Zoltan Varga[aot] Add another special case for wrappers+gshared...
2016-01-04 Alexander KöplingerMerge pull request #2393 from akoeplinger/servicemodel...
2016-01-04 Marek SafarBumpr reference source for mobile profile fixes
2016-01-04 Marek Safar[mcs] Fixes typo
2016-01-04 Marek SafarMerge pull request #2395 from akoeplinger/rijndael
2016-01-04 Alexander Köplinger[corlib] Remove RijndaelManaged test that makes no...
2016-01-03 Alexander Köplinger[System.ServiceModel] Fix "collection was modified...
2016-01-03 Joao Matos[mini] Fixed non-JIT runtime support in generic sharing.
2016-01-03 Joao Matos[corlib] Fixed the mobile build in System.Security...
2016-01-03 Zoltan VargaAdd an optimized implementation for interface calls.
2016-01-03 Zoltan Varga[runtime] Pass the vtable to the vtable/imt trampoline...
2016-01-03 David KarlašMerge pull request #2380 from alexanderkyte/pdb_fix_loc...
2016-01-03 Zoltan Varga[llvmonly] Optimize virtual calls by storing a function...
2016-01-02 Zoltan Varga[runtime] Avoid a crash if a generic type definition...
2016-01-02 Zoltan Varga[sgen] Avoid asserting if the tls offsets used by the...
2016-01-02 Zoltan Varga[llvm] Disable support for nested clauses, it still...
2016-01-02 Zoltan Varga[llvm] Add missing OP_LMUL_IMM opcode.
2016-01-02 Zoltan Varga[llvm] Add support for passing dummy arguments before...
2016-01-01 Alexander KöplingerMerge pull request #2392 from akoeplinger/web-wizard...
2016-01-01 Alexander Köplinger[System.Web] Fix WizardStepBase_Theme sharing violation...
2016-01-01 Alexander KöplingerMerge pull request #2391 from Utsav2/Utsav2-patch-1
2016-01-01 Utsav ShahFix typo
2015-12-31 Miguel de Icaza[man/mono.1] Add details on --aot=data-outfile option
2015-12-29 Vlad BrezaeMerge pull request #2386 from BrzVlad/fix-jit
2015-12-28 Aleksey Kliger[checked] Imageset may reference corlib implicitly...
2015-12-27 Vlad Brezae[arm] Fix codegen for multiply instructions
2015-12-27 Vlad Brezae[jit] Fix specs for some conv instructions
2015-12-27 Vlad Brezae[jit] Fix signed division by power of 2 optimization.
2015-12-24 Marek SafarMerge pull request #2383 from akoeplinger/authenticated...
2015-12-24 Zoltan Varga[runtime] Move the HAVE_MOVING_COLLECTOR define to...
2015-12-24 Zoltan Varga[runtime] Make libmono point to libmonosgen instead...
2015-12-24 Zoltan Varga[runtime] Make the code in mini-llvm.c more C++ compatible.
2015-12-24 Alexander Köplinger[System] Port AuthenticatedStream from referencesources
2015-12-24 Zoltan VargaMerge pull request #2381 from alexanderkyte/pdb_method_...
2015-12-24 Alexander Kyte[runtime] Fixed off-by-one bug in local variable counti...
2015-12-24 Alexander Kyte[runtime] Make the pdb lookup function return NULL...
2015-12-23 monojenkinsMerge pull request #2379 from xmcclure/babysitter-contd
2015-12-23 Andi McClurescripts/babysitter stdout logging improvements
2015-12-23 Rolf Bjarne... [mkbundle] Add support for --quiet.
2015-12-23 Rolf Bjarne... [mkbundle] Fix compiler warnings.
2015-12-23 Zoltan Varga[llvm] Fix LLVM support after e7166e4f9cee4eb896f1a2ff0...
2015-12-23 Miguel de Icazaucm2cp: Remove the deprecated '#if NET_2_0' fence
2015-12-23 Alexander Köplinger[System.Xml.Linq] Reenable a test that was commented out
2015-12-22 Alexander KöplingerMerge pull request #2366 from xmcclure/scripts-babysitter
2015-12-22 Andi McClureSupport process-group killing in babysitter script
2015-12-22 Andi McClureHave scripts/babysitter use MONO_BABYSITTER_LOG_FILE...
2015-12-22 Andi McClureMore peer review changes on scripts/babysitter
next