Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-09[runtime] Fix a nullref when casting a null object to a complex type when usi...monotouch-6.4.5-branchZoltan Varga
2013-08-26Fix yet another DISABLE_JIT bug in wrapper generation. Fixes #14194.monotouch-6.4.4-branchZoltan Varga
2013-08-22Disable two delegate tests on mobile.Zoltan Varga
2013-08-22Enable fixed failing testMarek Safar
2013-08-22Enable INLINE support for s390xNeale Ferguson
2013-08-22Fix test case not to assume it can write in the current directorySebastien Pouliot
2013-08-22[sgen] Disable cementing for parallel mark&sweep.Mark Probst
2013-08-21Use the invarient culture calendar if the requested one is not available. Par...Sebastien Pouliot
2013-08-21Fix bug #14143 - xsl:import in included stylesheet caused compilation error.Atsushi Eno
2013-08-21[runtime] Don't allow execution of dynamic assemblies without run access. Fix...Rodrigo Kumpera
2013-08-21[corlib]Fix 2.0 test suite breakage.Rodrigo Kumpera
2013-08-21[verifier]Remove duplicate check.Rodrigo Kumpera
2013-08-21revert default serialization: ignore non-public members. Also need to exclude...Atsushi Eno
2013-08-21[runtime]Add some error checking to custom attr parsing and plug a memory lea...Rodrigo Kumpera
2013-08-21Make the dmcs/gmcs scripts identical to the mcs script with an extra -sdk: ar...Zoltan Varga
2013-08-21[runtime] Handle custom attributes with nested array of enums. Fixes #13767Rodrigo Kumpera
2013-08-21Use i686-pc-mingw32-gcc as the mkbundle compiler on windows.Zoltan Varga
2013-08-21Merge pull request #737 from Mixaill/masterZoltan Varga
2013-08-20[verify]Relax the restriction on global methods visibility. Fixes #13890.Rodrigo Kumpera
2013-08-20[verifier]Since 4.5 arrays now implement IReadOnlyList<T> and IReadOnlyCollec...Rodrigo Kumpera
2013-08-20Add support for more return types for constrained gsharedvt calls. Fixes #13030.Zoltan Varga
2013-08-20Enable support for constrained gsharedvt calls to Object.GetType ().Zoltan Varga
2013-08-20Fix a regression introduced by d84a165c8e799d8734df5f51a6dcf12b1f2a3695. Unbo...Zoltan Varga
2013-08-20Merge pull request #739 from mono/upstream-masterPaolo Molaro
2013-08-20Ported perf code to work on arm and adjusted to changes in the kernel that br...Paolo Molaro
2013-08-20[aot] Add support for constrained gsharedvt calls which return a reference va...Zoltan Varga
2013-08-20Merge pull request #738 from strawd/bug14077Marek Safar
2013-08-19Fix for #14077. HashSet no longer grows in capacity on deserializeDavid Straw
2013-08-19[runtime]Fix mono-config.h to use the mono API public types and not the glib ...Rodrigo Kumpera
2013-08-19Add an #else -> #error path to mono-membar.h.Alex Rønne Petersen
2013-08-19Only disable __thread with clang on Mac OS XJeffrey Stedfast
2013-08-19Add argument modifiers to generated base proxy when needed. Fixes #13892Marek Safar
2013-08-19Add dispose checks to ReaderWriterLockSlim and fix race in currentThreadState...Marek Safar
2013-08-19Optimize common pathMarek Safar
2013-08-19Revert "Revert "Fix bug #7829 - do NOT reject ConstructorInfo in DynamicILInf...Atsushi Eno
2013-08-18Remove deprecated -mno-cygwin flag.Michael Pavlyshko
2013-08-18Revert "Fix bug #7829 - do NOT reject ConstructorInfo in DynamicILInfo.GetTok...Atsushi Eno
2013-08-18Fix bug #7829 - do NOT reject ConstructorInfo in DynamicILInfo.GetTokenFor().Atsushi Eno
2013-08-17Grow underlying buffer only when necessary. Fixes #13552Marek Safar
2013-08-17Report error for name collision between property and generic method with same...Marek Safar
2013-08-17Merge pull request #736 from wtfrank/chartingMarek Safar
2013-08-17add missing ZTestResult propertiesFrancis Fisher
2013-08-17Fixes GZipStream dispose order. Fixes #14032Marek Safar
2013-08-16Convert nan/infinity to uint 0 to match MS.NET. Fixes #13927.Zoltan Varga
2013-08-16Merge pull request #725 from knocte/threadpool_initRodrigo Kumpera
2013-08-16Implements lifted nullable comparison with nullMarek Safar
2013-08-16Rewrites RuntimeReflectionExtensions to actually do something. Fixes #13626Marek Safar
2013-08-16Disable test failing due to runtime bugMarek Safar
2013-08-16Simplify the caching of delegate-invoke wrappers with a bound first argument,...Zoltan Varga
2013-08-16Merge pull request #734 from joncham/domain-debug-leaksZoltan Varga