mono.git
2017-01-30 Marek Safar[mono] Update ignored assemblies list to include System...
2017-01-30 Marek Safar[mono] Update ignored assemblies list to include System...
2017-01-30 Alexander Köplinger[System.ServiceProcess] Fix test failure on Windows...
2017-01-30 Alexander Köplinger[System.Web] Fix two more EOL test failures on Windows
2017-01-30 Rodrigo KumperaMerge pull request #4297 from kumpera/fix-profiler...
2017-01-28 Marek Safar[build] Use multiple inputs in profiled aot
2017-01-28 Jon Purdy[docs] Add a basic doxyfile
2017-01-28 Alexander Köplinger[bcl] Update tests that failed when .cs file contained...
2017-01-27 Rodrigo KumperaFix non-osx build.
2017-01-27 Rodrigo Kumpera[profiler] Don't link to libmonosgen on OSX. Fixes...
2017-01-27 Marek Safar[scripts] Set custom csc nursery-size
2017-01-27 Marek Safar[build] Install correct csc aot images
2017-01-27 Bernhard Urban[interpreter] make space in args array to sneak in...
2017-01-27 Bernhard Urban[interpreter] change calling convention for `this`...
2017-01-27 Bernhard Urban[interpreter] fix CEE_LDOBJ for valuetypes
2017-01-27 Bernhard Urban[interpreter] first version of CEE{LD,ST}ELEM
2017-01-27 Bernhard Urban[interpreter] fixed bug in mint_vtresult, we need the...
2017-01-27 Bernhard Urban[interpreter] reserve storage on valuetype stack in...
2017-01-27 Bernhard Urban[interpreter] fix some type -> klass accesses
2017-01-27 Bernhard Urban[interpreter] call managed boxing for nullable
2017-01-27 Bernhard Urban[interpreter] make box instruction respect generics
2017-01-27 Bernhard Urban[interpreter] improve tracing
2017-01-27 Bernhard Urban[interpreter] implement unbox_any. call managed unbox...
2017-01-27 Bernhard Urban[interpreter] add temporary regression tests for generics
2017-01-27 Bernhard Urban[interpreter] integrate compile_method and runtime_invo...
2017-01-27 Marek Safar[runtime] Add more system assemblies remapping
2017-01-27 Alexander KöplingerA few more LF .gitattributes fixes
2017-01-27 Alexander KöplingerAlways use LF line endings for config.rpath/configure...
2017-01-27 Alexander KöplingerAdd .sh extension to update_submodules so it gets corre...
2017-01-27 Alexander KöplingerMake sure .sh files always have LF line ending
2017-01-27 David Karlaš[Debugger] Added support for stepping over await and...
2017-01-27 David Karlaš[Ppdb] Support for reading CustomDebugInformation and...
2017-01-26 monojenkins[msvc] Update csproj files (#4295)
2017-01-26 Egor Bogatov[System.Data] SqlTypes and DataStorage from corefx...
2017-01-26 Alexander Köplinger[ci] Set execute bit on run-test-mcs.sh
2017-01-26 Marek Safar[ci] run mcs tests on mcs lane
2017-01-26 Alexander KöplingerFix PLATFORM_AOT_SUFFIX check in configure.ac
2017-01-25 Alexander KöplingerSkip AOTing profile assemblies if AOT_BUILD_FLAGS is...
2017-01-25 Marek Safar[tools] Simplify cecil usage in stringreplacer
2017-01-25 Alexander KöplingerDisable winaot in the runtime_preset=all as well
2017-01-25 Aleksey Kliger... [appdomain] Use coop handles for most methods in System...
2017-01-25 Marek SafarMerge pull request #4276 from henricm/winaot
2017-01-25 Henric MüllerChanging Win32_IP_ADAPTER_INFO to struct to work on...
2017-01-25 Henric MüllerFixing AsyncOperationManagerTest test for winaot profile
2017-01-25 Henric MüllerFixing tests that asume IPV4 when first adapter is...
2017-01-25 Henric MüllerEnabling NativeObjectSecurity on windows aot
2017-01-25 Henric MüllerFixes in NetworkInformation for winaot profile
2017-01-25 Henric MüllerEnabled win specific time zone code using WIN_PLATFORM
2017-01-25 Henric MüllerEnabled win specific code in registry classes using...
2017-01-25 Henric MüllerEnabling Windows specific code paths with WIN_PLATFORM
2017-01-25 Henric MüllerAdding winaot corlib test assembly in LoadWithPartialName
2017-01-25 Henric MüllerRemoving mini-exeptions-native-unwinder from project...
2017-01-25 Henric MüllerAdding .exp to git ignore file.
2017-01-25 Henric MüllerAdding Console support for winaot
2017-01-25 Rodrigo KumperaMerge pull request #4280 from vargaz/class-init-cond
2017-01-25 Henric MüllerUpdates for winaot profile
2017-01-25 Henric MüllerAdded support for Windows AOT suffix
2017-01-25 Alexander KöplingerTemporarily exclude orbis from the runtime_preset=all...
2017-01-24 Alexander Köplinger[bcl] Fix build for orbis profile
2017-01-24 Alexander Köplinger[socket] Fix order of parameters for mono_w32file_create
2017-01-24 monojenkins[msvc] Update csproj files (#4287)
2017-01-24 Vlad BrezaeMerge pull request #3806 from BrzVlad/feature-parallel...
2017-01-24 Marek SafarBump corert
2017-01-23 Marek Safar[build] Add new profile
2017-01-23 Ludovic Henry[socket] Ensure werror is initialized to 0
2017-01-23 Marek Safar[build] Add System.Text.Encoding.CodePages dependency...
2017-01-23 monojenkins[msvc] Update csproj files (#4284)
2017-01-23 Zoltan Varga[runtime] Remove duplicate unused SHA1 implementation.
2017-01-23 Bernhard Urban[mono-sha1] make SHA1Transform thread-safe
2017-01-23 Zoltan Varga[aot] Allow the redirection of aot profile output to...
2017-01-23 Zoltan Varga[runtime] Implement the wait in mono_runtime_class_init...
2017-01-23 Zoltan VargaEnable AOT for all roslyn assemblies.
2017-01-23 Alexander KöplingerFix a few cppcheck errors (#4281)
2017-01-22 Rodrigo KumperaMerge pull request #4274 from kumpera/cctor-abort
2017-01-22 Alexander KöplingerFix tarball build
2017-01-21 Zoltan Varga[aot] Init the plt before setting acfg->methods_loaded...
2017-01-21 Ludovic Henry[io-layer] Extract error (#4279)
2017-01-21 Zoltan Varga[runtime] Fix the loaded llvm build.
2017-01-20 Marek Safar[corlib] Removes unused method
2017-01-20 Alexander Köplinger[btls] Remove last traces of statically linked btls
2017-01-20 Alexander Köplinger[btls] Add dependency on btls source files in Makefile...
2017-01-20 Alexander KöplingerReally fix the file mode this time...
2017-01-20 Alexander KöplingerFix inadvertent file mode change in previous commit
2017-01-20 Alexander Köplinger[Facades] Refresh netstandard20 typeforwarders
2017-01-20 Alexander Köplinger[profiler] Add mono-profiler-aot.h to EXTRA_DIST
2017-01-20 Ludovic Henry[io-layer] Extract file (#4255)
2017-01-20 Aleksey Kliger... [reflection] Use coop handles for MonoMethod icalls...
2017-01-20 Vlad Brezae[sgen] Always use a context specialized gray stack
2017-01-20 Alexander Köplinger[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CAS
2017-01-20 Zoltan Varga[runtime] Mono.Dynamic.Interpreter is no more, delete...
2017-01-20 Zoltan Varga[runtime] Fix locking issues while accessing MonoClass...
2017-01-20 Alexander Köplinger[System.Transactions] Add stubs and visibility fixes...
2017-01-20 Rodrigo Kumpera[runtime] Poll for interruption on cctor execution...
2017-01-20 Rodrigo Kumpera[runtime] Add new thread state INTERRUPT_REQUEST_DEFERR...
2017-01-20 Rodrigo Kumpera[threading] Change mono_thread_try_resume_interruption...
2017-01-20 Rodrigo Kumpera[runtime] Workaround in Environment::Exit icall in...
2017-01-20 Rodrigo Kumpera[mono/tests] Use multiple return values to make it...
2017-01-20 Michael DeRoyFix memory leak when creating sequence points (#4273)
2017-01-19 Vlad Brezae[sgen] Always use one concurrent worker
2017-01-19 Vlad Brezae[sgen] Awaken workers if they are finished while there...
next