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
AgeCommit message (Expand)Author
2015-11-24CSharpCodeCompiler should not treat multi-line warnings from mcs as internal ...Dmitry Kalyanov
2015-06-25Attempts to locate the C# and VB compilers based on the location of mscorlib,...Miguel de Icaza
2015-04-14Import CodeDom types and Compiler.CodeGenerator class from referencesource.Atsushi Eno
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-08-22Changed mono_path profile replacement to be case insensitive.Marcos Henrich
2014-04-08Fix CreateErrorFromString: match.Result("${column}") may contain a '+', trim itEtienne CHAMPETIER
2013-09-25[System] Fix the CSharpCodeCompiler error parsing regex.Jonathan Pryor
2013-07-30Write only import section from global namespaces before global attribute sect...Marek Safar
2013-06-08Prevent multiple threads to populate the keyword tableJb Evain
2012-11-12Add 4.5 profile sdk for CSharpCodeProvider. Fixes #3582Marek Safar
2012-06-08Fix some warningsMarek Safar
2012-05-13CSharpCodeCompiler ctor: Corrected Windows mcs path, now resides in 4.5 direc...Filip Lundgren
2012-01-14Fixed space indents to tabs to adhere to Mono coding guidelines.Ilker Cetinkaya
2012-01-14CSharpCodeGenerator now obeys CS1529 when rendering global namespace imports ...Ilker Cetinkaya
2011-09-28[CSharpCodeGenerator] Revert change for not ignoring Final attr on fieldsLluis Sanchez
2011-09-05Few corcompare fixesMarek Safar
2011-07-05Fix for bug #701733Maciej Paszta
2011-06-15[CSharpCodeGenerator] Output global:: if GlobalReference option setJeffrey Stedfast
2011-06-15[CSharpCodeGenerator] Don't ignore MemberAttributes.New for typesJeffrey Stedfast
2011-06-15[CSharpCodeGenerator] don't ignore Final attr on FieldsJeffrey Stedfast
2011-03-25[tests,runtime] A kludge to make 2.0 tests using CodeDOM workMarek Habersack
2011-03-17More NET_2_0 define removalMiguel de Icaza
2011-02-22Remove some weird and unused MONO_PATH acrobaticsMarek Safar
2011-01-20Fix CodeDom mcs pathMarek Safar
2011-01-20CSharpCodeCompiler NET_2_0 cleanupMarek Safar
2010-04-13 * Test/Microsoft.CSharp/CodeGeneratorFromExpressionTest.cs: Test Jonathan Pryor
2010-03-06commit 9405fa168b1255c51bb31ef17511c05593b08caaMarek Habersack
2009-12-022009-12-02 Marek Habersack <mhabersack@novell.com>Marek Habersack
2009-10-192009-10-19 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
2009-04-222009-04-22 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2009-04-172009-04-17 Marek Habersack <mhabersack@novell.com>Marek Habersack
2008-12-25A bug fix for 459450Miguel de Icaza
2008-10-282008-10-28 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2008-08-072008-08-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2008-07-222008-07-22 Jb Evain <jbevain@novell.com>Jb Evain
2008-06-052008-06-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2008-05-192008-05-19 Martin Baulig <martin@ximian.com>Martin Baulig
2008-05-10* CSharpCodeGenerator.cs: On 2.0 profile, add support for paramsGert Driesen
2008-05-072008-05-07 Martin Baulig <martin@ximian.com>Martin Baulig
2008-04-09refactoringJb Evain
2008-04-092008-04-09 Jb Evain <jbevain@novell.com>Jb Evain
2008-04-09revertJb Evain
2008-04-082008-04-08 Jb Evain <jbevain@novell.com>Jb Evain
2008-02-27remove cwlMarek Habersack
2008-02-272008-02-27 Marek Habersack <mhabersack@novell.com>Marek Habersack
2008-02-262008-02-26 Marek Habersack <mhabersack@novell.com>Marek Habersack
2008-02-262008-02-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2008-02-252008-02-25 Marek Habersack <mhabersack@novell.com>Marek Habersack
2008-01-27* CSharpCodeGenerator.cs: Avoid ArgumentNullException whenGert Driesen