Merge pull request #2215 from kumpera/crash_in_mono_class_get_method_from_name_flags
[mono.git] / mono /
2015-11-10 Rodrigo KumperaMerge pull request #2215 from kumpera/crash_in_mono_cla...
2015-11-10 Zoltan Varga[runtime] Fix a few more class->klass cases.
2015-11-10 Zoltan Varga[runtime] Use 'klass' instead of 'class' to make the...
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-10 João Matos[runtime] Fixed typo.
2015-11-10 Rodrigo Kumpera[runtime] Fix bad assert in mono_class_get_method_from_...
2015-11-10 Marcos HenrichMerge pull request #2209 from esdrubal/facades_subdirs
2015-11-10 Rodrigo KumperaMerge pull request #2214 from kumpera/fix_enum_get_get_...
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
2015-11-10 Rodrigo Kumpera[runtime] Fix Enum.GetHashCode when basetype is short...
2015-11-09 Vlad Brezae[jit] Refactor loading of runtime constants from IL
2015-11-09 Vlad Brezae[aot] Don't hardcode the nursery size in aot write...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-09 Andi McClureFix to checked-build reference auditing
2015-11-07 Zoltan Varga[runtime] Add a MonoAotMode entry for llvmonly.
2015-11-07 Zoltan Varga[runtime] Add a dummy definition for mono_debug_persona...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan VargaAvoid setting mono_llvm_only when mono_aot_only is...
2015-11-06 Zoltan Varga[llvm] Use LLVMArgNormal for scalars passed by value...
2015-11-06 Zoltan Varga[llvm] Add a 'type' field to LLVMArgInfo, use it to...
2015-11-06 Zoltan Varga[aot] Reduce the code duplication in the wrapper encodi...
2015-11-06 Zoltan Varga[runtime] Make mono_marshal_get_wrapper_info ()/set_wra...
2015-11-05 Zoltan Varga[runtime] Add WrapperInfos for a few wrappers which...
2015-11-05 Zoltan Varga[runtime] Merge the 'AllocatorWrapperInfo' structure...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-04 Zoltan Varga[runtime] Implement native-to-managed marshalling of...
2015-11-04 Zoltan Varga[aot] Fix a crash introduced by 51c4e47f2 when the...
2015-11-04 Mark Probst[sgen] Allow disabling finalization of specific classes.
2015-11-04 Ludovic HenryMerge pull request #2196 from alexischr/coop-gc_stackda...
2015-11-04 Zoltan Varga[sdb] Add another fastpath to the invoke code to skip...
2015-11-04 Zoltan Varga[llvm] Get rid of the 'pindexes' array in LLVMCallInfo...
2015-11-04 Zoltan Varga[llvm] Add new llvm argument passing conventions for...
2015-11-04 Rodrigo KumperaMerge pull request #2193 from kumpera/loader-error...
2015-11-03 Zoltan VargaMerge pull request #2194 from alexrp/ppdb-status-crash
2015-11-03 Alexis Christoforides[coop] Make sure 'gc_stackdata' is aligned and properly...
2015-11-03 Ludovic HenryMerge pull request #2195 from alexrp/tp-ms-io-trace...
2015-11-03 Ludovic Henry[mini] Add safepoint support for all platforms
2015-11-03 Alex Rønne Petersen[threadpool-ms-io] Fix some crashy mono_trace () calls.
2015-11-03 Alex Rønne Petersen[ppdb] Fix a crash caused by mono_ppdb_load_file ().
2015-11-03 Marek SafarMerge pull request #2190 from Numpsy/AddADNotFoundException
2015-11-03 Ludovic HenryMerge pull request #2192 from kumpera/suspend-crossfire
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ty...
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ge...
2015-11-03 Rodrigo Kumpera[mono-error] Change mono_metadata_parse_generic_inst...
2015-11-03 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-11-03 Rodrigo Kumpera[suspend] Fix suspend race between mono-threads and...
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-11-02 João MatosMerge pull request #2191 from LogosBible/mono_amd64_hav...
2015-11-02 Martin PotterAdd support for version of pthread_getspecific when...
2015-11-02 Ludovic Henry[trace] Synchronize output
2015-11-02 Alexander Köplinger[mono] Rename NUnit xml result files to TestResult...
2015-11-02 Ludovic Henry[threads] Remove assertion on `info` for socket syscall...
2015-11-02 Marek SafarMerge pull request #2185 from akoeplinger/json-move
2015-11-01 Zoltan VargaFix an obsolete comment.
2015-10-30 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-30 Zoltan Varga[sdb] Add a fastpath to process_single_step_inner ...
2015-10-30 Zoltan Varga[llvm] Add names for some temporary variables represent...
2015-10-29 Ludovic Henry[coop] Fix typo for gc unsafe region enter/exit
2015-10-29 Rodrigo KumperaMerge pull request #2180 from kumpera/loader-error...
2015-10-29 Zoltan Varga[llvm] Cleanup the code in process_call () a bit.
2015-10-29 João MatosMerge pull request #2182 from lewurm/fix-arm-build
2015-10-29 Bernhard Urbanmini-llvm: fix wrong usage
2015-10-29 Zoltan Varga[llvm] Split sig_to_llvm_sig () into two versions,...
2015-10-29 Ludovic Henry[threads] Fix warning on Linux
2015-10-29 Neale Fergusons390x-codegen.h - Initial SIMD support
2015-10-29 Rodrigo Kumpera[mono-error] Introduce mono_metadata_parse_type_checked...
2015-10-29 Rodrigo Kumpera[mono-error] Introduce MonoError in compare_type_literals.
2015-10-29 Rodrigo Kumpera[metadata] Remove dead MonoParseTypeMode argument from...
2015-10-29 Rodrigo Kumpera[loader-error] mono_metadata_parse_method_signature...
2015-10-29 Zoltan Varga[llvm] Clean up the naming convention in the backend...
2015-10-29 Zoltan Varga[llvm] Merge LLVMCallInfo and LLVMSigInfo.
2015-10-28 Zoltan VargaFix the build, the stub for mono_llvm_cpp_throw_excepti...
2015-10-28 Zoltan Varga[runtime] Handle the conditional compilation of llvm...
2015-10-28 Zoltan Varga[runtime] Add a configure check for unwind.h
2015-10-28 Zoltan Varga[profiler] Avoid a crash at shutdown by installing...
2015-10-28 Ludovic Henry[threads] Use runtime flag to enable cooperative suspend
2015-10-28 Ludovic HenryMerge pull request #2179 from BogdanovKirill/enummodulesfix
2015-10-28 Zoltan VargaFix the build.
2015-10-28 Ludovic Henry[test-runner] Improve output
2015-10-28 João Matos[runtime] Fixed the non-LLVM build.
2015-10-28 Zoltan VargaFix the windows build.
2015-10-28 Ludovic Henry[threads] Fix race between async suspend and compensation
2015-10-28 Alexander Köplinger[test-runner] Add a new --input-file option for reading...
2015-10-28 Alexander Köplinger[test-runner] Fix bug in commandline option parsing
2015-10-28 Ludovic Henry[tests] Add coreclr GC stress tests
2015-10-28 Ludovic Henry[tests] Try to fix finalizer-wait
2015-10-28 BogdanovKirill[Processes] Memory leak fix in EnumProcessModules function
2015-10-28 Alex Rønne Petersen[profiler] Disable 'time went backwards' debug message.
2015-10-28 Zoltan Varga[runtime] Use Unwind_Backtrace only on platforms which...
2015-10-28 Zoltan Varga[llvmonly] Add support for direct calls to icalls.
2015-10-27 Alexander Köplinger[test-runner] Filter out invalid XML chars before writi...
2015-10-27 Vlad Brezae[sgen] Fix marking of cards on 64bit
2015-10-27 Mark Probst[sgen] Fix call to `InterlockedCompareExchange()`.
2015-10-27 Andi McClureMerge pull request #2163 from xmcclure/image-audit
2015-10-27 "Andi McClure ext... This introduces three macros, to be used in place of...
2015-10-27 João Matos[runtime] Normalize include style.
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
next