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
2016-04-08[llvm] Add support for passing dummy arguments before arm64 hfa structures so...mono-4.2.0-c6sr2-hotfix37236-2Zoltan Varga
2016-03-26[System.Net.Http] Make HttpClientTest.RequestUriAfterRedirect test more reliableAlexander Köplinger
2016-03-26[aot] Emit a .subsections_via_symbols directive on arm.Zoltan Varga
2016-03-22[arm] Avoid storing fp arguments below the stack pointer if the param area ha...Zoltan Varga
2016-03-07Merge pull request #2549 from esdrubal/discovery-4.2Alexis Christoforides
2016-03-04[referencesource][System.Web.Services] Unix paths fix DiscoveryClientProtocol...Alexis Christoforides
2016-03-02[llvm] Disable support for nested clauses, it still doesn't work. Fixes #37273.Zoltan Varga
2016-03-02[jit] Fix the reference type detection for Volatile:Read/Write (). Fixes part...Zoltan Varga
2016-03-01[Mainsoft] Remove deprecated code: the Mainsoft code has not been maintained ...Miguel de Icaza
2016-02-27Merge pull request #2467 from vargaz/fix37079-2Sebastien Pouliot
2016-02-27Merge pull request #2552 from ludovic-henry/4.2.0-fix-gcAlexis Christoforides
2016-02-26Fix serialization under XM 4.5 Target FrameworkChris Hamons
2016-02-16[System.Web.Services] Test DiscoveryClientProtocolMarcos Henrich
2016-02-01[jit] Fix the support for gshared types in mini_emit_initobj (), previously w...Zoltan Varga
2016-01-29[sgen] Fix register scanning on ARMLudovic Henry
2016-01-20Bump winconfig.h -> 4.2.2Alexis Christoforides
2016-01-20[jit] Fix the support for gshared types in mini_emit_initobj (), previously w...Zoltan Varga
2016-01-20[sgen] Fix race between block allocation and concurrent sweep.Vlad Brezae
2016-01-15[runtime] Make sure ptr-to-structure and structure-and-ptr wrappers are uniqu...Zoltan Varga
2016-01-14XmlObjectSerialier: fix ISerializable (bxc#37171)Aaron Bockover
2016-01-14Merge pull request #2321 from ludovic-henry/4.2.0-fix-delegate-36646Rodrigo Kumpera
2016-01-14Merge pull request #2322 from ludovic-henry/4.2.0-fix-threadpool-36414Rodrigo Kumpera
2016-01-05Merge pull request #2309 from BrzVlad/fix-35414-sr6Sebastien Pouliot
2016-01-04Fix the build.Zoltan Varga
2016-01-04[jit] Avoid a verification error in gsharedvt code with ldarga + gshared type...Zoltan Varga
2016-01-04[verifier] Fix the verifiers to handle Roslyn style fixed blocks.Rodrigo Kumpera
2015-12-18Merge pull request #2348 from ludovic-henry/4.2.0-fix-threadpool-overflowAlexis Christoforides
2015-12-16Bump to include packaging change (F# bump to 4.0.1.1)Alexis Christoforides
2015-12-16[aot] Cache inflated methods loaded from aot images to avoid repeating an exp...Zoltan Varga
2015-12-15[runtime] Implement native-to-managed marshalling of byref delegate arguments...Zoltan Varga
2015-12-15[System.Runtime.Serialization] Static serializer calls directly into internal...Miguel de Icaza
2015-12-15Remove some tests added by 43b9ad0a728dc9251f1269cf94f3847dd89e034b by mistake.Zoltan Varga
2015-12-14Merge pull request #2303 from kumpera/remove_fsw_limitAlexis Christoforides
2015-12-14[gsharedvt] Fix support for constrained calls on interfaces. Fixes #36383.Zoltan Varga
2015-12-14Fix endless recursion in XmlCompiledTransform on mobileMarek Habersack
2015-12-14[mono/driver] On OSX, increase the number of file handles available.mono-4.2.2.10Miguel de Icaza
2015-12-14Merge pull request #2283 from lambdageek/dev/bug-36418-backport-4.2Alexis Christoforides
2015-12-14[runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls ...Zoltan Varga
2015-12-14Merge pull request #2320 from ludovic-henry/4.2.0-fix-delegate-36640Alexis Christoforides
2015-12-14Merge pull request #2328 from BrzVlad/fix-sgen-c6Alexis Christoforides
2015-12-14[threadpool] Fix overflow of max number of worker threadsLudovic Henry
2015-12-11[threadpool] Fix get min and available threads icallsLudovic Henry
2015-12-11Bump version to 4.2.2Alexis Christoforides
2015-12-11[sgen] Make sure we scan aligned memory regionsVlad Brezae
2015-12-11[sgen] Fix marking of cards on 64bitVlad Brezae
2015-12-10[jit] Increase the buffer size used by the dyncall data structures to 512, ad...Zoltan Varga
2015-12-10[delegate] Fix multicast remove behaviourLudovic Henry
2015-12-10[delegate] Fix multicast Method property implementationLudovic Henry
2015-12-09[profiler] Avoid a crash at shutdown by installing the assembly unload hook f...Zoltan Varga
2015-12-09Bump reference source to merge a fix for #36003Marek Safar