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-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-08-09[Facades] Adds System.Threading.Tasks.Extensions for mobile profiles (#9968)Marek Safar
2018-08-08[corlib] Fix method access failures for __ComObject instances hosted in dummy...nsivov
2018-08-07[corlib] Update linker descriptorsMarek Safar
2018-08-07[linker] Pass more profile flags to calculate sizeMarek Safar
2018-08-07Modified most of the reflection member lookup methods to support prefix searc...Steve Pfister
2018-08-06Merge pull request #9862 from alexanderkyte/culture_speedupAlexander Kyte
2018-08-06[build] Updated script after xunit runner utility renameMarek Safar
2018-08-04[bcl] Update BCL Linked Sizemonojenkins
2018-08-04[build] Switch to netstandard based xunitMarek Safar
2018-08-03Ensure cil-stringreplacer is built and used to post-process mscorlib when bui...Katelyn Gadd
2018-08-03[mono-api-tools] Make the tools work as libraries (#9793)Matthew Leibowitz
2018-08-03[corlib] Improve linker crypto dependencies trackingMarek Safar
2018-08-03[linker] Extract suitable mobile tests to valid linker testsMarek Safar
2018-08-03[System.Reflection] CoreFX import for ExceptionHandlingClauseOptions (#9856)Maxim Lipnin
2018-08-03[runtime] Cache culture locale name in managedAlexander Kyte
2018-08-02[System.Reflection] CoreFX import for several simple types. (#9844)Maxim Lipnin
2018-08-02Fix race condition where parallel builds will continue before we are actually...Katelyn Gadd
2018-08-02Use msbuild project reference to establish dependency on genconsts instead of...Katelyn Gadd
2018-08-02Add check for a generic method when invoking in debugger (#9806)brianradunity
2018-08-01[LinkerDescriptor] remove remoting feature from MonoMethodMessageBernhard Urban
2018-08-01Really fix CoreR[FT] version of System.Decimal for big endian (#9828)Calvin
2018-08-01Fix System.Drawing on 64-bit macOS. (#9824)Filip Navara
2018-07-31Fix tarballs again (#9810)Jo Shields
2018-07-30Fix comparison of IntPtr with null (#9800)Egor Bogatov
2018-07-30[bcl] Include all .sources files in the tarball (#9803)Alexander Köplinger
2018-07-30Change corlib version to a string, so that you can use uuidgen (or a git hash...Jay Krell
2018-07-30[bcl] Update BCL Linked Size (#9791)monojenkins
2018-07-28Update csprojAlexander Köplinger
2018-07-28Use System.Security.Policy.Publisher from corefx (they essentially stubbed it...Martin Baulig
2018-07-27Revert "Try moving gensources vars to rules.make"Katelyn Gadd
2018-07-27Try moving gensources vars to rules.makeKatelyn Gadd
2018-07-27Checkpoint: Move vars to rules.makeKatelyn Gadd
2018-07-27Remove debugging messagesKatelyn Gadd
2018-07-27Fix mode damageKatelyn Gadd
2018-07-27Fix xtest gensources invocationKatelyn Gadd
2018-07-27Fix wrong logic for finding the right profiles/platforms foldersKatelyn Gadd
2018-07-27Fix build failure if gensources destination path doesn't exist yet by moving ...Katelyn Gadd
2018-07-27CheckpointKatelyn Gadd
2018-07-27Checkpoint: Move gensources build to basic.make after profile check and invok...Katelyn Gadd
2018-07-27Handle extra whitespace in include directivesKatelyn Gadd
2018-07-27Get rid of duplicate definition warnings for the gensources ruleKatelyn Gadd
2018-07-27Ignore missing files/directories in exclusions lists since they are harmless ...Katelyn Gadd
2018-07-27Remove invalid paths from exclusions filesKatelyn Gadd
2018-07-27Fix included sources files not inheriting overridden path directoryKatelyn Gadd
2018-07-27Handle invalid include paths. Resolve include paths relative to the .sources ...Katelyn Gadd
2018-07-27Fix parse errors in GetRelativePath and add to the ErrorCount when one occurs...Katelyn Gadd
2018-07-27Workaround for gensources treating 0 result files as an error when we didn't ...Katelyn Gadd
2018-07-27Remove missing directory from microsoft.csharp.dll.sourcesKatelyn Gadd
2018-07-27Okay, xtests sources files ARE relative to their locationKatelyn Gadd