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
path: root/mcs
AgeCommit message (Expand)Author
2011-01-27Leave db connection opened until requested to close it and add more unit testsJérémie Laval
2011-01-27Fix up aot-ing of mscorlib/mcs by AOTing mcs in the basic/2.0 profiles, insta...Zoltan Varga
2011-01-27New testMarek Safar
2011-01-27Fix a warningMarek Safar
2011-01-27Tests updateMarek Safar
2011-01-27[667261] Fixes overload resolution of an optional parameter followed by a par...Marek Safar
2011-01-27Don't allocate anonymous method container when importing event fieldsMarek Safar
2011-01-27Fix dist issues in Mono.Debugger.Soft.Zoltan Varga
2011-01-27version tolerant serialization fails with missing primitive membersKyle Ambroff
2011-01-27Implement RawSecurityDescriptor.Kenneth Bell
2011-01-27Implement SecurityIdentifier and improve NTAccount.Kenneth Bell
2011-01-27Process.Start: Show native error message in Win32Exception.Ankit Jain
2011-01-27Implements System.ComponentModel.DataAnnotations.RegularExpressionAttributeAntoine Cailliau
2011-01-26Fix overflow checking in PLinq Range operatorJérémie Laval
2011-01-26Include operands when emitting the IL stream to sdb clientsGeoff Norton
2011-01-26Remove unused very expensive registered_signals fieldMarek Safar
2011-01-26Remove wrong key from System.Data.Services.ClientMarek Safar
2011-01-26Avoid linear scan in GetEncoding and make the initialization lazyMarek Safar
2011-01-26Revert broken ikvm changeMarek Safar
2011-01-26Cache MonoUtil::IsUnix valueMarek Safar
2011-01-26New testMarek Safar
2011-01-26Update to the latest IKVMMarek Safar
2011-01-26Optimized constructor readonly access has to be inside same declarting typeMarek Safar
2011-01-26Improve compatibility of BinaryReader with non-default encoder when reading l...Marek Safar
2011-01-26Improve FileStream block reading performance little bitMarek Safar
2011-01-26MonoTouch doesnt support SRE, so we need to disable this code on MTGeoff Norton
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2011-01-26[xbuild] Improve error messages for condition evaluation.Ankit Jain
2011-01-26[xbuild] Support short-circuiting in conditions.Ankit Jain
2011-01-26Add test for Reverse over arraysJb Evain
2011-01-26[linq] Fix Reverse for IList implementorsJb Evain
2011-01-26[linq] Fix overflow check for CountJb Evain
2011-01-26Add test for Enumeerable.Range high boundariesJb Evain
2011-01-26[linq] fix Range extreme boundariesJb Evain
2011-01-25Fix the mobile buildGeoff Norton
2011-01-25[corlib,crypto] RandomNumberGenerator implements IDisposable in 4.0Marek Habersack
2011-01-25[system] SmtpClient implements IDisposable on 4.0 (a no-op for now)Marek Habersack
2011-01-25[wcf] Install the System.Data.Services.Client properly.Marek Habersack
2011-01-25New testMarek Safar
2011-01-25Degrade wrong override member to virtual instead of non-virtualMarek Safar
2011-01-25Fix caching of missing assembliesMarek Safar
2011-01-25Evaluate preprocessor conditions also in unreachable contextMarek Safar
2011-01-25Implicitly typed array cannot have multiple dimensionsMarek Safar
2011-01-25Turn 2 errors into warnings, mcs can now compile methods with no implementationMarek Safar
2011-01-25Add pfx to the mobile profileGeoff Norton
2011-01-25Work around a full-aot issue for monotouch System.JsonGeoff Norton
2011-01-24[Mono.CSharp] Improve error reportingTomasz Kubacki
2011-01-24Add a quirk for Parallel.For stealingJérémie Laval
2011-01-24Revert stealing changes in ListPartitioner, too much messJérémie Laval
2011-01-24Fix range in ListPartitioner when initial division was giving a legitimate 1Jérémie Laval