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
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[System.Drawing] Use CoreFX implementation of BufferedGraphics on Windows (#1...Nikolay Sivov
2019-08-10[System.Drawing.Design] Allow `context` be a null in the `ColorEditor.EditVal...Nikita Voronchev
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[bcl] Update BCL Linked Sizemonojenkins
2019-08-08[csproj] Update project filesmonojenkins
2019-08-08Bump corefx for #15259 fixMarek Safar
2019-08-08[aprofutil] Install the tool correctly (#16112)Alexander Köplinger
2019-08-08Fixed RuntimeType.GetConstructorCandidates("") to return 0 elements. (#16054)Steve Pfister
2019-08-08[bcl] Update BCL Linked Sizemonojenkins
2019-08-08[sdb][interp] Use the interpreter's resume state to compute the IL offset in ...imhameed
2019-08-07Bump linker (#16014)Marek Safar
2019-08-07Memcpy instead of memcpy1 in System.Buffer.MemoryCopy (void*, void*, long, lo...Sylvain
2019-08-07[aotprof-tool] Initial import of AOT profiler tool (#15384)Radek Doulik
2019-08-07Swap bytes for tcp port number because windows API gives us port in network o...Alex Thibodeau
2019-08-06Update NetBSD support (#15938)coypoop
2019-08-06DeflateStream: check IsInvalid before disposing (#16048)Egor Bogatov
2019-08-06`SocketAsyncEventArgs` cleanups and preparations for the real thing. (#16001)Martin Baulig
2019-08-06Bump api-doc-tools to latest master (#16035)Alexander Köplinger
2019-08-05Add finalizer to DeflateStream (#15879)Egor Bogatov
2019-08-03[corlib] Ignore TimeZoneTest.TestCtors on Android GMTPeter Collins
2019-08-02Use `MultipleConnectAsync` from CoreFX. (#15972)Martin Baulig
2019-08-02[Debugger] Fixing test with mcs (#15985)Thays Grazia
2019-08-02[debugger] Invoke method with fixed size array as an attribute of this (#15766)Thays Grazia
2019-08-02Fix compiler warnings in System.dll. (#15971)Martin Baulig
2019-08-02Fix patch step in mdoc tests for non-Linux (#15974)Phil Jaenke
2019-08-01[System.Drawing] Fix comparison in MeasureString_Wrapping_Dots test (#15958)Filip Navara
2019-08-01Fix `Socket.ConnectAsync(SocketAsyncEventArgs)` behavior. (#15947)Martin Baulig
2019-08-01[csproj] Update project filesmonojenkins
2019-08-01[corlib] Allow copying/moving/replacing broken symlinksAlexis Christoforides
2019-07-31Add O_NOATIME to OpenFlags (#8993)turbo
2019-07-31[runtime] Convert more icalls to use handles. (#15862)Zoltan Varga
2019-07-31Cleanup and resynchronize Thread/InternalThread fields. (#15910)Jay Krell
2019-07-31Update Haiku support (#15674)Calvin Buckley
2019-07-29ArgumentNullException when pointer is null for Marshal.AddRef/Release/QueryIn...Calvin Buckley
2019-07-27[WIP] [runtime] Convert WindowsIdentity.GetRoles () icall to coop. (#15849)Zoltan Varga
2019-07-26[Mono.Posix] Parameters for chown should be signed integers not unsigned (#15...Nicholas Schell
2019-07-26[csproj] Update project filesmonojenkins
2019-07-26[wasm] Remove assemblies we don't want to distributeMarek Safar
2019-07-25[System.ServiceModel] Add PUT, DELETE and OPTIONS handling to HttpReplyChanne...Cassio de Vargas Oliveira
2019-07-24[Coop] Convert System.Diagnostics.{FileVersionInfo,Process}. (#15789)Jay Krell
2019-07-24[sre] Make creation of dynamic method synchronizedVlad Brezae
2019-07-23[corlib] Foward System.Type.GetTypeFromProgID() to the correct function (#15693)Zebediah Figura