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/tools
AgeCommit message (Expand)Author
2015-04-23[mono-api-html] Use html5-compatible code for colorizing (i.e. css instead of...Rolf Bjarne Kvinge
2015-04-23[mono-api-html] Ignore non-important attribute differences and other improvem...Rolf Bjarne Kvinge
2015-04-22[pdb2mdb] fix decimal values readingRadek Doulik
2015-04-22Merge pull request #1726 from jaredpar/build-roslynJoão Matos
2015-04-22[linker] Mark SecurityDeclarations [#28918]Sebastien Pouliot
2015-04-22[linker] Resolve AssemblyName[Reference] when sweeping [#29211]Sebastien Pouliot
2015-04-21Improve Visual Basic build supportjaredpar
2015-04-16Expand Visual Basic build supportjaredpar
2015-04-11[linker] Fix scope resolution of custom attributes (generic/array) argument t...Sebastien Pouliot
2015-04-06Integrate binary reference assemblies for v2.0/3.5 into the build systemAlexander Köplinger
2015-04-02[linker] Ensure updated Scope for exported types (e.g. unlinked PCL facade as...Sebastien Pouliot
2015-04-02[tools] Fix mono-cil-strip to return non-zero on failure [#28617]Sebastien Pouliot
2015-03-26[mono-symbolicate] Updated tool test.Marcos Henrich
2015-03-26[mono-symbolicate] make check now runs mono with -O=-inline.Marcos Henrich
2015-03-26[mono-symbolicate] Improved tool stack trace handling.Marcos Henrich
2015-03-26[mkbundle] Use mingw assembler on windows.Zoltan Varga
2015-03-25Update failing testMarek Safar
2015-03-21Merge pull request #1641 from joelmartinez/docs-monodoc-mdoc-patchesJonathan Pryor
2015-03-19[mdoc] Fixes an update issue with generic and non-generic members.Joel Martinez
2015-03-19[mono-api-html] Small simplification when 'breaking' does not apply to the re...Sebastien Pouliot
2015-03-19[mono-api-html] Include base type changes in API diffsSebastien Pouliot
2015-03-18[mdoc] Updated csproj to target .NET 4.5Joel Martinez
2015-03-13[mono-api-html] Render generic parameter constraints.Rolf Bjarne Kvinge
2015-03-09[mono-symbolicate] make check now tests aot with and w/o .msym.Marcos Henrich
2015-03-09[mono-symbolicate] Updated README to the same content as man page.Marcos Henrich
2015-03-09[mono-symbolicate] Replaced mcs --debug flag usage with -debug.Marcos Henrich
2015-03-09[mono-symbolicate] Fixed wrong Directory.Exists check.Marcos Henrich
2015-03-09[mono-symbolicate] make check now also runs test with AOT.Marcos Henrich
2015-03-09[mono-symbolicate] Tool is now using .msym files with AOT.Marcos Henrich
2015-03-09[mono-symbolicate] Changed files to use new tool name.Marcos Henrich
2015-03-09[symbolicate] Renamed symbolicate to mono-symbolicate.Marcos Henrich
2015-03-03Update expected error message to match System.Xml referencesource.Atsushi Eno
2015-03-02Fix regression in mcs/tools/mdoc by giving referencesource-based message.Atsushi Eno
2015-03-02[mdoc/Test] add missing DTD.Atsushi Eno
2015-02-28[bcl] Enable parallel build for parts of the 4.5 class libs/tools.Zoltan Varga
2015-02-23[mdoc] Update few failing testsLudovic Henry
2015-02-23[mdoc] Update few failing testsMarek Safar
2015-02-18Merge pull request #1464 from akoeplinger/fix-portable-targetMartin Baulig
2015-02-11[linker] Do not update the Scope on TypeSpecification (fix mmp regression tests)Sebastien Pouliot
2015-02-11[linker] Ignore null type arguments in MarkWithResolvedScopeSebastien Pouliot
2015-02-11[linker] Resolve types inside custom attributes since they might refer to typ...Sebastien Pouliot
2015-02-08Fix the buildMiguel de Icaza
2015-02-08[monop] Port to use IKVM.Reflection, add -xi and -xa options to easily lookup...Miguel de Icaza
2015-02-06Merge pull request #1508 from slluis/fix-20966Marek Safar
2015-02-05[linker] Only consider [Preserve] (i.e. without any parameters) on assembly-l...Sebastien Pouliot
2015-02-05[linker] Preserve types given to custom attributes - even if they are inside ...Sebastien Pouliot
2015-02-05[linker] Do not process custom attribute fields unless there are some (avoids...Sebastien Pouliot
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-01-29[symbolicate] Added tool README.Marcos Henrich