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
2013-03-18Fully resolve extension method argument. Fixes #11213Marek Safar
2013-03-18Remove internal continuations from unfinished tasks used in WhenAny, Fixes #1...Marek Safar
2013-03-16Revert "Fixes make dist"Martin Baulig
2013-03-16Properly bzero unaligned small blocks. Fixes #11184.Rodrigo Kumpera
2013-03-15Cache implicitly created static delegatesMarek Safar
2013-03-15part of fix bug #10160 - give innerException for some rethrown exception.Atsushi Eno
2013-03-15Avoid an assert in sdb for compiler generated byref locals. Fixes #11115.Zoltan Varga
2013-03-15Add new testsMarek Safar
2013-03-15Implement optimization where lambdas can be replaced by direct method-group t...Marek Safar
2013-03-15Fix column info for symbol file expressionsMarek Safar
2013-03-15[monodoc] Handle summaries for transient root nodes better. Add unit-tests.Jeremie Laval
2013-03-14Temporarily revert "Add PCL type-forwarders."Martin Baulig
2013-03-14Add PCL type-forwarders.Martin Baulig
2013-03-14Remove redundant lambda wrapperMarek Safar
2013-03-14Fixes make distMarek Safar
2013-03-14Add type-forwarders for existing assemblies.Martin Baulig
2013-03-14Merge pull request #599 from knocte/ntlm_fixesMartin Baulig
2013-03-13Implement MonoType.IsConstructedGenericType.Martin Baulig
2013-03-13Implement IntrospectionExtensions.GetTypeInfo().Martin Baulig
2013-03-13[Mono.Data.Tds] Stop using Obsoleted NTLM APIs (partial fix for BXC#11122)Andres G. Aragoneses
2013-03-13Progress<T> (ActioN<T>) constructor now also initializes the contextMiguel de Icaza
2013-03-13Put back MethodInfo.CreateDelegate() and fix DynamicMethod.Martin Baulig
2013-03-13Revert part of 9ec4d6984f8f81f5cfd0760fc70a76336b92839f since it breaks Dynam...Zoltan Varga
2013-03-13Try to fix statement expression location. Fixes #10306Marek Safar
2013-03-13[monodoc] Handle global `root:' urlJérémie Laval
2013-03-13Resolve switch block without fake sections blocks. Fixes #10781Marek Safar
2013-03-13Put back unsupported EventWaitHandle and Mutex constructors.Martin Baulig
2013-03-13Oops, fix the mobile build.Martin Baulig
2013-03-13DataContractSerializer changes for .NET 4.5.Martin Baulig
2013-03-13Minor .NET 4.5 API fixes.Martin Baulig
2013-03-13Add System.WeakReference<T>.Martin Baulig
2013-03-13System.Threading.SemaphoreSlim.WaitAsync().Martin Baulig
2013-03-13System.Threading.{Semaphore|EventWaitHandle|Mutex}.TryOpenExisiting().Martin Baulig
2013-03-13[mdoc] Build with -platform:x86Jonathan Pryor
2013-03-13Enable ContextTest on mt.Zoltan Varga
2013-03-13Implement new .NET 4.5 Reflection APIs.Martin Baulig
2013-03-13Add System.ComponentModel.Composition.4.5 to the mobile build.Martin Baulig
2013-03-13Fix System.ComponentModel.DataErrorsChangedEventArgs API.Martin Baulig
2013-03-13Add System.ComponentModel.DataAnnotations to the mobile build.Martin Baulig
2013-03-13Add stubs for some new .NET 4.0/4.5 WCF APIs.Martin Baulig
2013-03-13System.Runtime.Serialization.DateTimeFormatMartin Baulig
2013-03-13BigInteger.Parse/TryParse() overloads for .NET 4.0.Martin Baulig
2013-03-13System.ProgressMartin Baulig
2013-03-13Add System.Text.RegularExpressions.Regex timeout APIs.Martin Baulig
2013-03-13Trivial API additions.Martin Baulig
2013-03-13Missing WebUtility methods.Martin Baulig
2013-03-13HttpWebRequest/Response API fixes for .NET 4.5.Martin Baulig
2013-03-13Add System.IO.Compression.FileSystem stubs.Martin Baulig
2013-03-13Misc .NET 4.5 / PCL APIs.Martin Baulig
2013-03-13[xbuild] It's safe to pass /debug:pdbonly to mcs nowMichael Hutchinson