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
2015-09-20Add an 'rgctx' field to MonoDelegate, not yet used.Zoltan Varga
2015-09-17[delegate] Fix NRE on GetHashCodeLudovic Henry
2015-09-17[delegate] Fix Equals on Delegate to virtual methodLudovic Henry
2015-09-17[delegate] Fix bug #33218 "Action ReflectedType differs from Delegate Reflect...Ludovic Henry
2015-05-05[delegate] Replace multicast delegate implementationLudovic Henry
2015-03-17[corlib] Serialization from reference sourcesMarek Safar
2015-01-27[corlib] Remove redundant checks from delegate::combineMarek Safar
2014-07-22[corlib] Fix regression in Delegate::Equal found by gtest-etree-01.Rodrigo Kumpera
2014-07-21[corlib] Handle closed-over-null delegates created with IL when using InvokeD...Rodrigo Kumpera
2014-07-04[corlib] Update 6b94215d0b82c0a24786cb33ecce3f89d6c4d879 to work with not nul...Marek Safar
2014-07-04[corlib] Fix Delegate::DynamicInvoke for open delegates of instance methods a...Marek Safar
2013-11-12Fix the build.Rodrigo Kumpera
2013-11-12[corlib] Improve the exception message in Delegate::Remove.Rodrigo Kumpera
2013-04-23Rework MulticastDelegate.Equals to use a loop instead of recursion.Rolf Bjarne Kvinge
2013-04-03Fix an `#if` in System.Delegate.IsTransparentProxy () to use DISABLE_REMOTING.Alex Rønne Petersen
2013-02-25Optimize parameters handling to do much less allocationMarek Safar
2013-02-21Optmize some empty array allocationsMarek Safar
2012-11-07Remove transparent proxy support for monotouch builds.Rodrigo Kumpera
2012-06-18Improve Delegate::Combine error message.Rodrigo Kumpera
2012-01-07Allow enum->basetype argument conversion in CreateDelegate(). Fixes #794.Zoltan Varga
2011-12-13Add all missing sequential layout directives to corlib and system.Rodrigo Kumpera
2011-06-10Fixes Delegate.CreateDelegate with valuetype argument on the 'this' position.Rodrigo Kumpera
2011-04-18Fix DynamicInvoke when the delegate is closed over nullJb Evain
2010-11-23Handle another case of binding to first arg of static method.Rodrigo Kumpera
2010-09-02[Fix] fix regression in Delegate.CreateDelegateJb Evain
2010-08-03Delegate.CreateDelegate: add support for delegates closed over null for insta...Jb Evain
2010-07-30Delegate.Remove: throw when passing delegates of incompatible typesJb Evain
2010-03-26Reworked the threadpool. See individual ChangeLog entries for details.Gonzalo Paniagua Javier
2009-11-252009-11-25 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2009-10-172009-10-16 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2009-03-262009-03-26 Jb Evain <jbevain@novell.com>Jb Evain
2009-03-252009-03-25 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2009-03-252009-03-25 Jb Evain <jbevain@novell.com>Jb Evain
2008-08-27Warnings cleanupMarek Safar
2008-08-27Warnings cleanupMarek Safar
2008-07-252008-07-24 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2008-07-04In System:Rodrigo Kumpera
2008-07-042008-07-04 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
2008-07-042008-07-04 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
2008-02-142008-02-14 Jb Evain <jbevain@novell.com>Jb Evain
2008-02-12* DelegateTest.cs: Added more tests for CreateDelegate, dealing withGert Driesen
2008-01-102008-01-10 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-11-302007-11-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-11-302007-11-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-10-132007-10-13 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-08-12Small change, use String.EmptyMiguel de Icaza
2007-07-082007-07-08 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-06-212007-06-21 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-05-312007-05-31 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-05-232007-05-23 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno