[asp.net] Do not duplicate assembly references passed to mcs
[mono.git] / mcs / class / System.Core /
2011-12-12 Zoltan VargaFix a warning.
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-03 Marek SafarMerge pull request #196 from ch5oh/master
2011-12-03 Zoltan VargaFix the build.
2011-12-02 Miguel de IcazaInclude System.IO.MemoryMappedFiles in the MOBILE profile
2011-12-02 Jb EvainTest for assignability of arrays to generic interfaces...
2011-12-02 Jb EvainAdd test for bug #2304
2011-11-25 Rodrigo KumperaFix error message.
2011-11-24 Rodrigo KumperaImprove error reporting on test failure.
2011-11-24 Rodrigo KumperaMake INodeVisitor methods nonvirtual by augmenting...
2011-11-21 Neale FergusonImplement serialization
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Sebastien Pouliotfix typo in monotouch build
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-08 Sebastien Pouliotfix compilation under NET_2_0
2011-11-04 Jeremie LavalAdd RwWrite flag to status check when already owning...
2011-11-03 Rodrigo KumperaImplement a mobile ready version of memory mapped files.
2011-11-03 Rodrigo KumperaMove all Mono.Unix deps into a single place and put...
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-11-01 Jeremie LavalSet success boolean in all cases and avoid state maskin...
2011-10-07 Marek SafarUpdate few constant values
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-26 Marek SafarInstall 4.0 profile as developers package and make...
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-09 Sebastien PouliotEnsure we can roundtrip 'Local' (special case) timezone...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-22 Jb EvainFix queryable enumerable expression transformation
2011-06-22 Jb EvainDon't emit null queryable constants when rewriting...
2011-06-22 Jb Evainadd test case for #701187
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-02 Sebastien PouliotFix parameter name for Aes.Create
2011-04-06 Atsushi EnoRemove obsolete nunit syntax from tests except for...
2011-04-05 Jérémie LavalProtect entering ReaderWriterLockSlim upgradable mode...
2011-03-31 Rolf Bjarne KvingeFix many corcompare issues for moonlight
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Sebastien PouliotMove private TimeType struct outside TimeZoneInfo
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-15 Jb EvainHandle conversion to System.Enum
2011-03-15 Jb EvainAdd test for bug ug #678897
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-11 Marek SafarRemove wrong using
2011-03-10 Duane WandlessGetApplicableRule returns NULL in TimeZoneInfo.cs yet...
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Juho Vähä-Herttua2011-02-17 Juho Vähä-Herttua <juhovh@iki.fi>
2011-02-20 Juho Vähä-Herttua2011-02-16 Juho Vähä-Herttua <juhovh@iki.fi>
2011-02-16 Jérémie LavalCreate PLinq query tasks attached to their eventual...
2011-02-16 Jérémie LavalWhen choosing the number of Task to create for a PLinq...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-08 Marek SafarOptimize Enumerable::ToArray
2011-02-01 Marek SafarMake mcs.exe .net4 application
2011-01-31 Jonathan PryorFix the basic-profile build.
2011-01-31 Jonathan Pryor[monodroid] Fix System.TimeZoneInfo.
2011-01-26 Jérémie LavalFix overflow checking in PLinq Range operator
2011-01-26 Marek SafarCache MonoUtil::IsUnix value
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
2011-01-25 Jb EvainAdd test for Reverse over arrays
2011-01-25 Jb Evain[linq] Fix Reverse for IList implementors
2011-01-25 Jb Evain[linq] Fix overflow check for Count
2011-01-25 Jb EvainAdd test for Enumeerable.Range high boundaries
2011-01-25 Jb Evain[linq] fix Range extreme boundaries
2011-01-25 Geoff NortonFix the mobile build
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Jérémie LavalAdd bigger unit test for Intersect and Union
2011-01-07 Jérémie LavalDirectly use ConcurrentDictionary with PLinq set operations
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-30 Jb Evain[LINQ] Fix non generic AsQueryable issue #661462
2010-12-30 Jb EvainAdd test for bug #661462
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-16 Jonathan Pryor[monodroid] Add support for the Android TimeZone file...
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-15 Jérémie LavalSys.Core parameters fixup
2010-12-15 Marek SafarSome .net 4.0 api compatibility fixes
2010-12-14 Jeffrey StedfastFixed AesManaged parameter names to make gui-compare...
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Jeffrey StedfastAdd TypeForwardedTo for Aes on MOONLIGHT and BOOTSTRAP_...
2010-12-09 Jérémie LavalImplement CreateSetComparer method in HashSet
2010-12-09 Jérémie Laval[PLinq] Detect when AsParallel is called multiple time...
2010-12-09 Marek SafarFix parameter name
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Jérémie LavalFixicate some unit test
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-01 Jérémie Laval[ReaderWriterLockSlim] Fix for #656353. Add correspondi...
2010-11-29 Jb EvainAdd MakeBinary test for ArrayIndex expressions
2010-11-29 Daniel SellFix Expression.MakeBinary so it can return ArrayIndex...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Jérémie Laval[PLinq] Split long running test in two
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-24 Jérémie Laval[PLinq] Remove layer of unneeded indirections in Orderi...
2010-11-24 Jérémie Laval[PLinq] Fix the mess out of SelectMany node and speed...
2010-11-24 Jérémie Laval[PLinq] Improve Where query node speed by avoiding...
next