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
2018-01-12Fix bug 60359Katelyn Gadd
2018-01-10[msvc] Update csproj files (#6473)monojenkins
2018-01-10[corlib] Optimizes non-intrinsics version of string indexer codeMarek Safar
2018-01-09Bump corert (#6420)Marek Safar
2018-01-05[msvc] Update csproj filesmonojenkins
2018-01-05[corlib] Fixes ThreadPoolTest testMarek Safar
2018-01-05XMLDSIG from .NET Core. (#6154)Vladimir Kazakov
2018-01-04[I18N] Add CP737 (Greek) and CP775 (Baltic) (#6361)Alexander Köplinger
2018-01-04 Fix some ThreadPool performance counters. (#6118)jaykrell
2018-01-03Bump corefx (#6119)Marek Safar
2018-01-03Add a possibility to use empty X.509 certificates.Vladimir Kazakov
2018-01-02[tests] SRE check that a memberref token is emitted for a gtdAleksey Kliger
2017-12-18[bcl] Allow conversion from enums and their basetypes in both directions with...Zoltan Varga
2017-12-14Fix bug 60568: SynchronizationContext.Wait not implemented or invoked by runt...Katelyn Gadd
2017-12-14[console] Invoke async console cancel on ThreadPool from managedLudovic Henry
2017-12-14[wasm] Update corlib testsuite to disable multi-threaded tests.Rodrigo Kumpera
2017-12-14[corlib] Mark tests that requires multiple threads with the "MultiThreaded" c...Rodrigo Kumpera
2017-12-14[corlib] rename NotWorkingInterpreter and InterpreterNotWorking categories (#...Bernhard Urban
2017-12-06[msvc] Update csproj files (#6163)monojenkins
2017-12-04[runtime] Add support for weak fields. (#5972)Zoltan Varga
2017-11-28Merge pull request #6043 from kumpera/wasm-p2Rodrigo Kumpera
2017-11-28[runtime] Implement a few ModuleBuilder getters (#5787)Alexander Kyte
2017-11-28[msvc] Update csproj filesmonojenkins
2017-11-28[corlib] Adds Span/Memory testsMarek Safar
2017-11-28[sdks] Use runtime logging features to intercept Console.{Out,Error} and runt...Ludovic Henry
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-11-25[corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099)Alexander Köplinger
2017-11-24[bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in differe...Zoltan Varga
2017-11-24[corlib] Update exception message to match .netMarek Safar
2017-11-24[bcl] Build some assemblies with -warnaserror (#5295)Alexander Köplinger
2017-11-24Merge pull request #5836 from marek-safar/corefx-bumpMarek Safar
2017-11-24[corlib] Disable test check which is timezone dependentMarek Safar
2017-11-24Bump corefxMarek Safar
2017-11-23[tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptogr...Rolf Bjarne Kvinge
2017-11-23[bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't b...Zoltan Varga
2017-11-21[msvc] Update csproj files (#6066)monojenkins
2017-11-21[bcl] Add an .exclude file to disable some corlib tests when running with the...Zoltan Varga
2017-11-21[corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060)Marek Safar
2017-11-20Fix CryptoConfig.CreateFromName on XM Modern (#6029)Chris Hamons
2017-11-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fix...Egor Bogatov
2017-11-19[bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile.Zoltan Varga
2017-11-18Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-r...Alexis Christoforides
2017-11-17[corlib] Add wasm source lists for test suite.Rodrigo Kumpera
2017-11-17The return value of GetDynamicTimeZoneInformationEffectiveYears in the succes...Jonathan Chambers
2017-11-17[System.IO] Directory.Exists() now resolves the full path first. Fixes #60267Alexis Christoforides
2017-11-16Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnored...Alexis Christoforides
2017-11-16[corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread testBernhard Urban
2017-11-16[corlib] Don't capture the execution context when UnsafeRegisterWaitForSingle...Rodrigo Kumpera
2017-11-16[test] Regression test for 60238Aleksey Kliger
2017-11-15Provide a special implementation of ReadToEnd for CStreamReader so that it ec...Katelyn Gadd