Add part3 of the Google GCI 2010 contributions
[mono.git] / mcs /
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.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Atsushi EnoAdd test xml files.
2010-11-30 Atsushi EnoAdd name reference test (not working).
2010-11-30 Marek SafarEmit optional default value-type parameter using nullref
2010-11-30 Marek SafarMove core predefined types into a new class
2010-11-30 Marek SafarAdd initial reflection dependant code
2010-11-30 Marek SafarMove metadata importer out of compiler context finally
2010-11-30 Marek SafarNew test
2010-11-30 Atsushi EnoAdd another XData test case.
2010-11-30 Atsushi Enoempty namespace should be successfully parsed.
2010-11-30 Atsushi EnoCall GetObject only once per current member.
2010-11-30 Atsushi EnoFill List's implementation details gap.
2010-11-30 Atsushi EnoDo not retrive properties with get parameters (indexers).
2010-11-30 Atsushi EnoAdd another test xml file.
2010-11-30 Atsushi EnoAdd another reader/writer test, for List of Array.
2010-11-30 Atsushi EnoRenamed test files.
2010-11-30 Atsushi EnoExtract XamlObjectReaderTest class into another file...
2010-11-30 Sebastien PouliotFix randomly failing unit test
2010-11-29 Jb EvainAdd MakeBinary test for ArrayIndex expressions
2010-11-29 Daniel SellFix Expression.MakeBinary so it can return ArrayIndex...
2010-11-29 Marek SafarCheck imported custom attributes based on name only
2010-11-29 Marek SafarMade type member kind logic more flexible
2010-11-29 Marek SafarDon't special case value type constraint
2010-11-29 Marek SafarAdd sanity check for imported static fixed buffer
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 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 KumperaFix corlib regression
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Rodrigo KumperaAdd regression test for #317488
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaFix typo
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 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
next