fix comment
[mono.git] / mcs /
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 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 Gonzalo Paniagua... InitOnce does not throw
2010-12-08 Gonzalo Paniagua... Fixes problem with exceptions on init
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 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 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-06 Geoff NortonEnsure we save and restore the gstate
2010-12-06 Gonzalo Paniagua... Workaround bug in AcquireWriterLock
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 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-03 Jérémie LavalFixicate some unit test
2010-12-03 Jérémie Laval[Task scheduler] Change waiting layout/wakeup point...
2010-12-03 Jérémie Laval[Task Scheduler] Revisit Task waiting in Scheduler...
2010-12-03 Jérémie Laval[Task Scheduler] Track re-entrant call to WorkerMethod...
2010-12-03 Zoltan VargaRemove unused nunit.key file.
2010-12-03 Zoltan VargaAdd a 'check' target to mcs/tests.
2010-12-03 Marek SafarDelay initialization of missing methods needed by symbo...
2010-12-03 Marek SafarApply implicit parameter attributes using standard...
2010-12-03 Jérémie Laval[Task] Slight tweak of WaitAny unit test
2010-12-03 Jérémie Laval[Task] Add an extra check in Task.WaitAny to make sure...
2010-12-03 Jérémie Laval[Task] Dumb bugfix when checking timeout in Task.WaitAny
2010-12-03 Marek SafarDon't throw an obsolete exception
2010-12-03 Marek SafarMore symbol writer clean-up
2010-12-03 Marek SafarTest files update
2010-12-03 Atsushi Enoname resolver could also be name provider.
2010-12-03 Atsushi EnoSplit internal base class into new file.
2010-12-03 Atsushi EnoRename source.
2010-12-03 Atsushi EnoNow object reader returns PositionalParameters for...
2010-12-02 Atsushi EnoImplemented reference support (almost working, except...
2010-12-02 Atsushi EnoMembers are not ordered by collection kind.
2010-12-02 Jérémie Laval[PLinq] Wrap PLinq processing task body in a try/finall...
2010-12-02 Jérémie Laval[PLinq] Cleanup and prettify code from earlier commit
2010-12-02 Jb Evain[ilasm] fix the metadata version for v4 assemblies
2010-12-02 Marek SafarDon't try to parse invalid namespace declarations,...
2010-12-02 Marek SafarUpdate setting of buildin internal types
2010-12-02 Marek SafarRemoved InitOptionalCoreTypes
2010-12-02 Marek SafarClean-up module indirections
2010-12-02 Marek SafarMove all predefined types to module to work with any...
2010-12-02 Marek SafarMove references loading into a new class
2010-12-02 Marek SafarMove AssemblyResource to assembly.cs
2010-12-02 Atsushi EnoMake room for XamlNameResolver in XamlObjectReader...
2010-12-02 Jérémie Laval[SafeHandle] Fixing docs
2010-12-01 Jérémie Laval[SafeHandle] Add bits of documentation
2010-12-01 Jérémie Laval[SafeHandle] Make success parameter setting atomic...
2010-12-01 Jérémie Laval[SafeHandle] Protect Close against asynchronous exceptions
2010-12-01 Miguel de IcazaDocumentation for Mono.Cairo contributed by knairda...
2010-12-01 Jb EvainUpdate Mono.Cecil
2010-12-01 Jb EvainAdd script to update Cecil from upstream
2010-12-01 Jérémie Laval[ReaderWriterLockSlim] Fix for #656353. Add correspondi...
2010-12-01 Jonathan PryorAdd response file suport to Mono.Options.
2010-11-30 Marek SafarTests update
2010-11-30 Marek SafarImport parameter default values using TypeCode
2010-11-30 Marek SafarRemove remaining typeof
2010-11-30 Marek SafarRead dynamic attribute using CustomAttributeData
2010-11-30 Rodrigo KumperaCheck for null and valuetypes.
2010-11-30 Atsushi EnoAdd name reference tests to all readers/writers.
next