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
2018-08-07Modified most of the reflection member lookup methods to support prefix searc...Steve Pfister
2018-07-25Revert CharUnicodeInfo to reference-sources (Big Endian issue) (#9711)Egor Bogatov
2018-07-20[corlib] CoreFX sources for System namespace (#8626)Egor Bogatov
2018-07-16[corlib] Use String from CoreCLR (#9134)Marek Safar
2018-07-12[corlib] Default to fast Span<T> (#9204)Marek Safar
2018-07-07Restructure NetworkInformation classes to avoid full AOT compile errors. (#9432)Johan Lorensson
2018-06-26[System] Fix exception when process exit code is -1 on Windows (#9287)Kadirov Yurij
2018-06-20[runtime] Switch Nullable to the corefx version. (#9222)Zoltan Varga
2018-06-03[System.Runtime.Serialization] Makes more APIs work for mobileMarek Safar
2018-05-25[corlib] Optimizes Stream:CopyToMarek Safar
2018-05-25[jit] Fix the EqualityComparer.get_Default () optimization, a different compa...Zoltan Varga
2018-05-22[jit] Implement devirtualization of some EqualityComparer<T>.Equals calls, th...Zoltan Varga
2018-05-11[corlib]: Misc updates from CoreFX. (#8614)Martin Baulig
2018-05-05[corlib] Use ArrayPool from coreclr (#8399)Marek Safar
2018-05-02[corlib] System.Text.Encoding.* from CoreFX (#7466)Egor Bogatov
2018-05-02[corlib] StringBuilder from corefx (#7949)Egor Bogatov
2018-04-21[System] ComponentModel and System.Net from corefx (#7948)Egor Bogatov
2018-04-13[PATCH] SemaphoreSlim, fail faster for timeout 0Miguel de Icaza
2018-04-12CoreFX updateMarek Safar
2018-04-10[bcl] Mark some some code with DISABLE_COM which depends on icalls which are ...Zoltan Varga
2018-04-05[System.MathF] Bring support for the single-precission Math operations to Mon...Miguel de Icaza
2018-03-29Add BindingFlags.DoNotWrapExceptions (#7863)Austin Wise
2018-03-23Imports FtpWebRequest from CoreFX (#7644)Egor Bogatov
2018-03-23[corlib] System.Collections from CoreFX (#7478)Egor Bogatov
2018-03-22[corlib] String from CoreFX/CoreRTMarek Safar
2018-03-08[corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCa...Konstantin Khitrykh
2018-02-22[bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183)Zoltan Varga
2018-02-22[corlib] Make MissingMember exceptions working again after #6123Marek Safar
2018-02-20[corlib] Add System.Runtime.ProfileOptimization APIs (#7120)Alexander Köplinger
2018-02-19[corlib] CoreRT System.Threading.Tasks (#6672)Egor Bogatov
2018-02-13Simplify MonoError and managed Exception creation (#6123)Rodrigo Kumpera
2018-01-27[corlib] Implements StackTraceHiddenAttributeMarek Safar
2018-01-26Bump corefxMarek Safar
2018-01-23Bump corefxMarek Safar
2018-01-15change messages for some system exceptions (consistency with .net)EgorBo
2018-01-10[corlib] Optimizes non-intrinsics version of string indexer codeMarek Safar
2018-01-09Bump corert (#6420)Marek Safar
2018-01-08if MONO missing in Fix some ThreadPool performance counters. (#6118) (#6434)jaykrell
2018-01-04 Fix some ThreadPool performance counters. (#6118)jaykrell
2018-01-03Bump corefx (#6119)Marek Safar
2017-12-14Fix bug 60568: SynchronizationContext.Wait not implemented or invoked by runt...Katelyn Gadd
2017-12-14New PR for the new web stack (#6125)Martin Baulig
2017-11-28[corlib] Adds Span/Memory testsMarek Safar
2017-11-24Fixes wrong argument nameMarek Safar
2017-11-24Bump corefxMarek Safar
2017-11-16[corlib] Don't capture the execution context when UnsafeRegisterWaitForSingle...Rodrigo Kumpera
2017-11-15[runtime/corlib] Improve MissingMethodExceptions by including message… and ...Rodrigo Kumpera
2017-11-06[bcl] Updates referencesource to 4.7.1Marek Safar
2017-10-20Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779)Katelyn Gadd
2017-10-19Merge pull request #5778 from alexischr/bug-56003Alexis Christoforides