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-02-21[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-20NS2.1: System.Security.Cryptography changes (#13022)Egor Bogatov
2019-02-18[netcore] EH work (#13041)Zoltan Varga
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-02-12Fix the buildMarek Safar
2019-02-12Update System.Data.Entity to handle new String overloads (#12680)Maxim Lipnin
2019-02-08Use local Array versionMarek Safar
2019-02-06Add support for async-streams (C# 8.0). (#12674)Martin Baulig
2019-02-05add #if MONO to ref-source fileEgor Bogatov
2019-02-05Do not clone SyncronizationContext in EEEgor Bogatov
2019-02-05Remove internal `WebRequest.RequestCallback` to fix a compiler warning.Martin Baulig
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2019-01-25Integration and bug fixes to enable use of roslyn compiler server (#12476)Katelyn Gadd
2019-01-25[netcore] Port classes to netcore (#12548)Zoltan Varga
2019-01-23Japanese calendar era change (#12556)Maxim Lipnin
2019-01-22Fix the buildMarek Safar
2019-01-18Add TypeConverter fallback to DefaultValueAttribute (#12412)Maxim Lipnin
2019-01-18[System.Private.CoreLib] Initial build pass (#12450)Marek Safar
2019-01-14[corlib] Add tracking exception for not object based type hierarchiesMarek Safar
2019-01-07[Coop] Convert and cleanup open/create of named mutex/event/semaphore. (#12002)Jay Krell
2018-12-21[NS2.1] More types and members (#11944)Egor Bogatov
2018-12-20[runtime] Avoid typedref returns from icalls, wasm doesn't support them. (#12...Zoltan Varga
2018-12-18Fix IndexOutOfRangeException in MethodInfo.ReturnParameter.IsDefined(type)Maxim Lipnin
2018-12-14Get rid of Registry in XmlReader (#12008)Egor Bogatov
2018-12-07[corlib] Import FileSystemInfo and family from CoreFX (#11342)Alexis Christoforides
2018-12-04[corlib] Make by-ref struct actually ref now C# supports them. (#11871)Marek Safar
2018-12-04Fix race condition in XmlCharType.Instance (#11814)Mikhail Pilin
2018-11-30[corlib]: Bring `Random` from CoreFX and add `RandomNumberGenerator.Fill(Span...Martin Baulig
2018-11-29"Code Ultramarine": sync `X509Certificate2` with CoreFX and introduce `X509Ce...Martin Baulig
2018-11-28Move "NegotiateStreamPal" from "System.Data" into "System". (#11778)Martin Baulig
2018-11-28[corlib] Type from CoreFX (#11665)Maxim Lipnin
2018-11-22[corlib] Refactor Type:GetName () to reduce differences with refsources and m...Zoltan Varga
2018-11-17[NS2.1] IntPtr, UIntPtr, Encoding, Enum, Random, Thread, System.Net primitive...Egor Bogatov
2018-11-07[corlib] Import System.IO.Stream/BufferedStream from CoreFX (#10880)Alexis Christoforides
2018-10-31[corlib] Tweak more wasm definesMarek Safar
2018-10-31[Reflection] CoreFX import for MethodInfo typeMaxim Lipnin
2018-10-24[corlib] Import System.IO.TextReader/StreamReader from CoreFX (#11044)Alexis Christoforides
2018-10-23[corlib] DateTime, TimeSpan and TimeZone from CoreFX (#11232)Egor Bogatov
2018-10-19[corlib] Import System.IO.UnmanagedMemoryStream from CoreFX (#11210)Alexis Christoforides
2018-10-17[corlib] Import System.IO.IOException from CoreFX (#11102)Alexis Christoforides
2018-10-13Add check for empty string to correctly get constructors in case of name="*"Maxim Lipnin
2018-10-04[corlib] Simplify confusing "SSPI" error message and align with corefx (#10976)Alexander Köplinger
2018-10-04Merge pull request #10468 from alexanderkyte/fix_stacktraceAlexander Kyte
2018-10-03[corlib] Control SRE using its own defineMarek Safar
2018-10-02[System.Reflection] CoreFX import for TypeInfo type (#10871)Maxim Lipnin
2018-10-01[runtime] Fix off by one with stacktrace rethrowAlexander Kyte
2018-10-01[corlib] Cleans up few static ctorsMarek Safar
2018-09-20Bump corertNiklas Therning
2018-09-07[System.Reflection] Make GetFieldOffset method virtual to fix issue with cust...Maxim Lipnin
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov