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-01-12[runtime] Fix some default interface method problems. (#6484)Zoltan Varga
2018-01-12Fix bug 60359Katelyn Gadd
2018-01-10[msvc] Update csproj files (#6473)monojenkins
2018-01-10[corlib] Optimizes non-intrinsics version of string indexer codeMarek Safar
2018-01-09Improve sgen error reporting for assemblies it attempts to process (#6463)Miguel de Icaza
2018-01-09Bump corert (#6420)Marek Safar
2018-01-09[System] Set exception on Finish*Failure in SocketAsyncEventArgs (#6462)Alexander Köplinger
2018-01-09[w32process] Ensure process_handle is a legal value (#6449)Ludovic Henry
2018-01-08Implement a couple of SocketAsyncEventArgs methodsMiguel de Icaza
2018-01-08if MONO missing in Fix some ThreadPool performance counters. (#6118) (#6434)jaykrell
2018-01-06[System] Recursively delete directory in ApplicationSettingsBaseTestAlexander Köplinger
2018-01-06[System] Clear XDG_DATA_HOME and XDG_CONFIG_HOME in ApplicationSettingsBase t...Alexander Köplinger
2018-01-05[msvc] Update csproj filesmonojenkins
2018-01-05[corlib] Fixes ThreadPoolTest testMarek Safar
2018-01-05[System] Improve ApplicationSettingsBase behavior (#6272)Eberhard Beilharz
2018-01-05[build] Bump bootstrap mcs dependency for mcs buildsMarek Safar
2018-01-05Fix a race condition in TcpListenerTest caused by sockets' accept queue not f...Katelyn Gadd
2018-01-05XMLDSIG from .NET Core. (#6154)Vladimir Kazakov
2018-01-04[I18N] Add CP737 (Greek) and CP775 (Baltic) (#6361)Alexander Köplinger
2018-01-04 Fix some ThreadPool performance counters. (#6118)jaykrell
2018-01-03Bump corefx (#6119)Marek Safar
2018-01-03Update a few more Bugzilla URLs to GitHub (#6381)Alexander Köplinger
2018-01-03Add a possibility to use empty X.509 certificates.Vladimir Kazakov
2018-01-03[mcs] Allow calling by-ref types virtual methods which can be devirtualized.Marek Safar
2018-01-02[tests] SRE check that a memberref token is emitted for a gtdAleksey Kliger
2018-01-02Dist files in groups of 100 entriesAlexander Köplinger
2018-01-02[mcs] Implements 7.2 stackalloc to Span assignment conversion.Marek Safar
2018-01-02[mcs] readonly struct this can be reassigned within ctorMarek Safar
2017-12-22[mcs] Implements C# 7.0 Generalized async return typesMarek Safar
2017-12-22[mcs] Support implicit user conversion from nullable type without unwrapping....Marek Safar
2017-12-21[bcl] Avoid rebuilding test libs all the time if the corresponding assembly d...Zoltan Varga
2017-12-21[mcs] Adds parser support for readonly ref syntaxMarek Safar
2017-12-21Default interface methods IL tests from CoreCLREgorBo
2017-12-21[mcs] Fixes parsing of default literal inside conditional expressionMarek Safar
2017-12-20[msvc] Update csproj filesmonojenkins
2017-12-20Bump linker & cecilMarek Safar
2017-12-20[System.Core] Use corefx System.Linq tests (~25k tests) (#5515)Egor Bogatov
2017-12-19[mono-api-html] do not warn about removal of [Obsolete] member. (#5294)Atsushi Eno
2017-12-19[System.Windows.Forms] Fix CJK Encoding on Window TitleLi Keqing
2017-12-19IOS SDKs (#6257)Zoltan Varga
2017-12-19[System] System.Net.* tests from corefx (+RemoteExecutorTestBase) (#6136)Egor Bogatov
2017-12-19Merge pull request #6215 from YuriyGS/bug15051Alexis Christoforides
2017-12-18[profiler] Report roots from ephemeronsVlad Brezae
2017-12-18[bcl] Allow conversion from enums and their basetypes in both directions with...Zoltan Varga
2017-12-18Merge pull request #6168 from radekdoulik/pr-add-linker-analyzer-scriptMarek Safar
2017-12-18[linker-analyzer] Rename the tool to illinkanalyzerRadek Doulik
2017-12-17[I18N] Include missing subset of shift_jis characters (#6232)resurrexit
2017-12-16[monodroid] Build linker-analyzer tool for monodroidRadek Doulik
2017-12-15[interp] on cee_ret use underlying type which handles, among other things, re...Bernhard Urban
2017-12-15Avoid using BSTR for conversion of a SecureStringJosh Peterson