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
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-18Make ExpressionVisitor visible in mobile 3.5 profileMarek Safar
2013-02-13This was removed by accident when chopping MOONLIGHT code out.Rodrigo Kumpera
2013-02-12Remove broken profile filesMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-11Kill the MOONLIGHT define in System.Core.Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2013-01-11MOBILE now builds with 4.0 enabled but its version remains 2.0.5.0.Rodrigo Kumpera
2013-01-07Aes.Create returns, by default, an instance of AesCryptoServiceProvider, not ...Sebastien Pouliot
2013-01-05Fix version number in 2.0 profileMarek Safar
2013-01-04Aes[Managed|CryptoServiceProvider] have a few more differences with RjindaelM...Sebastien Pouliot
2013-01-03Duplicate less mscorlib code in System.CoreMarek Safar
2013-01-03Run async continuation without allocating temporary hoisting classes.Marek Safar
2012-12-20Correct the count so we deserialize properlyNeale Ferguson
2012-12-12Now this somehow needed fix, resulted in invalid two-lines-joined-into-one-li...Atsushi Eno
2012-12-12Match the existing name for Aes implementation for source/binary compatibilitySebastien Pouliot
2012-12-12Adjust System.Core and Mono.Security builds to use MonoTouch's CommonCrypto s...Sebastien Pouliot
2012-12-09Properly (?) fix TimeZoneInfo.cs build.Mark Probst
2012-12-08Fix System.Core/System.TimeZoneInfo build under basic profile.Rodrigo Kumpera
2012-12-08Merge pull request #487 from mayerwin/patch-1Miguel de Icaza
2012-12-05[Mono] TimeZoneInfo.FindSystemTimeZoneById returns nulltechnomage
2012-11-20[Mono] TimeZoneInfo.FindSystemTimeZoneById returns nullDean Ellis
2012-11-13Wrapped IEnumerable extensions InvalidOperationException throws into factory ...bprzygoda
2012-11-13Looked through all InvalidOperationException thrown by IEnumerable Linq exten...bprzygoda
2012-11-12[Linq] Return a clearer exception message for Enumerable<T>.First()'s IOEAndres G. Aragoneses
2012-11-09Make LINQ sort work with Full AOT.Rodrigo Kumpera
2012-11-07Fix Aes to behave correctly on MonoTouch wrt CryptoConfig (default creation) ...Sebastien Pouliot
2012-11-07Use Function<T>:Identity instead of an inline lambda. Fixes 3627.Rodrigo Kumpera
2012-11-07Add workaround to make LINQ 4 Objects order by work under full-aot.Rodrigo Kumpera
2012-11-07Avoid multiple potential full-AOT failures with LINQ Enumerable. Fix bug #3285Sebastien Pouliot
2012-11-07Avoid using PredicateOf<T>.Always since it does not work with full-aot. Fix b...Sebastien Pouliot
2012-11-07Fix the mobile profile build of System.Core.dll.Rodrigo Kumpera
2012-11-07Use same name/casing for DllImport so we do not duplicate needlessly the exte...Sebastien Pouliot
2012-11-07Add Full AOT support for System.Linq.Expression.Rodrigo Kumpera
2012-11-07Rework some bits in Parallel LINQ to work under Full AOT.Rodrigo Kumpera
2012-11-07Bring Parallel LINQ to the Mobile profileMiguel de Icaza
2012-10-27Update mcs/class/System.Core/System/TimeZoneInfo.csmayerwin
2012-10-17Clean up for mobile profilesMarek Safar
2012-10-16[Linq] Minor fixup to use elements.Length instead of indexes.LengthJeffrey Stedfast
2012-10-12Modified the Linq Sort() to re-use the Array.Sort()Jeffrey Stedfast
2012-10-11Remove extra attributesMarek Safar
2012-10-05Remove some redundant initializationsMarek Safar
2012-09-26Upadte csproj filesMarek Safar
2012-09-24[corlib] Fix buildJeremie Laval
2012-09-24[corlib] Make Task.Run specify TaskScheduler.Default and fix Task.Run (Task<T...Jeremie Laval
2012-09-17TimeZoneInfo.Local must be cached, otherwise reference comparisons fail later...Rolf Bjarne Kvinge
2012-09-17Fix typo in exception message.Rolf Bjarne Kvinge
2012-09-12[System.Core] Check for canceled operation when invoking inner callJérémie Laval
2012-09-11in MONODROID profile, TimeZoneInfo should not return null entry.Atsushi Eno
2012-09-06[System.Core] Fix compare bug in PLinq's Contains implementationJérémie Laval