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
2018-11-28[interp] Enable System.Xml tests (#11791)Vlad Brezae
2018-11-28[interp] Enable System.Data tests on fullaotinterp (#11798)Vlad Brezae
2018-11-28[bcl] Update BCL Linked Size (#11819)monojenkins
2018-11-28Move "NegotiateStreamPal" from "System.Data" into "System". (#11778)Martin Baulig
2018-11-28[corlib] Type from CoreFX (#11665)Maxim Lipnin
2018-11-28Merge pull request #11790 from alexanderkyte/fixup_merp_exc_typeAlexander Kyte
2018-11-28[ci] Add workaround for Helix SDK not setting external visibility on PRs when...Alexander Köplinger
2018-11-28[interp] Enable System.Web.Services tests on fullaotinterp (#11800)Vlad Brezae
2018-11-27[crash] Add managed exception class nameAlexander Kyte
2018-11-27Revert "[runtime] Integrate BenchmarkDotNet for in-tree microbenchmarks (#9833)"Alexander Köplinger
2018-11-27[csproj] Update project filesmonojenkins
2018-11-27Bump linkerMarek Safar
2018-11-27Fix #11779Alex Earl
2018-11-26[runtime] Integrate BenchmarkDotNet for in-tree microbenchmarks (#9833)Alexander Kyte
2018-11-26[runtime] Add stack marks to a few icalls. (#11774)Zoltan Varga
2018-11-23[bcl] Update BCL Linked Sizemonojenkins
2018-11-22Add MKINSTALLDIRS for 4.7.1-api and 4.7.2-apiAlexander Köplinger
2018-11-22[bcl] Update BCL Linked Sizemonojenkins
2018-11-22[corlib] Refactor Type:GetName () to reduce differences with refsources and m...Zoltan Varga
2018-11-21[tools] Fix build of mono-shlib-cop test.dllAlexander Köplinger
2018-11-21[bcl] Update BCL Linked Sizemonojenkins
2018-11-21[WIP] [WASM] AOT work (#11746)Zoltan Varga
2018-11-21System.Net.NetworkInformation.NetworkInterface backend for AIX (#9454)Calvin Buckley
2018-11-20prevent endless recursion in ListView.ToString() (#11049) (#11561)markusbeth
2018-11-20[tests] Add some Type.IsByRefLike testsAleksey Kliger
2018-11-20[runtime] Initialize MethodBody objects by calling a ctor instead of accessin...Zoltan Varga
2018-11-20[WIP] [WASM] Ongoing AOT work. (#11728)Zoltan Varga
2018-11-19[sdks] Add monotouch_tools profile + Add mono-api-info and pdb2mdb to monodro...Ludovic Henry
2018-11-17[bcl] Add missed Helix tests for vts tests and System.Web.Extensions-standalo...Alexander Köplinger
2018-11-17[NS2.1] IntPtr, UIntPtr, Encoding, Enum, Random, Thread, System.Net primitive...Egor Bogatov
2018-11-16[WinForms] Matching Mono PropertyGrid behaviour with .Net one (#11618)Nikita Voronchev
2018-11-16[WinForms] Really fix ToolStrip background (#11287)HebaruSan
2018-11-16Draw menu background with SystemColors.Menu to fix dark themes (#11301)HebaruSan
2018-11-16[upload-to-sentry] Skip reading assemblies without mono_crash.json and silenc...Alexander Köplinger
2018-11-16[corlib] Fix xunit tests build for System.Reflection.TestModule.dllAlexander Köplinger
2018-11-16[wcf] do not assume that message body is always Wrapped (#11694)Mads Kruse Johnsen
2018-11-15[Reflection] CoreFX import for Module type (#11577)Maxim Lipnin
2018-11-15[bcl] Remove unused DISABLE_CAS_USE and AGCLR define (#11695)Alexander Köplinger
2018-11-15Fix starting process with empty environment incorrectly inherits all variable...Jonathon Rossi
2018-11-14[System] Add FSEvent FileSystemWatcher to 'monotouch' BCL profile (#10809)Alexis Christoforides
2018-11-14[wcf] pass on the ContentType of MTOM message response (#11664)Mads Kruse Johnsen
2018-11-14[System.Data]: GSS is not available on tvOS and watchOS. (#11671)Martin Baulig
2018-11-14[sdks] Compile support/{zlib-helper,nl}.c so XI/XM/XA does not have to cherry...Ludovic Henry
2018-11-14Add meaningful resource strings for System.Web.Services (#11624)Mikayla Hutchinson
2018-11-13[ci] Remove MONO_HELIX_CREATOR and v4 suffix and fix sentry upload on build e...Alexander Köplinger
2018-11-13[System.Web] Add optional shared FileSystemWatcher's to CacheDependencyAlexander Köplinger
2018-11-13[ci] Add targets to bundle tests and add a script to run them in HelixAlexander Köplinger
2018-11-13[tools] Add client for sending jobs to HelixAlexander Köplinger
2018-11-13[sentry] Gracefully handle protocol version mismatches (#11655)Alexander Kyte
2018-11-12[wasm] Make WasmHttpMessageHandler the default handler for WebAssembly (#11631)Kenneth Pouncey