Merge pull request #347 from JamesB7/master
[mono.git] / mcs / mcs / nullable.cs
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-15 Marek SafarFix column info for binary expressions
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-04-10 Marek SafarFix nullable binary comparison with lifted unboxed...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMake some mcs methods static
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-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-11 Marek SafarRemove GenericMethod
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge some MD mcs changes
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-24 Miguel de IcazaUpdated with Xamarin 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-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-21 Marek SafarMore emit updates to handle await sub-expressions
2011-07-20 Marek SafarHandle await in liften binary expression with compound...
2011-07-19 Marek SafarEmit valid code for nullable mutators used as an expression
2011-07-15 Marek SafarAwait support for more expressions
2011-07-12 Marek SafarModify few emits to deal with await expression
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-01 Marek SafarMigrate more emit specific code to EmitContext and...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-06 Marek SafarAllocate less temporary type expressions
2011-04-05 Marek SafarSpeed up var expression type resolution
2011-04-05 Marek SafarClearly split namespace and type resolve paths
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
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-08 Marek SafarSimplify checking for few more special compiler types
2011-03-08 Marek SafarClean up predefined members caching
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Marek SafarClean up null-literal underlying type
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Marek SafarReport better error message for literal conversion...
2010-12-13 Marek Safar[659022] Resolve reduced expressions
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Marek SafarClean-up module indirections
2010-12-02 Marek SafarMove all predefined types to module to work with any...
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-10 Marek SafarMore tweaks for nullable binary operation
2010-11-04 Marek SafarAllow liften null as a given number of bit positions...
2010-11-04 Marek SafarAdd boxing for dynamic nullable conversion of coalescin...
2010-11-03 Marek SafarExclusiveOr is not nullable bitwise boolean operator
2010-10-28 Marek SafarFix emitted code for predefined or/and operation betwee...
2010-10-22 Marek SafarAdd dynamic conversion to coalescing operator
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-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-30 Marek SafarMore awkward nullable binary expressions which are...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Marek SafarImplemented more combinations of nullable boolean logic...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Marek SafarImplement predefined binary enum operators involving...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Marek SafarImplement foreach over nullable values.
2010-09-13 Marek SafarKeep only 1 using implementation and handle all nullabl...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-03 Marek SafarAdd more cases for 4.0 identity comparison. Fixes ...
2010-08-02 Marek SafarAdd verifier assistance for coalescing operator. Fixes...
2010-06-30 Marek SafarFixed.
2010-06-30 Marek Safar2010-06-30 Marek Safar <marek.safar@gmail.com>
2010-06-04 Marek SafarFixed.
2010-06-04 Marek Safar2010-06-04 Marek Safar <marek.safar@gmail.com>
2010-06-02 Marek Safar2010-06-02 Marek Safar <marek.safar@gmail.com>
2010-05-27 Marek SafarNew tests.
2010-05-20 Marek Safar2010-05-20 Marek Safar <marek.safar@gmail.com>
2010-04-27 Lluis Sanchez2010-04-27 Lluis Sanchez <lluis@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-27 Marek Safar2010-05-27 Marek Safar <marek.safar@gmail.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-12 Marek SafarNew tests.
2010-04-12 Marek Safar2010-04-12 Marek Safar <marek.safar@gmail.com>
2010-03-02 Marek Safar2010-03-02 Marek Safar <marek.safar@gmail.com>
next