mono.git
2016-07-19 Marcos HenrichMerge pull request #3283 from esdrubal/mono-sym-docs
2016-07-19 Marcos HenrichMerge pull request #3293 from esdrubal/mono-sym-fixes
2016-07-19 Zoltan Varga[tests] Make some tests work with full-aot.
2016-07-19 Marcos HenrichUpdated mono-symbolicate man.
2016-07-19 Marcos HenrichUpdated mono-symbolicate README
2016-07-19 Marcos Henrich[mono-symbolicate] Fixes Directory Exists/Delete race...
2016-07-19 Marcos Henrich[mono-symbolicate] Add mscorlib stacktrace to tests
2016-07-19 Marcos Henrich[mono-symbolicate] Fixed options/command logic.
2016-07-19 Johan LorenssonMerge pull request #3297 from lateralusX/jlorenss/win...
2016-07-19 lateralusXFixing 4 failing pinvoke tests in runtime test suite...
2016-07-18 Alexander KyteMerge pull request #3092 from alexanderkyte/mobile_stat...
2016-07-18 Alexander KöplingerMerge pull request #3295 from mhutch/fix-pcl-build
2016-07-18 Zoltan Varga[llvm] Add mono_llvm_set_call_notail () helper function...
2016-07-18 Zoltan Varga[llvm] Mark as the OBJC_METHOD_VAR_NAME/OBJC_SELECTOR_R...
2016-07-18 Zoltan Varga[llvm] Disable tail calls when using llvm 3.9.
2016-07-18 Alexander KöplingerFix tarball package build broken by 8f130a6e17c3729f32c...
2016-07-18 Mikayla Hutchinson[xbuild] Fix %Identity issues
2016-07-18 Mikayla Hutchinson[xbuild] Update PCL targets
2016-07-18 Mikayla Hutchinson[xbuild] Framework path should have trailing slash
2016-07-18 Vlad BrezaeMerge pull request #3280 from BrzVlad/fix-stw-stack...
2016-07-18 Zoltan Varga[llvm] Add a workaround for 3.9 based llvm versions...
2016-07-18 Zoltan Varga[jit] Save/restore cfg->ip during inlining, so instruct...
2016-07-18 Alexander KyteMerge pull request #3132 from alexanderkyte/libmono_saf...
2016-07-18 Alexander Kyte[runtime] Don't build mobile_static on default preset...
2016-07-18 Alexander Kyte[runtime] Disable tests for AOT that require on unsuppo...
2016-07-18 Alexander Kyte[runtime] Hardcode preset feature disables
2016-07-18 Alexander Kyte[mobile_static] Move PLATFORM_AOT_SUFFIX into configure.ac
2016-07-18 Alexander Kyte[mobile_static] AOT libs not aoted by the test runner
2016-07-18 Alexander Kyte[mobile_static] Skip all appdomain-related tests
2016-07-18 Alexander Kyte[mobile_static] AOT assemblyresolve for tests
2016-07-18 Alexander Kyte[mobile_static] Build mono/tests bitcode files in subdi...
2016-07-18 Alexander Kyte[mobile_static] Skip appdomain tests on mobile_static
2016-07-18 Alexander Kyte[mobile_static] Make test runner aot each assembly...
2016-07-18 Alexander Kyte[mobile_static] Skip mcs compiler tests for mobile_static
2016-07-18 Alexander Kyte[mobile_static] Skip verifying ilasm.exe on mobile_static
2016-07-18 Alexander Kyte[mobile_static] Configure mini fullaot tests to work...
2016-07-18 Alexander Kyte[mobile_static] Enable Mono.Simd namespace to fix mini...
2016-07-18 Alexander Kyte[mobile_static] Use mobile_static paths in mono/mini...
2016-07-18 Alexander Kyte[mobile_static] Blacklist mono/tests sgen tests for...
2016-07-18 Alexander Kyte[mobile_static] Pass aot options to mono/tests test...
2016-07-18 Alexander Kyte[mobile_static] AOT the mono/tests test runner when...
2016-07-18 Alexander Kyte[mobile_static] Make mono/tests runner handle steps...
2016-07-18 Alexander Kyte[mobile_static] Move AOT build / run flags to make...
2016-07-18 Alexander Kyte[mobile_static] Don't include Mono.Posix dependency...
2016-07-18 Alexander Kyte[mobile_static] Don't try to use SIGKILL to get test...
2016-07-18 Alexander Kyte[mobile_static] Blacklist runtime tests for mobile_stat...
2016-07-18 Alexander Kyte[mobile_static] Make preset AOT_RUN_FLAGS and AOT_BUILD...
2016-07-18 Alexander Kyte[mobile_static] Set MCS build options for mobile_static...
2016-07-18 Alexander Kyte[mobile_static] Ensure the mobile_static profile builds...
2016-07-18 Alexander Kyte[runtime] Get ilasm.exe compiling with mobile_static
2016-07-18 Zoltan Varga[llvm] Fix the DISABLE_JIT build.
2016-07-18 Zoltan Varga[aot] Add a gen-seq-points-file deprecated option.
2016-07-18 Marcos Henrich[mono-symbolicate] Handle wrapper stackframes
2016-07-18 Marcos Henrich[mono-symbolicate] Fixes type with namespace not found
2016-07-18 Marcos Henrich[mono-symbolicate] Adds log messages.
2016-07-18 Zoltan Varga[runtime] Fix small issues from https://github.com...
2016-07-18 Zoltan Varga[tests] Reduce a test iteration in process-leak.exe...
2016-07-18 Mark Probst[runtime] A bunch of small fixes.
2016-07-18 Marcos HenrichMerge pull request #3264 from esdrubal/tzi_dst
2016-07-18 Marcos Henrich[mono-symbolicate] Fix crash while overwriting symbols
2016-07-18 Marcos Henrich[mono-symbolicate] Fixes crash on stackframes w/o MVID
2016-07-18 Marcos Henrich[mono-symbolicate] Display error when MVID folder not...
2016-07-15 Marek Safar[Facades] Remove dulicate subdirs include
2016-07-15 Mikayla HutchinsonMerge pull request #3282 from mhutch/netstandard-build
2016-07-15 Mikayla Hutchinson[build] Fix resgen in child profiles
2016-07-15 Mikayla Hutchinson[xbuild] Clearer distinction between versioned and...
2016-07-15 Mikayla Hutchinson[xbuild] Use RESOURCE_DEFS to compile resx
2016-07-15 Mikayla Hutchinson[xbuild] Rename internal target to match MSBuild
2016-07-15 Mikayla Hutchinson[xbuild] Fix warning with netstandard projects
2016-07-15 Mikayla Hutchinson[xbuild] Fix NuGet tasks build
2016-07-15 Mikayla Hutchinson[xbuild] Install PCL5 framework
2016-07-15 Mikayla Hutchinson[xbuild] Install PCL targets from buildtools
2016-07-15 Mikayla Hutchinson[xbuild] Update NuGet tasks to VS2015 Update 3
2016-07-15 Mikayla HutchinsonAdd dotnet/buildtools submodule
2016-07-15 Alexander Köplinger[xbuild] Add Microsoft.NuGet.Build.Tasks.dll MSBuild...
2016-07-15 Aleksey Kliger... Merge pull request #3286 from lambdageek/dev/refl-to...
2016-07-15 Zoltan Varga[jit] Fix some alignment issues in mono_unwind_ops_enco...
2016-07-15 Marek Safar[Facades] Build System.Drawing.Primitives only on profi...
2016-07-15 Johan LorenssonMerge pull request #3285 from lateralusX/jlorenss/win...
2016-07-15 Marek Safar[Facades] System.Drawing.Primitives use type fowarders...
2016-07-15 Alexander Köplinger[bcl] Don't build System.Net.Http.WebRequest.dll on...
2016-07-15 Marek SafarRevert "[Facades] Exclude System.Drawing.Primitives...
2016-07-15 Marek Safar[Facades] Exclude System.Drawing.Primitives from watch...
2016-07-15 Zoltan Varga[llvm] Add generic IR implementations of some SIMD...
2016-07-15 Marek SafarMerge pull request #3274 from Unity-Technologies/fix...
2016-07-15 lateralusXSmaller formatting adjustments based on feedback.
2016-07-15 Zoltan VargaMerge pull request #3287 from JustArchi/patch-1
2016-07-15 Łukasz DomeradzkiFix compilation of AOT-less Mono
2016-07-14 Aleksey Kliger[reflection] Move System.RuntimeType.GetPropertiesByNam...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.PropertyInfo.GetProp...
2016-07-14 Aleksey Kliger[runtime] Add finalizer to SafeGPtrArrayHandle
2016-07-14 Zoltan Varga[llvm] Fix an enable debug info generation for llvm
2016-07-14 Aleksey Kliger[reflection] mono_error_init
2016-07-14 Aleksey Kliger[reflection] Move RuntimeType.GetEvents_internal to...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.EventInfo.GetEventFr...
2016-07-14 Aleksey Kliger[runtime] Faster parent check in ves_icall_System_Refle...
2016-07-14 lateralusXPInvoke methods using SetLastError get dropped on Windo...
2016-07-14 Zoltan Varga[llvm] Delete some dead code.
2016-07-14 Zoltan Varga[llvm] Delete unused intrinsics.
2016-07-14 Zoltan Varga[sdb] Pass a MonoError* to mono_class_get_methods_by_na...
next