mono.git
2010-12-10 Marek SafarBase constructor method calls have to be static
2010-12-10 Marek SafarReport missing types (some of them for now)
2010-12-10 Marek SafarAdd missing dependency
2010-12-10 Marek SafarTry to handle missing generic type definition
2010-12-10 Zoltan VargaUse the mono calling convention for all LLVM methods...
2010-12-10 Gonzalo Paniagua... Get system.web/httpRuntime only once
2010-12-09 Rodrigo KumperaAdd a few more undocumented bits to allowed AssemblyFlags
2010-12-09 Rodrigo KumperaCheck for coded token with zero index for typedef:...
2010-12-09 Jérémie LavalFix semantic of CountdownEvent Reset methods. Fix ...
2010-12-09 Jérémie LavalImplement CreateSetComparer method in HashSet
2010-12-09 Jérémie LavalRefactor Add/Take/TryAdd/TryTake methods into a common...
2010-12-09 Jérémie LavalFix GetConsumingEnumerable exception handling in Blocki...
2010-12-09 Jérémie Laval[PLinq] Detect when AsParallel is called multiple time...
2010-12-09 Marek SafarNew test
2010-12-09 Marek SafarRead custom attribute name without resolving attribute...
2010-12-09 Marek SafarRedirect all mscorlib loads into assembly builder when...
2010-12-09 Marek SafarFix parameter name
2010-12-09 Marek SafarAdd initial handling of missing assemblies
2010-12-09 Marek SafarAdd internal --runtime option
2010-12-09 Marek SafarAdd references loading trace
2010-12-09 Marek SafarRemoved check for generics on 1.1 runtime
2010-12-09 Zoltan VargaUnify the rgctx/non-rgctx call emission functions in...
2010-12-09 Jérémie LavalFix behavior of Partitioner.Create when more than one...
2010-12-09 Geoff NortonEnsure we always save the GState, not just when the...
2010-12-08 Geoff NortonAvoid leaking our unwind ops when not populating the...
2010-12-08 Geoff NortonAvoid leaking the name buffer since we already resolve...
2010-12-08 Rodrigo KumperaFix some memleaks under -v
2010-12-08 Rodrigo KumperaFix a memleak when returning SRE cattrs.
2010-12-08 Rodrigo KumperaHandle GTDs used as element or type arguments.
2010-12-08 Zoltan VargaMark runtime invoke wrappers as pinvoke, since they...
2010-12-08 Zoltan VargaGet rid of the 'is_pinvoke' argument to get_call_info...
2010-12-08 Gonzalo Paniagua... InitOnce does not throw
2010-12-08 Gonzalo Paniagua... Fixes problem with exceptions on init
2010-12-08 Zoltan VargaUpdate a comment.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-08 Zoltan VargaTidy up the assembly loading log messages a bit.
2010-12-08 Zoltan VargaClean up the appdomain at the end of the remoting4...
2010-12-07 Marek SafarPut back actual save of module target
2010-12-07 Marek SafarRevert ordering of compiler tests
2010-12-07 Marek SafarCheck file extension manually
2010-12-07 Marek SafarSymbol writer has to use 4.0 methods in static mode
2010-12-07 Gonzalo Paniagua... Delete end local endpoint when stopping the server
2010-12-07 Zoltan VargaLog images still loaded during shutdown.
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 Rodrigo KumperaFix memberref method signature verification.
2010-12-07 Rodrigo KumperaCorrectly check for ptr compatibility.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 Marek SafarTest update
2010-12-07 Marek SafarSort the files manually to always get same order
2010-12-07 Marek SafarNew test
2010-12-07 Marek SafarExtract reflection specific assembly builder
2010-12-07 Marek SafarRe-use existing code path
2010-12-07 Rodrigo KumperaHonor skip visibility in more places.
2010-12-07 Rodrigo KumperaDo separate checking of field and method memberref.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 vvaradhan2010-12-07 Veerapuram Varadhan <vvaradhan@novell...
2010-12-07 Guillaume PouilletFix bug in BlockingCollection<T>.TryTake Add correspond...
2010-12-07 Atsushi EnoImplemented XData support in XamlObjectWriter.
2010-12-07 Atsushi EnoImplement XData support in XamlXmlReader.
2010-12-07 Atsushi EnoXData support in XamlXmlWriter.
2010-12-07 Atsushi EnoImplemented XData object reader support. Add missing...
2010-12-07 Atsushi EnoAdd another couple of IXmlSerializable tests.
2010-12-07 Gonzalo Paniagua... Fix Process.HasExited regression
2010-12-06 Geoff NortonEnsure we save and restore the gstate
2010-12-06 Zoltan VargaFix a few SRE memory leaks.
2010-12-06 Gonzalo Paniagua... Workaround bug in AcquireWriterLock
2010-12-06 Zoltan VargaRemove some #ifdef HAVE_SGEN_GC deps, centralize others...
2010-12-06 Jérémie Laval[System.Xml] Enable existing API under 4.0 profile too
2010-12-06 Marek SafarRefactor assemblies loading into a base class
2010-12-06 Marek SafarMove more fields to RootContext
2010-12-06 Marek SafarRemoved obsolete files
2010-12-06 Marek SafarUse type definition for generic type forwarders
2010-12-06 Marek SafarDon't close same type twice when base call closes this...
2010-12-06 Jonathan Pryor[mono.options] Ensure that IEnumerators are disposed.
2010-12-06 Atsushi EnoAdd missing xml file.
2010-12-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
2010-12-06 Atsushi EnoEnable another test.
2010-12-06 Marek SafarUse Version type instead of string value
2010-12-06 Marek SafarUse decimal optional parameter value decoded by System...
2010-12-06 Marek SafarExtract reflection specific code from extended builder
2010-12-06 Marek SafarMove assembly security declaration to extened builder
2010-12-06 Marek SafarDon't call module symbol writer methods when we are...
2010-12-06 Atsushi EnoAdd missing files.
2010-12-06 Atsushi EnoImplemented Reference resolution in XamlObjectWriter.
2010-12-05 Geoff NortonEnsure we properly translate the CTM for NSView's when...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-05 Zoltan VargaCall mini_parse_debug_options () earlier.
2010-12-05 Zoltan VargaAdd more logging to the soft debugger code.
2010-12-05 Zoltan VargaFix a debug log message in the soft debugger.
2010-12-05 Gonzalo Paniagua... Handle closed sockets in the callbacks
2010-12-05 Jonathan Pryor[mdoc] Response file cleanup.
2010-12-04 Miguel de IcazaAdd part3 of the Google GCI 2010 contributions
2010-12-04 Joe DluzenFix for #656021.
2010-12-04 Zoltan VargaRemove a dead variable.
2010-12-04 Zoltan VargaSet MONO_PATH while running the profiler tests.
2010-12-04 Zoltan VargaDisable a test which breaks under AOT.
2010-12-04 Zoltan VargaFix a warning.
2010-12-04 Zoltan VargaReally fix the ia64 build.
next