mono.git
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
2010-11-29 Paolo MolaroM linux performance counters.
2010-11-29 Atsushi EnoSupport attribute validation.
2010-11-29 Atsushi EnoUse AttributeSchemaType as it is 2.0 API. This fixes...
2010-11-29 Atsushi EnoHandle more type conversion.
2010-11-29 Paolo MolaroLog profiler: portability checks.
2010-11-29 Paolo MolaroLog profiler: added statistical sampling mode.
2010-11-29 Atsushi EnoImplemented XDocument.Validate().
2010-11-29 Atsushi EnoReturn different instances of XmlSchemaInfo for each...
2010-11-29 Atsushi EnoTypeExtension and StaticExtension should now be correct...
2010-11-29 Atsushi EnoRefactoring Instance handling for consistent MarkupExte...
2010-11-28 Miguel de IcazaAwesome doc contributions from Adrian Kummerlaender
2010-11-28 Miguel de IcazaAwesome doc contributions from Adrian Kummerlaender
2010-11-27 Rodrigo KumperaEnable test for #318677
2010-11-27 Rodrigo KumperaHandle fallthru to out of line blocks.
2010-11-27 Zoltan VargaDisable finally_guard.exe on amd64 until it is fixed.
2010-11-27 Rodrigo KumperaFix corlib regression
2010-11-27 Rodrigo KumperaRemove some culture caching dead code
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Zoltan VargaFix an aot crash if field->type is not initialized.
2010-11-27 Rodrigo KumperaAdd regression test for #317488
2010-11-27 Rodrigo KumperaHandle another extension to delegates.
2010-11-27 Zoltan VargaThrow an exception if a custom attr cannot be decoded...
2010-11-27 Zoltan VargaUpdate the help message for --verify-all.
2010-11-26 Zoltan VargaDefine MONO_ARCH_INIT_TOP_LMF_ENTRY for all architectures.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaRemove unused lmf->ebp field on arm.
2010-11-26 Rodrigo KumperaFix typo
2010-11-26 Rodrigo KumperaFix those tests so they are verifiable.
2010-11-26 Rodrigo KumperaCheck TOS for compatibility with return type.
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-26 Jérémie Laval[Task] In every TaskFactory method accepting a Task...
2010-11-26 Jérémie Laval[Task] Check if Task isn't finished before going into...
2010-11-26 Jérémie Laval[Task] Set continuation status to WaitingForActivation...
2010-11-26 Jérémie Laval[Task] Only launch continuation synchronously when...
2010-11-26 Marek SafarRemoved few custom attribute IsDefined calls
2010-11-26 Marek SafarImport constants using their raw values only
2010-11-26 Jérémie Laval[PLinq] Split long running test in two
2010-11-26 Jérémie LavalAdjust sleeping values
2010-11-26 Jérémie Laval[PLinq] Remove double delegate cost when non indexed...
2010-11-26 Jérémie LavalRemove debugging spew wrongly introduced by earlier...
2010-11-26 Zoltan VargaAvoid parsing of /proc entries on ppc when cross-compiling.
2010-11-26 Zoltan VargaAvoid emitting uninitialized memory into the AOT image.
2010-11-26 Marek SafarNew test
2010-11-26 Marek Safar[655766] Encode string null attribute argument
2010-11-26 Marek SafarCleanup typed constants
2010-11-26 Marek SafarSwitch symbol writer to public api
2010-11-26 Marek SafarMore using cleanup
2010-11-26 Marek SafarRemove TypeBuilder from DefineType
2010-11-26 Marek SafarUnify System.Reflection usings
2010-11-26 Atsushi EnoAdd missing test xml files.
2010-11-26 Atsushi EnoAdd List of Type test case, and some FIXMEs.
2010-11-26 Atsushi EnoAdd not-working tets for some MarkupExtension wrapper...
2010-11-26 Zoltan VargaMake Int32.MinValue/-1 throw OverflowException on ppc...
2010-11-26 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build.
2010-11-26 Zoltan VargaFix crashes inside find_method_in_metadata (). Fixes...
2010-11-26 Atsushi EnoDo not add 'zzz' to all DateTime formats blindly. Fixed...
2010-11-26 Zoltan VargaUpdate a http link.
2010-11-26 Zoltan VargaUse $build instead of $target in a few places in config...
2010-11-26 Zoltan VargaCommit the iphone abi support changes for ARM.
2010-11-26 Zoltan VargaSimplify the arm prolog/epilog generation by not saving...
2010-11-26 Zoltan VargaImplement frame pointer elimination for arm.
2010-11-25 Zoltan VargaFix stack alignment when resuming from a signal handler...
2010-11-25 Rodrigo KumperaAdd regression test for #655741
2010-11-25 Rodrigo KumperaHandle abstract methods in Delegate::CreateDelegate.
2010-11-25 Zoltan VargaFix another place.
2010-11-25 Zoltan VargaThrow an OverflowException on Int32.MinValue/-1 when...
2010-11-25 Zoltan VargaFix a bug introduced by the last change to mono_marshal...
2010-11-25 Rodrigo KumperaAdd regression test for #655847
2010-11-25 Rodrigo KumperaHandle invalid instantiation of generic methods.
2010-11-25 Rodrigo KumperaFix argument name on the exception
2010-11-25 Rodrigo KumperaAdd regression test for #655669
2010-11-25 Rodrigo KumperaStore the domain id of weak references.
2010-11-25 Atsushi EnoRemove extra CWL.
2010-11-25 Atsushi EnoAdd refresh XamlObjectWriter implementation.
2010-11-25 Atsushi EnoMore changes for XamlObjectWriter unification.
2010-11-25 Atsushi EnoEliminate XamlObjectWriter-dependent test lines.
2010-11-25 Atsushi EnoParseNameList() failed to parse nested generic type...
2010-11-24 Marek SafarRecover from broken for statement
2010-11-24 Marek SafarInflate imported type arguments types with type definit...
2010-11-24 Jb EvainPort mcs/tests to cecil-light
2010-11-24 Jérémie LavalAdd a fast path in EnumerablePartitioner for strip...
2010-11-24 Jérémie Laval[PLinq] Remove layer of unneeded indirections in Orderi...
2010-11-24 Jérémie Laval[PLinq] Fix the mess out of SelectMany node and speed...
2010-11-24 Jérémie Laval[PLinq] Improve Where query node speed by avoiding...
2010-11-24 Rodrigo KumperaFix broken free call.
2010-11-24 Jb Evain[Linker] fix the moonlight tuning wrt debug symbols
2010-11-24 Jb Evain[Linker] properly read symbols
2010-11-24 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-11-24 Jb Evain[Linker] fix custom AssemblyResolver
2010-11-24 Atsushi EnoParse() and ToString() array type name correctly.
2010-11-24 Jb Evain[Linker] refactorize how symbols are loaded
2010-11-24 Jb EvainAdd overloads to IAssemblyResolver.Resolve which take...
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-24 Andreia Gaita[Moon] Speed up the moonlight build by stripping it...
2010-11-24 Zoltan VargaMake some changes to the stack overflow handling code...
2010-11-24 Zoltan VargaDisable a test which exposes mcs bug #646744.
2010-11-23 Rodrigo KumperaHandle another case of binding to first arg of static...
2010-11-23 Rodrigo KumperaFix corlib testsuite crash.
2010-11-23 Rodrigo KumperaFix typo.
next