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/ilasm
AgeCommit message (Expand)Author
2018-02-23[msvc] Update csproj files (#7238)monojenkins
2018-02-23Updates to support building the BCL using Visual Studio 2017 on windows (#6877)Katelyn Gadd
2017-12-21Default interface methods IL tests from CoreCLREgorBo
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-08-29[ilasm] Adds noautoinherit optionMarek Safar
2017-08-29[ilasm] Adds AggressiveInlining supportMarek Safar
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-01-17Clean up few warningsMarek Safar
2017-01-12[ilasm] Support 'nooptimization' attribute.Jon Purdy
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2017-01-05[msvc] Update csproj files (#4204)monojenkins
2016-12-21[ilasm] Don't break arguments compatiblityMarek Safar
2016-12-21[ilasm] Clenup warningsMarek Safar
2016-11-29ilasm: Add stub parsing for .data cil attributeVladimir Panteleev
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
2016-09-23Fix 16628Alex Earl
2016-07-18[runtime] Get ilasm.exe compiling with mobile_staticAlexander Kyte
2016-07-02[ilasm] Side with parent declaration when deciding if a type is an enum or a ...Rodrigo Kumpera
2016-05-31[genproj] support for using prebuilt resourcesMiguel de Icaza
2016-05-31[genproj] Getting closer to a full buildMiguel de Icaza
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-05-19[genproj] Now we can build all executables with msbuild as wellMiguel de Icaza
2016-03-02[ilasm] When generating method signatures for method-defs, make sure they con...Rodrigo Kumpera
2016-01-29Remove ChangeLog references from Makefile and .gitattributeAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-08-16[ilasm] Add stubs for the "auto" keyword in .assemblyAlexander Köplinger
2015-08-16[ilasm] Add stubs for the "legacy library" keyword in .assemblyAlexander Köplinger
2015-07-14[ilasm] Imlicitly set enums value__ special flagsMarek Safar
2015-07-14[ilasm] Make only structs automatically sealed (partially reverts 541a65ddd3f...Marek Safar
2015-07-13[ilasm] Don't make enums and structs sealed when sealed modifier is not usedMarek Safar
2015-06-24[ilasm] Custom attributes syntax with typeref expressionMarek Safar
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-22[ilasm] Add another undocumented custom attributes initializer syntaxMarek Safar
2015-06-22[ilasm] Fix invalid codegen for method overloads with unique modop/modreq typ...Marek Safar
2015-06-21[ilasm] Add emit of custom string attribute using member syntaxMarek 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[ilasm] Remove unused filesMarek Safar
2015-06-01[ilasm] Add support for undocumented modopt/modreq using primitive typesMarek Safar
2015-05-29[ilasm] Extend syntax of custom attribute constructor constantsMarek Safar
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2013-11-16[ilasm] Correctly set empty export attributesMarek Safar
2013-11-14[ilasm] Fixes forwarded types namespace encodingMarek Safar
2013-05-14Kill support for the ancient FPA format on ARM.Alex Rønne Petersen
2012-11-21Implement .extern class support for forwarded typesMarek Safar