mono.git
2015-06-02 Alexander Kyte[runtime] Emit the necessary left shift anding in the...
2015-06-01 Rodrigo Kumpera[BCL] Partial revert of b83af940ff298f432952562e1fb8372...
2015-06-01 Rodrigo Kumpera[BCL] Fix the mobile_static profile.
2015-06-01 Zoltan Varga[aot] Fix thumb support after the separate llvm changes...
2015-06-01 Zoltan Varga[runtime] Fix the windows build.
2015-06-01 Zoltan Varga[runtime] Update object offsets.
2015-06-01 Zoltan VargaFix make dist.
2015-06-01 Marek Safar[corlib] Update failing test
2015-06-01 Zoltan Varga[amd64] Add fregs to MonoContext, only used by the...
2015-06-01 Marek SafarMerge pull request #1845 from esdrubal/httpfix
2015-06-01 Marek SafarBump reference sources
2015-06-01 Marek Safar[System.Runtime.Serialization] Update public api
2015-06-01 Marcos Henrich[System] HttpListenerRequest Uri is now unescaped.
2015-06-01 Marcos Henrich[System] Added HttpListenerRequestUriBuilder
2015-06-01 Marek Safar[ilasm] Add support for undocumented modopt/modreq...
2015-06-01 Marcos Henrich[System] Test HttpRequest Uri unescaping
2015-05-31 Zoltan Varga[runtime] Fix the locking around the assembly->tokens...
2015-05-31 Zoltan Varga[amd64] Make the generic trampolines fill out a MonoCon...
2015-05-31 Zoltan Varga[amd64] Compute frame size precisely for the generic...
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan VargaRevert "[amd64] Simplify the throw trampolines by const...
2015-05-30 Zoltan VargaRevert "[amd64] Add back a dummy argument to the throw...
2015-05-30 Zoltan Varga[amd64] Add back a dummy argument to the throw trampoli...
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan Varga[runtime] Update object offsets.
2015-05-30 Zoltan Varga[amd64] Use a register array in MonoContext instead...
2015-05-29 Zoltan Varga[llvm] Use the generic IL code for generic class inits.
2015-05-29 Zoltan Varga[jit] Refactor the calls to class init trampolines...
2015-05-29 Zoltan Varga[amd64] Make generic_class_init as clob:c.
2015-05-29 Zoltan Varga[sdb] Fix reading/writing locals when not all of the...
2015-05-29 Zoltan Varga[jit] Remove generic class init trampolines, all archit...
2015-05-29 Zoltan Varga[jit] Emit a fallback IL version of generic class initi...
2015-05-29 Miguel de Icaza[Version] I am sick of the mono --version showing ...
2015-05-29 Rodrigo KumperaMerge pull request #1817 from alexanderkyte/bug30085
2015-05-29 Marek Safar[PEAPI] Fixes custom attributes with byte array constant
2015-05-29 Zoltan Varga[corlib] Avoid a nullref in CustomAttributeData.ToStrin...
2015-05-29 Marcos HenrichBump referencesource
2015-05-29 Marcos HenrichUpdated .csproj files.
2015-05-29 Marek Safar[ilasm] Extend syntax of custom attribute constructor...
2015-05-29 Marek Safar[corlib] Fixes commit f0bea6966af0d1f18b8467a06b3f8ee01...
2015-05-29 Marek Safar[corlib] Add timeout to NestedLeakingSynchronizationContext
2015-05-28 Alexander Kyte[runtime] Fix resolution of a type with an incorrect...
2015-05-28 Marek Safar[mcs] Double closing parens don't have priority inside...
2015-05-28 Zoltan Varga[arm64] Add generic_class_init to cpu-arm64.md.
2015-05-28 Marek Safar[corlib] Remove unused defines
2015-05-28 Marek Safar[corlib] Add role based security to desktop only
2015-05-28 Marek Safar[mcs] Await in finally clause with user catch block...
2015-05-28 Alexander Köplinger[build] Fix encoding attribute in crash XML to be utf-8
2015-05-28 Marek SafarMerge pull request #1838 from esdrubal/assemblyname
2015-05-28 Marcos Henrich[corlib] AssemblyName.CultureName now matches .NET
2015-05-28 Marcos Henrich[corlib] Test AssemblyName.CultureName
2015-05-27 Zoltan Varga[runtime] Print wrapper methods in the same format...
2015-05-27 Rodrigo Kumpera[mini] Add assert around managed allocator to avoid...
2015-05-27 Zoltan VargaRevert "[x86] Enable support for OP_GENERIC_CLASS_INIT."
2015-05-27 Zoltan Varga[arm] Set more information in cinfo for fp returns...
2015-05-27 Marek Safar[corlib] Improve SynchronizationContext test dependency
2015-05-27 Sebastien Pouliot[corlib] Let XI and XM define their own default encodin...
2015-05-27 Sebastien PouliotRevert "[corlib] Restore UTF8 as the default encoding...
2015-05-27 João Matos[System.IO.Compression] Do not swallow inner exceptions...
2015-05-27 Neale FergusonAdd support for OP_GENERIC_CLASS_INIT
2015-05-27 Zoltan Varga[llvm] Fix rethrowing exceptions on x86.
2015-05-27 Marek Safar[corlib] Clone all levels of captures ExceptionDispatch...
2015-05-27 Zoltan VargaMerge pull request #1836 from ludovic-henry/referenceso...
2015-05-27 Zoltan VargaMerge pull request #1835 from ludovic-henry/referenceso...
2015-05-27 Ludovic Henry[corlib] Fix tests for System.Runtime.InteropServices...
2015-05-27 Ludovic Henry[corlib] Add test for ThreadLocal finalization
2015-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2015-05-27 Marek Safar[corlib] Add more obsolete and not working types to...
2015-05-27 Marek Safar[system] Fixes incorrect tests
2015-05-27 Zoltan Varga[jit] Properly compute the layout of generic instances...
2015-05-26 Zoltan Varga[x86] Enable support for OP_GENERIC_CLASS_INIT.
2015-05-26 Alex Rønne... [mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-26 Zoltan Varga[configure] Bump version to 4.3.0.
2015-05-26 Zoltan Varga[sgen] Use mono_class_has_finalizer () instead of klass...
2015-05-26 Marek Safar[corlib] Clean up thread execution context
2015-05-26 Zoltan Varga[jit] Handle not attached threads in mono_thread_state_...
2015-05-26 Zoltan Varga[System] Disable a test on mobile.
2015-05-26 Marek SafarMerge pull request #1832 from Tragetaschen/fix-http...
2015-05-26 Marek Safar[mcs] Emit correct binary comparison for useless is...
2015-05-26 Rolf Bjarne... [corlib] A few XI-internal functions have been renamed...
2015-05-26 Rolf Bjarne... [mdbrebase] Make sure to use a unique temporary filename.
2015-05-26 Rolf Bjarne... [mdbrebase] Add a quiet mode.
2015-05-26 Rolf Bjarne... [mdbrebase] Indent properly.
2015-05-26 Zoltan Varga[llvm] Fix the argument type of specific_trampoline_gen...
2015-05-26 Marek Safar[corlib] More thread code from reference sources, mostl...
2015-05-26 Atsushi Eno[xbuild] make sure to load appropriate Microsoft.Build...
2015-05-26 Zoltan VargaRevert "[runtime] Use condvars instead of events for...
2015-05-26 Zoltan Varga[arm] Implement support for OP_GENERIC_CLASS_INIT.
2015-05-26 Zoltan Varga[arm] Remove unused codegen files.
2015-05-25 Joao Matos[metadata] Replace non-portable usleep() with g_usleep...
2015-05-25 Joao Matos[metadata] Fixed MSVC union compilation issues in MS...
2015-05-25 Joao Matos[windows] Fixed MSVC config.h to define HAVE_COMPLEX_H.
2015-05-25 Joao Matos[sgen] Fixed compilation of sgen-workers.c under MSVC.
2015-05-25 Joao Matos[metadata] Fixed compilation of gc-stats.c under MSVC.
2015-05-25 Joao Matos[windows] Update MSVC DLL export definition files.
2015-05-25 Joao Matos[windows] Prepare VS build properties for proper DLL...
2015-05-25 Joao Matos[windows] Updated VS project files.
2015-05-25 Zoltan Varga[llvm] Fix the IR generated for OP_GENERIC_CLASS_INIT.
2015-05-25 Zoltan Varga[arm] Fix the handling of callee saved fp registers...
next