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
2020-01-09[corlib] Switch to CharUnicodeInfo from corefx (#18305)Marek Safar
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2019-12-13Relax faultcode parsing for Soap11 message errors. (#18154)Steve Pfister
2019-12-11[corlib] Rename internal LogLevel enum to avoid conflict with Android LogLeve...Alexander Köplinger
2019-12-11Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Fo...Jay Krell
2019-12-04[Wasm] Enable system nunit tests on ci (#17716)Maxim Lipnin
2019-11-25Fix BinaryReader on BE (#17893)Calvin Buckley
2019-11-01[threadpool] cache processor count (#17642)Bernhard Urban-Forster
2019-10-25[wasm][bcl] Fix `System.Diagnostics.Trace.TraceError` crash. (#17509)Kenneth Pouncey
2019-10-17[corlib] Mark YieldAwaitable struct readonly (#17386)mlirAlexander Köplinger
2019-10-16[System] Add reflection dependency trackingMarek Safar
2019-10-03[System.Runtime.Serialization] Make reflection calls linker friendly (#17165)Marek Safar
2019-09-23Restore Previous ExecutionContext Capture Behavior (#16945)Steve Pfister
2019-09-16Fix infrequent hangs in test-runner. (#16793)Johan Lorensson
2019-09-10[wasm] test cleanup (#15727)Larry Ewing
2019-08-08Fixed RuntimeType.GetConstructorCandidates("") to return 0 elements. (#16054)Steve Pfister
2019-08-06`SocketAsyncEventArgs` cleanups and preparations for the real thing. (#16001)Martin Baulig
2019-08-02Use `MultipleConnectAsync` from CoreFX. (#15972)Martin Baulig
2019-08-02Fix compiler warnings in System.dll. (#15971)Martin Baulig
2019-08-01Fix `Socket.ConnectAsync(SocketAsyncEventArgs)` behavior. (#15947)Martin Baulig
2019-07-27[WIP] [runtime] Convert WindowsIdentity.GetRoles () icall to coop. (#15849)Zoltan Varga
2019-07-12[jit] Fix the devirt of EqualityComparer<byte>. (#15644)Zoltan Varga
2019-06-12Fix some warning related to nullability of reference typesMaxim Lipnin
2019-06-11Fix Japan's new era fallback isn't reflected in Mono (#14896)Acid Chicken (硫酸鶏)
2019-06-07Switch Hashtables to Dictionary in the encoding classes so Hashtable can be l...Zoltan Varga
2019-06-06Make `CalendarData` more linker friendly.Martin Baulig
2019-06-05Reflect recent NS2.1 changes (#14679)Egor Bogatov
2019-05-30[corlib]: Move sre dependency into their own method in `System.RuntimeType`. ...Martin Baulig
2019-05-29[System.Private.CoreLib] Remove unused members and further cleanupsMarek Safar
2019-05-28[mscorlib] Ensure monotouch[_runtime] API are identical (#14665)Sebastien Pouliot
2019-05-21Removing some remoting and multi-appdomain APIs on wasm and the AOT test prof...Martin Baulig
2019-05-16[monodroid] Introduce 'win32 host' BCL build (#14424)Alexis Christoforides
2019-05-10Add a few `DISABLE_SECURITY` conditionals. (#14300)Martin Baulig
2019-05-03Add a few `RuntimeFeature.IsDynamicCodeSupported` conditionals. (#14284)Martin Baulig
2019-05-02Move three trivial threadpool icalls to callers. (#14296)Jay Krell
2019-04-16[netcore] Fix WaitHandle.SignalAndWait (#13809)Egor Bogatov
2019-04-12Remove #if-def for TypedReference.MakeTypedReference readonly restrictionMaxim Lipnin
2019-04-10Add conditionals allowing some calenders to be disabled. (#13730)Martin Baulig
2019-03-28[wasm] Fix System.DllNotFoundException: libcKenneth Pouncey
2019-03-25[netcore] Add System.Reflection.Emit support. (#13613)Zoltan Varga
2019-03-21[netcore] Implement missing bits in ThreadPool (#13566)Egor Bogatov
2019-03-17Adapt shared EnumMarek Safar
2019-03-13[netcore] Test fixes.Zoltan Varga
2019-03-11[netcore] Ongoing work. (#13391)Zoltan Varga
2019-03-09[netcore] Ongoing work. (#13357)Zoltan Varga
2019-03-07* System.Data.Linq now points to reference sourceSteve Pfister
2019-03-06[netcore] Implement DependentHandle using the existing ephemeron code.Zoltan Varga
2019-03-06NS2.1 Sync new changes, mobile profiles (#13198)Egor Bogatov
2019-03-04[System.Private.CoreLib] Implement more APIsMarek Safar
2019-03-03Fix the buildMarek Safar