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-09-20[csproj] Update project filesmonojenkins
2018-09-20Bump corertNiklas Therning
2018-09-20[bcl] Update BCL Linked Sizemonojenkins
2018-09-19[mono-api-html] Fix rendering of nuint. (#10662)Rolf Bjarne Kvinge
2018-09-19[mono-api-html] Render something for fields with marshalling info. (#10663)Rolf Bjarne Kvinge
2018-09-19[build] Another make dist fix (#10688)Marek Safar
2018-09-19[bcl] Avoid retaining System.Globalization.CultureInfo.CreateCulture () in ms...Zoltan Varga
2018-09-19[System] Improves test failures reporting from TP threadsMarek Safar
2018-09-18[sdb] Avoid calling into the debuggee from VirtualMachine.GetObject () while ...Zoltan Varga
2018-09-18[build] Fixes make dist (#10640)Marek Safar
2018-09-18fix resolvemember crashEgor Bogatov
2018-09-18Implement IEnumerable for ConditionalWeakTableEgorBo
2018-09-16[Reflection] Use a type of actual argument in case when custom attribute ctor...Maxim Lipnin
2018-09-14[runtime] Fix Marshal.SizeOf (typeof (void)). (#10599)Zoltan Varga
2018-09-13Merge pull request #10472 from Unity-Technologies/debugger-ref-returnsmonojenkins
2018-09-13[System]: Fix `WebResponseStream.ReadAllAsyncInner()` return value.Martin Baulig
2018-09-13[csproj] Update project filesmonojenkins
2018-09-13[Facades] Adds System.Buffers mobile facadeMarek Safar
2018-09-13[mcs] Adds cloning for default literalsMarek Safar
2018-09-13[System.Reflection] Fix the issue with constructing DllImportAttribute data (...Maxim Lipnin
2018-09-12Handle ref returns in runtime invoke wrappers.Jonathan Chambers
2018-09-11[System.Reflection] CoreFX import for PropertyInfo type. (#10537)Maxim Lipnin
2018-09-11[bcl] Move the mono specific code in BitConverter to a partial class. (#10534)Zoltan Varga
2018-09-11[build] Clean up no longer needed rules and conversions (#10546)Marek Safar
2018-09-09[build] Enable more BCL build parallelization (#10486)Marek Safar
2018-09-08[System.IO] Enable CoreFX FilesystemWatcher on Android (#9766)Alexis Christoforides
2018-09-08[System.Net.Http] Allow empty value in ProductHeaderValue (#10511)Marek Safar
2018-09-07[System.Reflection] Make GetFieldOffset method virtual to fix issue with cust...Maxim Lipnin
2018-09-07Ensure the finalization in DeflateStream is performed in the correct order. (...Filip Navara
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov
2018-09-06[csproj] Update project filesmonojenkins
2018-09-06[System.Reflection] CoreFX import for CustomAttributeNamedArgument type.Maxim Lipnin
2018-09-06Fix DeflateStream handling of zero-length reads from underlying stream.Filip Navara
2018-09-06[corlib] Don't decrement ConditionalWeakTable::size on remove. (#10477)Rodrigo Kumpera
2018-09-06[sdb]: Properly version the `CMD_TYPE_GET_METHODS_BY_NAME_FLAGS` change.Martin Baulig
2018-09-06[bcl] Update BCL Linked Sizemonojenkins
2018-09-05[System.Reflection] CoreFX import for CustomAttributeTypedArgument type. (#10...Maxim Lipnin
2018-09-04[mono-api-tools] Split properly for cross-platform (#9918)Matthew Leibowitz
2018-09-04[runtime] Declare mono_aot_register_module in mkbundle stub (#10170)Alexander Kyte
2018-09-04[mono-cil-strip] Add support for -q to be quiet. (#10421)Rolf Bjarne Kvinge
2018-09-04Add testsEgorBo
2018-09-04Add old String.Concat with __arglistEgorBo
2018-09-04Fix mkbundle alignment to work with Windows. See https://github.com/mono/mono...Jay Krell
2018-09-03[Facades] Clean up no longer needed references (#10434)Marek Safar
2018-09-03[Mono.Options] Add `CommandSet.GetCompletions()` (#10426)Jonathan Pryor
2018-09-03[System.Reflection] CoreFX import for FieldInfo type. (#10370)Maxim Lipnin
2018-09-02Move the PreBuild dependency property later in the file so targets can't over...Katelyn Gadd
2018-08-31Update corlib post-build event to run ilasm for Unsafe.il, then pass it to ci...Katelyn Gadd
2018-08-31Kill sln dependencies (#10406)Katelyn Gadd
2018-08-31[System]: Fix `MonoBtlsProvider.CheckValidationResult ()` logic. (#10396)Martin Baulig