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
2019-08-12[msbuild] Bump to track xplat-master and update roslyn (#16155)Ankit Jain
2019-08-12[WinForms] Fix NotifyIcon not showing in systray on 64bit linux (#16164)UnknownShadow200
2019-08-12[debugger] Cleanup MonoError on in isFixedSizeArray (#16146)Aleksey Kliger (λgeek)
2019-08-12[mono] Fix some compiler warnings (#16159)Nikolay Sivov
2019-08-12[System.Drawing] Use CoreFX implementation of BufferedGraphics on Windows (#1...Nikolay Sivov
2019-08-12[remoting+interp] [remoting+debugger] Fix use of dangling local. (#16173)Jay Krell
2019-08-12[interp] Remove unnecessary loops, that optimizer might handle. (#16169)Jay Krell
2019-08-12[w32process-win32] Don't duplicate CreateProcess search logic. (#16156)Vincent Povirk
2019-08-12Merge pull request #16136 from EgorBo/fix-inliningZoltan Varga
2019-08-11Merge pull request #16160 from vargaz/wasm-xunit-4Zoltan Varga
2019-08-11Bump corefx to fix build breakAlexander Köplinger
2019-08-10[wasm] Run System.Core xunit tests on CI.Zoltan Varga
2019-08-10[wasm] Add argument conversions to the xunit runner.Zoltan Varga
2019-08-10Bump corefx to get https://github.com/mono/corefx/pull/327Alexander Köplinger
2019-08-10[System.Drawing.Design] Allow `context` be a null in the `ColorEditor.EditVal...Nikita Voronchev
2019-08-09[interp] Fix overflow of execution stack (#16115)Vlad Brezae
2019-08-09Merge pull request #16139 from steveisok/run-single-ios-sdk-testZoltan Varga
2019-08-09[netcore] Make mono_assembly_request_prepare take an ALC (#16061)Ryan Lucia
2019-08-09Bump eng/Versions.props againAlexander Köplinger
2019-08-09Add mono-hang-watchdog.in to tarballAlexander Köplinger
2019-08-09Fix FxCop warning CA1823 (unused fields)Stephen Toub
2019-08-09Fix FxCop warning CA2229 (private deserialization ctor)Stephen Toub
2019-08-09Fix FxCop warning CA1825 (Array.Empty)Stephen Toub
2019-08-09Fix StyleCop warning SA1620 (generic XML comment ordering)Stephen Toub
2019-08-09Fix StyleCop warning SA1617 (void return XML comment)Stephen Toub
2019-08-09Fix StyleCop warning SA1113 (comma position for parameters)Stephen Toub
2019-08-09Fix StyleCop warning SA1206 (modifer ordering)Stephen Toub
2019-08-09Fix StyleCop warning SA1121 (use built-in types)Stephen Toub
2019-08-09Fix StyleCop warning SA1200 (cref prefixes)Stephen Toub
2019-08-09Fix StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines)Stephen Toub
2019-08-09Fix FxCop warning CA1018 (attributes should have AttributeUsage)Stephen Toub
2019-08-09Bump corefx to get https://github.com/mono/corefx/pull/323Alexander Köplinger
2019-08-09Update dependencies from corefx (#16137)Alexander Köplinger
2019-08-09Added the option to run a single test in the iOS SDKSteve Pfister
2019-08-09[build] Remove ILDISASM variable from platform MakefilesAlexander Köplinger
2019-08-09[build] Remove PLATFORM_CORLIB from platform MakefilesAlexander Köplinger
2019-08-09[build] Remove MBAS from the platform MakefilesAlexander Köplinger
2019-08-09[build] Remove EXTERNAL_MCS setting in platform MakefilesAlexander Köplinger
2019-08-09[build] Remove confusing commented out codeAlexander Köplinger
2019-08-09[build] Remove PLATFORM_MAKE_CORLIB_CMPAlexander Köplinger
2019-08-09[build] Replace PLATFORM_ ifdefs with HOST_PLATFORM checksAlexander Köplinger
2019-08-09[tools] Add .gitignore for mono-hang-watchdogAlexander Köplinger
2019-08-09Move CodeAnalysis.ruleset to shared (dotnet/corefx#40153)Stephen Toub
2019-08-09fix inliningEgor Bogatov
2019-08-09Make System.Runtime.Intrinsics.X86.*.IsSupported intrinsicEgor Bogatov
2019-08-09fix minor issuesEgor Bogatov
2019-08-09[merp] Use a separate program as the hang supervisor. (#15715)Alexis Christoforides
2019-08-09[netcore] Don't return REFERENCE_MISSING in netcore_load_referenceRyan Lucia
2019-08-09Catch InvalidCastException properly in Collection (dotnet/coreclr#25953)Jeffrey Zhao
2019-08-09Merge pull request #16125 from vargaz/wasm-keep-config-cacheZoltan Varga