Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / mcs / convert.cs
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-07-26 Marek SafarDon't crash when nullable user conversion requires...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Marek SafarLess debug noise on console
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-30 Marek SafarUse correct location when reporting constant conversion...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-06 Marek SafarImplement C# 5 caller attributes
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-08 Marek SafarFix implicit conversion from dynamic array to underlyin...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-07 Marek SafarFix type parameter effective base class lookup for...
2011-10-07 Marek SafarRemove some obsolete methods
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-05 Marek SafarFix extension method expression conversion for type...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-04 Miguel de IcazaMerge pull request #95 from XTZGZoReX/master.
2011-05-04 Marek Safar[691531] Variance conversion requires type parameters...
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
2011-04-15 Marek SafarChange ImplicitReferenceConversion not to relly on...
2011-04-13 Marek SafarImprove handling of dependant type parameters
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarFix most encompassing type when choosing between more...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Marek HabersackMerge branch 'bugfix'
2011-03-17 Marek SafarFix Buildin typo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-09 Marek SafarChecking array elements is done using ImplicitReference...
2011-03-09 Marek SafarRemove more temporary expressions from probing converts
2011-03-09 Marek SafarDon't allocate conversion expression for probing implic...
2011-03-09 Marek SafarClean up more static state
2011-03-09 Marek SafarRemove more static stuff
2011-03-08 Marek SafarSimplify checking for few more special compiler types
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Marek SafarClean up handling of few special runtime types
2011-03-07 Marek SafarClean up null-literal underlying type
2011-03-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarUnify predefined type user operators calling
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarHandle System.Void using special member kind
2011-03-02 Marek SafarWiring of BuildinType
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Marek SafarWiring of BuildinType
2011-02-16 Marek SafarLess static is good for my health
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-01 Marek SafarFix empty cast conversion from dynamic type object...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Marek SafarReport better error message for literal conversion...
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Marek SafarRemoved InitOptionalCoreTypes
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Marek SafarMore using cleanup
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-12 Marek SafarRemove unused namespaces
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-10-28 Marek SafarAdd more type parameter checks for inherited constraints.
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-12 Marek SafarMore fixes for implicit conversions of nullable types...
2010-10-12 Marek SafarFold duplex conversion casts into a expression to emit...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Marek SafarMore missing conversions between object and dynamic
2010-09-17 Marek SafarFixes preference of a user-defined conversion operators...
2010-09-10 Marek SafarReject varianly implemented interface members.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarAlways build type from compiler type when flagged
2010-08-26 Marek SafarMaintain only one place with dynamic explicit conversions
2010-08-25 Marek SafarProbing dynamic compatibility is identical to object
2010-08-24 Marek SafarAdd explicit variant delegates conversion
2010-08-16 Marek Safar[408516] No implicit user conversion from or to interfaces
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Marek SafarImplicit conversions between dynamic and object is...
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
next