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
path: root/mcs
AgeCommit message (Expand)Author
2020-04-05As suggested by @jbevain we should bump the protocol to implement this. (#19437)Thays Grazia
2020-04-04[wasm] Wasm TimeZoneInfo implementation VFS (#17760)Kenneth Pouncey
2020-04-03[WinForms] Show ToolTips for PropertyTab`s buttons (#19430)Александр Хухлаев
2020-04-03[debugger] Fix set_value and get_value after invoke a method (#19378)Thays Grazia
2020-03-30[wasm] Add a try-catch around GetCallingAssembly () calls in ResourceManager,...Zoltan Varga
2020-03-26[debugger] Bump protocol for this commit https://github.com/mono/mono/pull/19...Thays Grazia
2020-03-26[debugger] Fix suspend_policy that will be send to debugger-libs (#19317)Thays Grazia
2020-03-25Refine UnixEndPoint to support Windows Unix socket (#19274)CzBiX
2020-03-25[debugger] Implementing step through multithreaded code. (#19103)Thays Grazia
2020-03-24Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)Alexander Köplinger
2020-03-20[debugger] Fix NOT_IMPLEMENTED while debugging. (#19248)Thays Grazia
2020-03-13[corlib] Capture the ExceptionDispatchInfo when rethrowing from TaskContinuat...Aleksey Kliger (λgeek)
2020-03-11Avoid passing /features:peverify-compat to csc, it generates very inefficient...Zoltan Varga
2020-03-09[corlib] Suppress finalization of underlying console FileStreams (#19137)Aleksey Kliger (λgeek)
2020-03-09[bcl] Update BCL Linked Sizemonojenkins
2020-03-05[debugger] NRE when 2 threads try to call GetThreads at same time (#19122)Thays Grazia
2020-03-03Changed Max and MinLengthAttribute validation (#19084)Steve Pfister
2020-02-28[wasm] Use PNSE version of System.Net.NetworkInformation.NetworkInterface (#1...Maxim Lipnin
2020-02-28[runtime] Use pointer size gchandles (#19039)Vlad Brezae
2020-02-27[WinForms] Colorize PropertyGrid's Categories properly (#19045)Nikita Voronchev
2020-02-25Bump linker. (#19006)Zoltan Varga
2020-02-25Ensure ListView ItemCheck event can update the checked state (#18926) (#18937)Matthew Baird
2020-02-24[bcl] Update BCL Linked Sizemonojenkins
2020-02-23[corlib] Link out more SR/SRE types (#18770)Zoltan Varga
2020-02-23[bcl] Update BCL Linked Sizemonojenkins
2020-02-22Revert linker change of 5a65a97 (#18991)Fan Yang
2020-02-20[debugger] Enable reading embedded ppdb (#18895)Thays Grazia
2020-02-20Remove TestEnvVarSwitchForInnerHttpHandler test as it should be in XA/LinkerT...Egor Bogatov
2020-02-19[bcl] Default XmlSerializer stream serialize to UTF8 Encoding (#18836)Mitchell Hwang
2020-02-19Move HttpClientHandlerTests.Android.cs to nunit (#18883)Egor Bogatov
2020-02-18[wasm] Implement generation of empty assemblies in wasm-tuner. (#18880)Zoltan Varga
2020-02-14Make MonoWebRequestHandler linker friendly (#18832)Egor Bogatov
2020-02-14Bump linker submodule (#18844)Fan Yang
2020-02-13[System.Drawing] Release the Graphics HDC on Dispose. (#18801)Vincent Povirk
2020-02-12Allow users to switch to MonoWebRequestHandler on Android via UI (#18764)Egor Bogatov
2020-02-06[corlib] Silence undocumented exceptions in ReadXdgUserDir (#18684)mdh1418
2020-02-05[bcl] Update BCL Linked Sizemonojenkins
2020-02-04Bump linker. (#18691)Zoltan Varga
2020-01-29[corlib] Split corlib xunit tests even more for iOS (#18619)Alexander Köplinger
2020-01-28Use memmove in Buffer.MemoryCopy (#18547)Egor Bogatov
2020-01-28[WinForms] Incorrect Tree Nodes drawing at the `OwnerDrawText` mode (#18605)Nikita Voronchev
2020-01-28[Winforms] Form fixes (#18427)Karl
2020-01-28Don't select ListBox item if SelectionMode == None (#18492)Karl
2020-01-28[WinForms] Make `ContextMenuStrip` behavior closer to the reference one (#18598)Nikita Voronchev
2020-01-28Merge pull request #18491 from PreferLinux/RTF+Textbox-workAlexander Köplinger
2020-01-28[csproj] Update project filesmonojenkins
2020-01-27[WinForms] Display caret while click on ComboBox (#18523)Nikita Voronchev
2020-01-27Fix UnixEncoding.GetBytes() for empty strings (#18520)Steffen Kieß
2020-01-27Fix open port for X11 applications (#18583)felixdoerre
2020-01-27[Winforms] X11 Fix bounds change from within bounds-related events (#18513)Karl