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-10-26Revert my last two commits; these would require a new cecil.mono-3.2.4mono-3.2.4-branchMartin Baulig
2013-10-26[linker]: Fix my previous commit.Martin Baulig
2013-10-25[linker]: Also reference all type-references for LinkAction.Link and Save.Martin Baulig
2013-10-17[PCL]: Update the PCL Facade Assemblies.Martin Baulig
2013-10-17[System]: Fix System.IO.Compression.CompressionLevel enum.Martin Baulig
2013-09-20[xbuild]: Actually add the $(TargetFrameworkMonikerAssemblyAttributesPath) to...Martin Baulig
2013-09-17[mdoc] Switched from swallowing error to guarded executionLarry O'Brien
2013-09-17Bugzilla 14672 (mdoc namespace-level summary and remarks elements weren't bei...Larry O'Brien
2013-09-11[System.Core]: Minor API fix in the Non-DLR version of System.Linq.Expressions.Martin Baulig
2013-09-11Use ecma.pub for System.Xml.Serialization.Martin Baulig
2013-09-11Use msfinal.pub for System.Net in .NET 4.0/4.5.Martin Baulig
2013-09-10Don't set sealed flag for imported static typesMarek Safar
2013-09-10Don't emit inflated type parameter constraints which can collide with special...Marek Safar
2013-09-10Add System.ServiceModel.Activation assembly. Fixes #14544Marek Safar
2013-09-09Suggestion fix for bug https://bugzilla.xamarin.com/show_bug.cgi?id=6327Ondrej Myska
2013-09-09Set empty string to TraceListeners for empty assert message. Fixes #14505Marek Safar
2013-09-09Cleanup TraceImplMarek Safar
2013-09-09Fixes parallel enumerable index counter. Fixes #14515Marek Safar
2013-09-08Don't print empty detailed assert messageMarek Safar
2013-09-07[sdb] Add support for invoking interface methods. Fixes #14503.Zoltan Varga
2013-09-07[System]: WebRequest.GetSystemProxy(): Return custom proxy for monodroid.Martin Baulig
2013-09-06Implements parsing of multi value User-Agent string. Fixes #8719Marek Safar
2013-09-05Avoid printing an error message in UnixRegistryApi which can happen during no...Zoltan Varga
2013-09-05Merge pull request #751 from akoeplinger/AssemblyNameReferenceMatchesDefinitionMarek Safar
2013-09-05Merge pull request #752 from echampet/bug-10001-2Marek Habersack
2013-09-05Implemented AssemblyName.ReferenceMatchesDefinition ()Alexander Köplinger
2013-09-04[bcl]Replace more long fields with int to make them CAS friendly on 32 bits s...Rodrigo Kumpera
2013-09-04[bcl] Replace more long fields with int to make them CAS friendly on 32 bits ...Rodrigo Kumpera
2013-09-04[FIX][v2] Do not use chunked encoding with CGI/FastCGIStefan
2013-09-04Disable a corlib test which fails on some test runners.Zoltan Varga
2013-09-04Optimize MonoCustomAttrs.GetCustomAttributes(): add fastpaths for common case...Zoltan Varga
2013-09-04Don't resolve extension method expression when in probing mode it may fail to...Marek Safar
2013-09-04Less cascading errorsMarek Safar
2013-09-04[linker] Allow some useful methods to be reused elsewhereSebastien Pouliot
2013-09-04[bcl]Switch BlockingCollection to do CAS over ints and not longs.Rodrigo Kumpera
2013-09-04[bcl]Switch BlockingCollection to use SequentialLayot to make sure its longs ...Rodrigo Kumpera
2013-09-03Revert "Merge pull request #744 from echampet/bug-10001"Marek Habersack
2013-09-03Revert "Fix typo in commit b6d634dd."Marek Habersack
2013-09-03Merge pull request #749 from head-thrash/masterMarek Safar
2013-09-03Fixes build when running make -k check:head-thrash
2013-09-03Fix mobile build of my commit 1ae87e9.Martin Baulig
2013-09-03Only print the 'Assuming PLATFORM messages when running make with V=1.Zoltan Varga
2013-09-02Fix typo in commit b6d634dd.Martin Baulig
2013-09-02[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.Martin Baulig
2013-09-02Add missing .NET 4.5 APIsMartin Baulig
2013-09-02Merge pull request #744 from echampet/bug-10001Marek Habersack
2013-09-02[FIX] Do not use chunked encoding with CGI/FastCGIStefan
2013-09-01Better check for hoisted this location when emitting nested lambda expression...Marek Safar
2013-08-30More thorough check for managed type parameters. Fixes #14347Marek Safar
2013-08-30Probing of generic parameter for value type generic parameter needs to check ...Marek Safar