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
2015-06-25[mcs] Add null operator propagation to probing expressions. Fixes #31289Marek Safar
2015-06-24[ilasm] Custom attributes syntax with typeref expressionMarek Safar
2015-06-24[corlib] Fix NRE in TaskScheduler.GetTaskSchedulersForDebuggerLudovic Henry
2015-06-23[ilasm] Pair methods using their calling convention, this allows to have stat...Marek Safar
2015-06-23[ilasm] Even more undocumented custom attributes syntaxMarek Safar
2015-06-23[linker] Add Mono.Cecil.*.Has* checks when comparing methods/typesSebastien Pouliot
2015-06-22Merge pull request #1887 from debugerr/patch-2Miguel de Icaza
2015-06-22[ilasm] Add another undocumented custom attributes initializer syntaxMarek Safar
2015-06-22Fix System.Messaging makefile logic issueChris Hamons
2015-06-22[ilasm] Fix invalid codegen for method overloads with unique modop/modreq typ...Marek Safar
2015-06-22[S.R.Serialization] fix default value comparison.Atsushi Eno
2015-06-21[ilasm] Add emit of custom string attribute using member syntaxMarek Safar
2015-06-19[mcs] Add support for interpolated quoted stringsMarek Safar
2015-06-19[ilasm] Add project fileMarek Safar
2015-06-19[ilasm] Add support for multiple custom type modifiers attached to single typeMarek Safar
2015-06-19[mcs] Implements virtual read-only auto-property assignment via derived priva...Marek Safar
2015-06-19[ilasm] Remove unused filesMarek Safar
2015-06-19Null reference check before calling delegatedebugerr
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-06-18[System.Core] Test MemoryMappedFile.CreateFromFileMarcos Henrich
2015-06-18[system] Implements IPv4Mask property on mac. Fixes #30880Marek Safar
2015-06-18[xbuild] Fix Microsoft.VisualBasic.targets to contain correct VbcToolExeAlexander Köplinger
2015-06-17[mcs] Add better logging for ikvm crashes during HasObject loadingMarek Safar
2015-06-17[mcs] Handle null propagation operator inside nested member access expression...Marek Safar
2015-06-17[mcs] Fix order of parameters for LineNumberEntryMarius Ungureanu
2015-06-16[WindowsBase] Fixed potential string overflow bug when getting Zip entry file...João Matos
2015-06-16[WindowsBase] Fixed string buffer overflow when handling Zip entries.João Matos
2015-06-16Merge pull request #1804 from esdrubal/processmoduleMarcos Henrich
2015-06-16[mcs] Fix accessibility modifiers on accessors logicMarek Safar
2015-06-16Updated csproj files.Marcos Henrich
2015-06-16[mcs] Constraints checker needs to accomodate inflated base type contrained n...Marek Safar
2015-06-16Merge pull request #1875 from directhex/use-variable-port-number-for-servicem...Alex Rønne Petersen
2015-06-16Merge pull request #1876 from esdrubal/mmf-segfaultMarcos Henrich
2015-06-16[System.Core] Updated MemoryMappedFileTestMarcos Henrich
2015-06-15[System.Core] Using more reference source files.Marcos Henrich
2015-06-15Use random port numbers for ServiceModel tests.Jo Shields
2015-06-13[tests] Use LocalEphemeralEndPoint in HttpWebRequestTestMarcin Cieslak
2015-06-13[tests] fix System.UriFormatExceptionMarcin Cieslak
2015-06-13Merge pull request #1871 from saper/EADDRINUSEZoltan Varga
2015-06-13[tests] Avoid "Address already in use"Marcin Cieslak
2015-06-12[System] Made ProcessTest.Modules more verbose.Marcos Henrich
2015-06-11[System.IO.Compression] Implement support for custom entry name encoding when...João Matos
2015-06-11[SharpCompress] Add support for custom entry text encoding in Zip writer.João Matos
2015-06-11[Lucene] Replace the large 66M dependency to a 4M dependency with the subset ...Miguel de Icaza
2015-06-11[system] Clear content length when redirecting to get request. Fixes #30604Marek Safar
2015-06-10[system.net.http] Add special handling for authentication with content (requi...Marek Safar
2015-06-09[system.xaml] Add ValueSerializerAttribute type forwarderMarek Safar
2015-06-09Merge pull request #1812 from masterofjellyfish/mvc5-missingmethodsMarek Habersack
2015-06-09[System.Web] ASP.Net MVC5 missing methods fixedMatthias Bogad
2015-06-08[system.net.http] Apply custom to string formating to parsed values. Fixes #3...Marek Safar