[tuner] Properly preserve AesCryptoServiceProvider.
[mono.git] / mono /
2015-10-20 Zoltan Varga[runtime] Factor out the PE image loading code into...
2015-10-20 Zoltan Varga[runtime] Fix a possible buffer overflow in get_process...
2015-10-20 Zoltan Varga[amd64] Remove some dead code.
2015-10-20 Zoltan VargaRevert "[amd64] Allow returning of structs in register...
2015-10-20 Zoltan Varga[gsharedvt] Inflate methods properly in one case. Fixes...
2015-10-19 Alexander KöplingerMerge pull request #2148 from akoeplinger/remove-old...
2015-10-19 Alexander Köplinger[runtime] Remove explicit support for v4.0.30128 and...
2015-10-19 Zoltan Varga[llvm] Fix the handling of r4 arguments during calls...
2015-10-19 João Matos[runtime] Remove unused MONO_IS_CROSS_COMPILE define.
2015-10-19 Alexander Köplinger[acceptance-tests] Integrate Roslyn, CoreCLR and ms...
2015-10-19 Alexander Köplinger[tests] Add a new --testsuite-name parameter to managed...
2015-10-19 Alexander Köplinger[tests] Add a new --expected-exit-code option to the...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-19 Zoltan Vargajit] Replace a few more #ifdefs with flags.
2015-10-18 Zoltan VargaFix the build.
2015-10-18 Zoltan Varga[jit] Add a new MonoBackend structure which will contai...
2015-10-18 Zoltan Vargajit] Replace a few more #ifdefs with MonoCompile flags.
2015-10-18 Zoltan Varga[jit] Replace a few more #ifdefs with MonoCompile flags.
2015-10-18 Zoltan Varga[jit] Replace a few arch-specific #ifdef blocks with...
2015-10-18 Zoltan Varga[jit] Add flags to MonoCompile to allow the removal...
2015-10-17 Alexander Köplinger[threads] Fix another sleep compilation error on win32
2015-10-17 Zoltan VargaMake the thread dump code safe by doing only async...
2015-10-17 Ludovic Henry[threads] Fix sleep compilation error on win32
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-17 Zoltan Varga[amd64] Allow returning of structs in register pairs.
2015-10-17 Zoltan Varga[llvm] Fix returning of values in a register pair.
2015-10-17 Zoltan Varga[llvm] Fix JIT support.
2015-10-17 Zoltan Varga[runtime] Disable the emission of stubs debug info...
2015-10-16 Alexander KöplingerMerge pull request #2143 from akoeplinger/refactor...
2015-10-16 João MatosMerge pull request #2141 from akoeplinger/fix-wrong...
2015-10-16 Ludovic Henry[Process] Do not use Exited as it's racy with Start...
2015-10-16 Alexander Köplinger[runtime] Rename DISABLE_AOT_COMPILER back to DISABLE_AOT
2015-10-16 Zoltan Varga[runtime] Simplify the caching of gshared generic param...
2015-10-16 Zoltan Varga[runtime] Add a new MonoGSharedGenericParam structure...
2015-10-16 Zoltan Varga[amd64] Split the valuetype argument passing code into...
2015-10-16 Zoltan Varga[aot] Create constrained gparams using the same mini_ge...
2015-10-15 Ludovic Henry[io-layer] Remove Sleep and SleepEx
2015-10-15 Ludovic Henry[io-layer] Remove GetCurrentThreadId
2015-10-15 Ludovic Henry[runtime] Remove dead code
2015-10-15 Rodrigo Kumpera[sdb] Fix state initialization of suspended threads...
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-15 João Matos[runtime] Switch ARM backend use to use g_print instead...
2015-10-15 João MatosRevert "[runtime] Switch ARM backend use to use g_print...
2015-10-15 João Matos[runtime] Switch ARM backend use to use g_print instead...
2015-10-15 João Matos[runtime] Simplify ARM mono_arch_flush_icache.
2015-10-15 Zoltan Varga[amd64] Remove the special casing of TYPEDBYREF in...
2015-10-15 Zoltan Varga[llvmonly] Call methods in the same assembly directly.
2015-10-15 Zoltan Varga[llvmonly] Update comments.
2015-10-15 Zoltan Varga[llvmonly] Use the PreserveAll calling convention for...
2015-10-15 Zoltan Varga[llvmonly] Factor out the initialization code into...
2015-10-15 Zoltan Varga[ppdb] Check that PE file timestamp as well when matchi...
2015-10-14 Zoltan Varga[llvmonly] Add more preinitialized got slots, refactor...
2015-10-14 Zoltan Varga[ppdb] Update to spec version v1.0. Fix decoding of...
2015-10-14 Zoltan Varga[ppdb] Update the code which checks whenever the assemb...
2015-10-14 Zoltan VargaFix the build.
2015-10-14 Zoltan Varga[aot] Fix the build when llvm is not enabled.
2015-10-14 João Matos[runtime] Reworked coop GC stack handling in platforms...
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Aleksey KligerGetCallingAssembly() skip past reflection. Fix #29108...
2015-10-14 Zoltan Varga[llvmonly] Fix the build.
2015-10-14 Zoltan Varga[aot] Rework the handling of preinitialized got slots...
2015-10-14 Zoltan Varga[llvmonly] Skip initalization of methods if they only...
2015-10-14 Zoltan Varga[llvmonly] Emit initialization code for a method only...
2015-10-13 Miguel de IcazaAdd tests for #34598
2015-10-13 Sandy ArmstrongMerge pull request #2130 from sandyarmstrong/mt-runtime...
2015-10-13 Marcos HenrichMerge pull request #2121 from esdrubal/socketreuse
2015-10-12 Zoltan Varga[sdb] Print more debug info when a seq point is not...
2015-10-12 Zoltan Varga[llvmonly] Simplify the handling of init_bb a bit.
2015-10-12 João Matos[runtime] Fixed build error related to undeclared objec...
2015-10-12 Rodrigo Kumpera[verifier] Fix the verifiers to handle Roslyn style...
2015-10-12 Zoltan VargaRevert "[runtime] Don't allocate domain-level static...
2015-10-12 Zoltan VargaRevert "[runtime] Optimize mono_class_field_is_special_...
2015-10-12 Zoltan Varga[ppdb] Update the image checking code, the guid in...
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Zoltan VargaFix the cross compiler build by not including c headers...
2015-10-12 João Matos[mini/llvm] Fixed cross compilation build.
2015-10-12 João Matos[mini/llvm] Normalize includes.
2015-10-12 Marcos Henrich[System] Added icall SupportsPortReuse.
2015-10-12 João MatosMerge pull request #2120 from mono/revert-2101-stack...
2015-10-12 João MatosRevert "Reworked coop GC stack handling in platforms...
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-09 Rodrigo Kumpera[Apple] Disable environment access on Apple platforms...
2015-10-09 Zoltan VargaFix the loaded llvm build.
2015-10-09 João Matos[runtime] Fixed accidental whitespace change.
2015-10-09 João Matos[runtime] Build fixes for builds with disabled LLVM.
2015-10-09 Zoltan Varga[llvmonly] Fix the build.
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaFix regressions caused by the llvmonly changes so norma...
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaAvoid installing an unhandled exception handler in...
2015-10-09 Zoltan VargaDisable SIMD when using llvm only.
2015-10-09 Zoltan VargaEmulate ckfinite in llvmonly mode. Implement support...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaMore nesting issues with EH clauses. Fix stack traces.
2015-10-09 Zoltan VargaFix a crash if an assembly contains no EH.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaAvoid sorting the clauses, they are already sorted...
next