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
2017-03-04[corert] Import System.Threading.ThreadPoolBoundHandleLudovic Henry
2017-03-03[corert] Import System.Diagnostics.DebugLudovic Henry
2017-03-03[threads] Remove ThreadState_StopRequested (#4462)Ludovic Henry
2017-03-03[threads] Remove mono_threads_create_thread (#4411)Ludovic Henry
2017-03-03[threads] Remove dead field cached_culture_info (#4410)Ludovic Henry
2017-03-02[msvc] Update csproj files (#4461)monojenkins
2017-03-02[corlib][System] Concurrent collections from corefxMarek Safar
2017-02-27[System.Numerics] Use corefx implementationMarek Safar
2017-02-22Bump corefxMarek Safar
2017-02-21[threadpool] Do not swallow exception in RegisterWaitForSingleObject callback...Ludovic Henry
2017-02-20Merge pull request #4398 from marek-safar/mono.csharpMarek Safar
2017-02-20Bump corefxMarek Safar
2017-02-20[Mono.CSharp] Simplify .sources structureMarek Safar
2017-02-16[treadpool] Fix flaky System.Threading.ThreadTest.SetNameInThreadPoolThread t...Ludovic Henry
2017-02-16Merge pull request #4376 from kumpera/test-hardneingRodrigo Kumpera
2017-02-16[corlib] Assert of wait failure.Rodrigo Kumpera
2017-02-15[bcl] Remove the NETSTANDARD ifdef from profilesAlexander Köplinger
2017-02-15[corlib] Rewrite the timer tests to something that can actually be verified.Rodrigo Kumpera
2017-02-14Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)Neale Ferguson
2017-02-14[corlib] Harden a GC test against possible false pinnig.Rodrigo Kumpera
2017-02-14[corlib] Disable broken tests that depend on crazy precise scheduling and sys...Rodrigo Kumpera
2017-02-09[runtime] Fix the reflected type of Delegate.Method if the method is an inher...Zoltan Varga
2017-02-09[threads] Allow resetting the name of a threadpool thread (#4350)Ludovic Henry
2017-02-07[msvc] Update csproj files (#4336)monojenkins
2017-02-07[corlib] Update TimeZoneTest ios simulator checkMarek Safar
2017-02-07Temp fix for broken TimeZoneInfo on Windows families without registry accessNiklas Therning
2017-02-07Remove comment from Thread.cs describing field removed in 4.8Andi McClure
2017-02-01Bump corefxMarek Safar
2017-01-28[build] Use multiple inputs in profiled aotMarek Safar
2017-01-26[msvc] Update csproj files (#4295)monojenkins
2017-01-25Enabling NativeObjectSecurity on windows aotHenric Müller
2017-01-25Enabled win specific time zone code using WIN_PLATFORMHenric Müller
2017-01-25Enabled win specific code in registry classes using WIN_PLATFORMHenric Müller
2017-01-25Enabling Windows specific code paths with WIN_PLATFORMHenric Müller
2017-01-25Adding winaot corlib test assembly in LoadWithPartialNameHenric Müller
2017-01-25Adding Console support for winaotHenric Müller
2017-01-25Updates for winaot profileHenric Müller
2017-01-21[corlib] Removes unused methodMarek Safar
2017-01-20[io-layer] Extract file (#4255)Ludovic Henry
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
2017-01-19[sre] Use coop handles in parts of sre.cAleksey Kliger
2017-01-18[test] RuntimeType.GetGenericTypeDefiniton should return the TypeBuilderAleksey Kliger
2017-01-13Merge pull request #4212 from BrzVlad/fix-ephemeron-leakRodrigo Kumpera
2017-01-11[msvc] Update csproj files (#4226)monojenkins
2017-01-11Merge pull request #4219 from marek-safar/corert-bumpMarek Safar
2017-01-11[corlib] Avoid unnecessary ephemeron array resizesVlad Brezae
2017-01-11[corlib] Avoid unbounded resizes of ephemeron arraysVlad Brezae
2017-01-11[corlib] Update ValueTuple implementationMarek Safar
2017-01-11Merge pull request #4222 from alexanderkyte/fix_mismatch_com_disabledMarek Safar
2017-01-11Mono BCL test fixes so XM can run them (#4210)Chris Hamons