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-01-03[System.ServiceModel] Fix "collection was modified" exception in testsAlexander Köplinger
2016-01-03Add an optimized implementation for interface calls.Zoltan Varga
2016-01-03[runtime] Pass the vtable to the vtable/imt trampoline creation functions so ...Zoltan Varga
2016-01-03Merge pull request #2380 from alexanderkyte/pdb_fix_local_varsDavid Karlaš
2016-01-03[llvmonly] Optimize virtual calls by storing a function descriptor in vtable ...Zoltan Varga
2016-01-02[runtime] Avoid a crash if a generic type definition is passed to RuntimeHelp...Zoltan Varga
2016-01-02[sgen] Avoid asserting if the tls offsets used by the managed allocators cann...Zoltan Varga
2016-01-02[llvm] Disable support for nested clauses, it still doesn't work. Fixes #37273.Zoltan Varga
2016-01-02[llvm] Add missing OP_LMUL_IMM opcode.Zoltan Varga
2016-01-02[llvm] Add support for passing dummy arguments before arm64 hfa structures so...Zoltan Varga
2016-01-01Merge pull request #2392 from akoeplinger/web-wizard-sharing-violationAlexander Köplinger
2016-01-01[System.Web] Fix WizardStepBase_Theme sharing violation error during testAlexander Köplinger
2016-01-01Merge pull request #2391 from Utsav2/Utsav2-patch-1Alexander Köplinger
2016-01-01Fix typoUtsav Shah
2015-12-31[man/mono.1] Add details on --aot=data-outfile optionMiguel de Icaza
2015-12-30Merge pull request #2386 from BrzVlad/fix-jitVlad Brezae
2015-12-27[arm] Fix codegen for multiply instructionsVlad Brezae
2015-12-27[jit] Fix specs for some conv instructionsVlad Brezae
2015-12-27[jit] Fix signed division by power of 2 optimization.Vlad Brezae
2015-12-24Merge pull request #2383 from akoeplinger/authenticated-stream-referencesourceMarek Safar
2015-12-24[runtime] Move the HAVE_MOVING_COLLECTOR define to config.h instead of the co...Zoltan Varga
2015-12-24[runtime] Make libmono point to libmonosgen instead of libmonoboehm.Zoltan Varga
2015-12-24[runtime] Make the code in mini-llvm.c more C++ compatible.Zoltan Varga
2015-12-24[System] Port AuthenticatedStream from referencesourcesAlexander Köplinger
2015-12-24Merge pull request #2381 from alexanderkyte/pdb_method_assertZoltan Varga
2015-12-24[runtime] Fixed off-by-one bug in local variable counting for ppdb files.Alexander Kyte
2015-12-24[runtime] Make the pdb lookup function return NULL for runtime-generated meth...Alexander Kyte
2015-12-23Merge pull request #2379 from xmcclure/babysitter-contdmonojenkins
2015-12-23scripts/babysitter stdout logging improvementsAndi McClure
2015-12-23[mkbundle] Add support for --quiet.Rolf Bjarne Kvinge
2015-12-23[mkbundle] Fix compiler warnings.Rolf Bjarne Kvinge
2015-12-23[llvm] Fix LLVM support after e7166e4f9cee4eb896f1a2ff0290e0b9d8fedacb.Zoltan Varga
2015-12-23ucm2cp: Remove the deprecated '#if NET_2_0' fenceMiguel de Icaza
2015-12-23[System.Xml.Linq] Reenable a test that was commented outAlexander Köplinger
2015-12-23Merge pull request #2366 from xmcclure/scripts-babysitterAlexander Köplinger
2015-12-23Support process-group killing in babysitter scriptAndi McClure
2015-12-22Have scripts/babysitter use MONO_BABYSITTER_LOG_FILE configurationAndi McClure
2015-12-22More peer review changes on scripts/babysitterAndi McClure
2015-12-22Merge pull request #2375 from akoeplinger/servicemodel-remove-portfindersAlexander Köplinger
2015-12-22Merge pull request #2376 from rolfbjarne/bitcode-without-undefined-referencesRolf Bjarne Kvinge
2015-12-22Merge pull request #2034 from alexrp/ctx-cleanupRodrigo Kumpera
2015-12-22Merge pull request #1896 from meum/patch-1Miguel de Icaza
2015-12-22Merge pull request #2374 from lambdageek/dev/bug-37035Aleksey Kliger (λgeek)
2015-12-22Do not allow undefined references if bitcode is enabled.Rolf Bjarne Kvinge
2015-12-22[ServiceModel] Remove custom free port finder codeAlexander Köplinger
2015-12-22[WCF] ServiceHost should look for inherited ServiceBehaviorAttributeAleksey Kliger
2015-12-22[aot] Add hooks which can be used by embedders to load the aot data for aot i...Zoltan Varga
2015-12-21Add documentation for MONO_ENABLE_COOPMiguel de Icaza
2015-12-21Merge pull request #2373 from akoeplinger/servicemodel-tcpreplychannel-raceJoão Matos
2015-12-21Merge pull request #2372 from abock/dcs-iserializable-bxc37171Marek Safar