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-25Optimize parameters handling to do much less allocationMarek Safar
2013-02-25Add static to static like typeMarek Safar
2013-02-25Clean up params binderMarek Safar
2013-02-25Expand params arguments only when not binding directly parameter types. Fixes...Marek Safar
2013-02-23Erasure the type of some fields in AppDomain so the linker can remove their t...Rodrigo Kumpera
2013-02-23The runtime doesn't raise AccessViolationException.Rodrigo Kumpera
2013-02-23[gc] Mono.Runtime method for enabling/disabling synchronous collections.Mark Probst
2013-02-22Use an internal call (to an existing function) so it allow dropping SHA1 (and...Sebastien Pouliot
2013-02-22Do a lighter check for public keys in the mobile profile. It's faster and als...Sebastien Pouliot
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-21Optmize some empty array allocationsMarek Safar
2013-02-21Fix BinaryReader.ReadChars() no longer recursively calls BinaryReader.Read()....Marek Safar
2013-02-21Misunderstood styling feedbackMattias Karlsson
2013-02-21Fixed code style brace same line & remove space before braceMattias Karlsson
2013-02-20Added missing properties available in .Net 4.5Mattias Karlsson
2013-02-20Fix expected value (for System.Security.Cryptography.AesManaged.FeedbackSize)...Sebastien Pouliot
2013-02-19Stub the implementation of MarshalByRef to help the linker kill some remoting...Rodrigo Kumpera
2013-02-18Fix failing testMarek Safar
2013-02-16Break direct TPL dependency from stream classesMarek Safar
2013-02-15Mobile tests updateMarek Safar
2013-02-14More mobile tests updateMarek Safar
2013-02-14Optimize custom attributes check to build less pseudo custom attributesMarek Safar
2013-02-12Fix more mobile testsMarek Safar
2013-02-12Fix TaskCreationOptions.AttachedToParent to avoid NRE on TaskCreationOptions....Marek Safar
2013-02-12RunSynchronously cannot be used with continuationMarek Safar
2013-02-12Remove unused fileMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Since NET_2_1 implies NET_4_* now, take this into account and simplify our if...Rodrigo Kumpera
2013-02-12Remove moonlight sources in corlib that were only used by moonlight.Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2013-02-11Add obsolete attributeMarek Safar
2013-02-10Fix the build.Martin Baulig
2013-02-09Add missing flagsMarek Safar
2013-02-09Raise an exception for user types under FULL_AOT_RUNTIME instead of crashing.Rodrigo Kumpera
2013-02-08Add explicit interface GetType implementation to avoid object::GetType become...Marek Safar
2013-02-08Merge pull request #544 from svick/missing-awaitsMarek Safar
2013-02-08Add a test case for #10122.Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2013-02-07Fix public token property for mobileMarek Safar
2013-02-07Update for mobile profileMarek Safar
2013-02-06Added missing awaits to StreamWriterPetr Onderka
2013-02-04Merge pull request #543 from knocte/masterRodrigo Kumpera
2013-02-04Check modifier keys in windows console driver too. Fixes #9091.Marek Safar
2013-02-03[System.Reflection.Emit] Store dynamic assemblies after the static onesAndres G. Aragoneses
2013-02-01Rewrite of async StreamReader/StreamWritter operations to not fail on subsequ...Marek Safar
2013-02-01fix System.Security.SecurString.ReadAt(int), includes NUnit testDavid Lechner
2013-01-29fix mobile build.Atsushi Eno
2013-01-29[mscorlib/mobile] Encoding.Default is always UTF8 in mobile, strip out all th...Miguel de Icaza
2013-01-21Add accidentally removed string conversionMarek Safar
2013-01-18Add new testMarek Safar