mono.git
2013-08-20 Zoltan VargaMake the dmcs/gmcs scripts identical to the mcs script...
2013-08-20 Rodrigo Kumpera[runtime] Handle custom attributes with nested array...
2013-08-20 Zoltan VargaUse i686-pc-mingw32-gcc as the mkbundle compiler on...
2013-08-20 Zoltan VargaMerge pull request #737 from Mixaill/master
2013-08-20 Rodrigo Kumpera[verify]Relax the restriction on global methods visibil...
2013-08-20 Rodrigo Kumpera[verifier]Since 4.5 arrays now implement IReadOnlyList...
2013-08-20 Zoltan VargaAdd support for more return types for constrained gshar...
2013-08-20 Zoltan VargaEnable support for constrained gsharedvt calls to Objec...
2013-08-20 Zoltan VargaFix a regression introduced by d84a165c8e799d8734df5f51...
2013-08-20 Paolo MolaroMerge pull request #739 from mono/upstream-master
2013-08-20 Paolo MolaroPorted perf code to work on arm and adjusted to changes...
2013-08-19 Zoltan Varga[aot] Add support for constrained gsharedvt calls which...
2013-08-19 Marek SafarMerge pull request #738 from strawd/bug14077
2013-08-19 David StrawFix for #14077. HashSet no longer grows in capacity...
2013-08-19 Rodrigo Kumpera[runtime]Fix mono-config.h to use the mono API public...
2013-08-19 Alex Rønne... Add an #else -> #error path to mono-membar.h.
2013-08-19 Jeffrey StedfastOnly disable __thread with clang on Mac OS X
2013-08-19 Marek SafarAdd argument modifiers to generated base proxy when...
2013-08-19 Marek SafarAdd dispose checks to ReaderWriterLockSlim and fix...
2013-08-19 Marek SafarOptimize common path
2013-08-19 Atsushi EnoRevert "Revert "Fix bug #7829 - do NOT reject Construct...
2013-08-18 Michael PavlyshkoRemove deprecated -mno-cygwin flag.
2013-08-18 Atsushi EnoRevert "Fix bug #7829 - do NOT reject ConstructorInfo...
2013-08-18 Atsushi EnoFix bug #7829 - do NOT reject ConstructorInfo in Dynami...
2013-08-17 Marek SafarGrow underlying buffer only when necessary. Fixes ...
2013-08-17 Marek SafarReport error for name collision between property and...
2013-08-17 Marek SafarMerge pull request #736 from wtfrank/charting
2013-08-17 Francis Fisheradd missing ZTestResult properties
2013-08-16 Marek SafarFixes GZipStream dispose order. Fixes #14032
2013-08-16 Zoltan VargaConvert nan/infinity to uint 0 to match MS.NET. Fixes...
2013-08-16 Rodrigo KumperaMerge pull request #725 from knocte/threadpool_init
2013-08-16 Marek SafarImplements lifted nullable comparison with null
2013-08-16 Marek SafarRewrites RuntimeReflectionExtensions to actually do...
2013-08-16 Marek SafarDisable test failing due to runtime bug
2013-08-16 Zoltan VargaSimplify the caching of delegate-invoke wrappers with...
2013-08-16 Zoltan VargaMerge pull request #734 from joncham/domain-debug-leaks
2013-08-15 Marek SafarRemove some unused parameters
2013-08-15 Marek SafarType parameter inflated interfaces needs to be marked...
2013-08-15 Atsushi EnoFix regression from 2cc36e3, missing BaseURI caused...
2013-08-15 Marek SafarCorrect parsing of invalid 00000000-0000-0000-0000...
2013-08-15 Marek SafarSmall optimization of GuidParser
2013-08-15 Marek SafarWorkaround for legacy nunit
2013-08-15 Marek SafarInflate explicit delegate parameters using type inferen...
2013-08-15 Atsushi EnoFix build (giconv.c)
2013-08-14 Jeffrey Stedfast[eglib] Fixed g_utf8_to_utf16_general() to handle inval...
2013-08-14 Rodrigo KumperaAdd tests for the recently fixed issues with block...
2013-08-14 Rodrigo Kumpera[runtime]Generate the proper exit code for block guard...
2013-08-14 Rodrigo Kumpera[runtime]Properly compute the end address of a finally...
2013-08-14 Rodrigo Kumpera[runtime] Make sure mono_create_handler_block_trampolin...
2013-08-14 Zoltan VargaAdd a WrapperInfo for delegate-invoke wrappers to make...
2013-08-14 Marek SafarAdd test for #13969
2013-08-14 Marek SafarFix recursive check for non dependent return types...
2013-08-14 Mark ProbstFixed a few bugs that were found by Visual Studio's...
2013-08-14 Mark Probst[sgen] Fix another posix handshake issue.
2013-08-14 Jonathan ChambersFree domain specific sequence point information.
2013-08-14 Jonathan ChambersFree returned offsets and line numbers from mono_debug_...
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-08-14 Marek SafarDon't crash when reporting invalid case label value...
2013-08-14 Alexey MoiseevApplying fixes to Https from Windows team to mono
2013-08-14 Marek SafarMerge pull request #732 from wtfrank/charting
2013-08-13 Francis Fisherplacement of MonoTODO
2013-08-13 Zoltan Varga[sgen] Add a workaround for #13951. Register the jit...
2013-08-13 Zoltan VargaFix a warning.
2013-08-13 Marek SafarMerge pull request #729 from wtfrank/charting-submit
2013-08-13 Jeffrey StedfastFixed configure.in to fail the __thread check with...
2013-08-13 Miguel de IcazaAdd System.DirectoryServices.Protocols to the rpm build...
2013-08-13 Jeffrey StedfastFixed some compiler warnings in libgc
2013-08-13 Jeffrey StedfastReplaced call to sscanf() with calls to strtoull()...
2013-08-13 Jonathan Pryor[mscorlib] Support OID names in RSACryptoServiceProvide...
2013-08-13 Jeffrey StedfastImproved fix for g_iconv() compiler warnings
2013-08-13 Jeffrey StedfastFixed eglib compiler warnings about g_string_truncate...
2013-08-13 Jeffrey StedfastFixed some compiler warnings
2013-08-13 Rolf Bjarne... Revert "Fix a test to work on mobile after the async...
2013-08-13 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387 yet again.
2013-08-13 Zoltan Varga[msvc] Implement MONO_CONTEXT_GET_CURRENT () on the...
2013-08-13 Zoltan VargaFix warnings.
2013-08-13 Zoltan Varga[msvc] Avoid linking against libgc in the sgen configur...
2013-08-12 Rolf Bjarne... Only build mscorlib in the monotouch_runtime profile.
2013-08-12 Zoltan Varga[sgen] Disable freeing of OS memory on win32, it causes...
2013-08-12 Jonathan Pryor[System.Core/Android] Android's libc.so doesn't export...
2013-08-12 Sebastien Pouliot[linker] Add AssemblyAction.Save to enable the linker...
2013-08-12 Sebastien Pouliot[linker] Small string optimizations to avoid culture...
2013-08-12 Zoltan Varga[aot] Align the static linking symbol.
2013-08-12 Francis Fisherfix properties per mono guidelines
2013-08-12 Zoltan VargaMerge pull request #708 from spicypixel/hotfix/mono...
2013-08-12 Jonathan LimaFixed SGen build for MSVC
2013-08-12 Jonathan LimaFixed incorrect pointer arithmetic on SGen for MSVC.
2013-08-12 Jonathan LimaFixed MSVC build, ported to Visual Studio 2012.
2013-08-12 Jonathan LimaImproved exception handling with vectored exception...
2013-08-12 Jeffrey StedfastFixed build breakage from my previous commit
2013-08-12 Jeffrey StedfastFixed System.Text.Decoder.GetChars(byte*,int,char*...
2013-08-11 Zoltan VargaGet rid of the annoying 'PLATFORM is not defined.'...
2013-08-11 Zoltan VargaAvoid infinite logfiles if the test-process-exit test...
2013-08-11 Zoltan VargaFix skipping of disabled runtime tests on windows.
2013-08-11 Zoltan VargaClean up the win32 lmf code by using a separate variabl...
2013-08-11 Zoltan VargaEnable MONO_ARCH_HAS_MONO_CONTEXT on mingw.
2013-08-11 Francis Fisherfix up some properties per mono coding guidelines
2013-08-11 Francis FisherBoilerplate implementation of Charting
2013-08-09 Rolf Bjarne... Fix profile values for monotouch_runtime.
2013-08-09 Mark ProbstFix #13604 - STW handshake/thread shutdown race condition.
next