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
2018-05-03[mcs] Mimic csc behaviour when attribute value is a typedef and add also asse...Marek Safar
2017-12-22[mcs] Implements C# 7.0 Generalized async return typesMarek Safar
2017-11-21[mcs] C# 7.2 ref struct featureMarek Safar
2017-10-03[mcs] Implements C# 7.2 readonly structsMarek Safar
2017-06-30[mcs] C# 7 tuple (foundation only).Marek Safar
2017-05-09[mcs] Conditional check on attribute type needs to check its base types tooMarek Safar
2016-02-15[mcs] Populate ProductVersion from all valid sources. Fixes #38553Marek Safar
2015-07-27[mcs] Fix obsolete checks on resolved types when type is inflated generic typ...Marek Safar
2015-07-21[mcs] Set builder for partial method definition attributes. Fixes #31948Marek Safar
2015-05-22[mcs] Emit decimal constant attribute sign using csc compatible format. Fixes...Marek Safar
2014-11-24[mcs] Add special-cased HostProtectionAttribute handlingMarek Safar
2014-11-10[mcs] Encode more win32 version info attributes. Fixes #23981Marek Safar
2014-06-04[mcs] Better error message for attribute value used for unsupported parameter...Marek Safar
2014-06-03[mcs] Update new error codesMarek Safar
2014-01-06[mcs] Emit Debuggable attribute. Fixes #16924Marek Safar
2013-11-29[mcs] Report ambiguity in attribute types in expanded mode. Fixes #16342Marek Safar
2013-10-03Emit better debugger attribute for stepping over state machine initializationMarek Safar
2013-08-27Invalid syntax during attribute target parsing can crash parser. Fixes #14245Marek Safar
2013-08-15Remove some unused parametersMarek Safar
2013-06-26Fixes commit 99204b75da5d59607683886989ece047e164f0ffMarek Safar
2013-06-26Fix MethodImplOptions argument checks. Fixes #12638Marek Safar
2013-06-06Correct encoding transformation flags for type arguments arrays without dynam...Marek Safar
2013-05-09Populate more win32 version info values. Fixes #8578Marek Safar
2013-05-09Define internal attribute in case we missed the global initialization.Marek Safar
2013-04-03Error reporting improvementsMarek Safar
2013-01-04Remove duplicate methodMarek Safar
2013-01-04Add missing check for conditional attributes. Fixes #9225Marek Safar
2012-12-12Don't use IteratorStateMachineAttribute it makes us csc incompatibleMarek Safar
2012-08-16Searching for an attributes in probing mode should not report errors for othe...Marek Safar
2012-07-09Better error messageMarek Safar
2012-06-06Emit new state machine attributesMarek Safar
2012-03-08Add better errors for asyncMarek Safar
2012-03-06Implement C# 5 caller attributesMarek Safar
2012-03-05Move remaining compiler settings out of temporary report printerMarek Safar
2012-02-24Make some mcs methods staticMarek Safar
2012-02-20Emit debugger hidden attribute for more compiler generated membersMarek Safar
2011-12-13Merge some MD mcs changesMarek Safar
2011-11-24Updated with Xamarin copyrightsMiguel de Icaza
2011-11-02Allow Conditional attribute to be used with a keyword valueMarek Safar
2011-07-20Handle await in liften binary expression with compound assignmentMarek Safar
2011-04-12Be more robust when dealing with string based broken predefined attributesMarek Safar
2011-04-06Allocate less temporary type expressionsMarek Safar
2011-04-05Speed up var expression type resolutionMarek Safar
2011-04-05Clearly split namespace and type resolve pathsMarek Safar
2011-04-01Check name collision between namespaces and typesMarek Safar
2011-03-31Fix few excessive error reportsMarek Safar
2011-03-31Apply module character settings to more attributesMarek Safar
2011-03-31[572365] Make ambiguous predefined types detection even more robustMarek Safar
2011-03-23Fixes another long standing issue where explicit type attributes could not be...Marek Safar
2011-03-22[343470] Turn an error into warningMarek Safar