CanImport() just returns false, without throwing error.
[mono.git] / mcs / class / System.Core /
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...
2010-11-23 Jérémie LavalFix ReaderWriterLockSlim Exit methods in SupportsRecurs...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jérémie LavalUse a custom-wrapper for Aggregate operation invocation
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Jérémie LavalAnother fix related to the rebase
2010-11-18 Jérémie LavalFix compile error introduced by rebasing
2010-11-18 Jérémie LavalProtect ExitUpgradeable part of ReaderWriterLockSlim...
2010-11-18 Jérémie LavalProtect Enter/Exit write part of ReaderWriterLockSlim...
2010-11-18 Jérémie LavalProtect Enter/Exit read part of ReaderWriterLockSlim...
2010-11-17 Jérémie Laval[PLinq] Use a custom loop for iterating in ProcessAndAg...
2010-11-12 Jérémie LavalDirectory cleanup for System.Collections.Concurrent...
2010-11-10 Jérémie LavalFinal performance improvement on ReaderWriterLockSlim
2010-11-09 Jérémie LavalRemove CurrentLockState in ReaderWriterLockSlim and...
2010-11-09 Jérémie LavalSmall condition fix in ReaderWriterLockSlim, avoid...
2010-11-04 Jérémie LavalReaderWriterLockSlim performance improvements
2010-11-03 Jérémie LavalAdd tiny bit of doc on ReaderWriterLockSlim.
2010-11-03 Jérémie LavalAdd TaskExtensions class and Unwrap extension methods
2010-10-22 Jérémie LavalFix a dodgy ReaderWriterLockSlim unit test
2010-10-15 Marek SafarClean up few more warnings
2010-10-13 Jb EvainAdd support for hoisted variables in the ET interpreter
2010-10-12 Jb EvainFix parameterless Action case
2010-10-12 Jb Evain[Fix] fix the ET interpreter to deal with user defined...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-29 Jérémie Laval[ReaderWriterLockSlim] Fix state corruption and race...
2010-09-28 Jérémie LavalTurn Is*LockHeld properties into thread-specific values...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-22 Jérémie LavalAdd tidbits of documentation to ReaderWriterLockSlim.
2010-09-22 Jérémie LavalAlso set readerDoneEvent when exiting an upgradeable...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-09 Jb EvainFix System.Core usage of bootstrap .sources from the...
2010-09-08 Jb EvainFactorize the System.Core monotouch and monodroid sourc...
2010-09-08 Jb EvainEnable the System.Core build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-02 Jérémie Laval[Plinq] Force strict parallelism in all PLinq unit...
next