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-10[mcs] Restore local variables state after probing run. Fixes #35674Marek Safar
2015-10-27[mcs] Declared fields cannot have unmanaged check done before all types are d...Marek Safar
2015-10-12[mcs] New testMarek Safar
2015-10-12[mcs] Improve error reporting from 51137702c64076f6f7af9a08c1bafc766f5cf6d2Marek Safar
2015-10-10[mcs] Rename error testMarek Safar
2015-10-10[mcs] Report global attributes without target. Fixes #34724Marek Safar
2015-10-08[mcs] Resolve target before resolving collection/dictionary initializers. Fix...Marek Safar
2015-10-05[mcs] Keep documentation formatting as was written in source code. Fixes #34409Marek Safar
2015-09-14[mcs] Lift result of null operator over dotted expressions only ending with n...Marek Safar
2015-09-03[mcs] Implements null operator used from both outer and inner expression of t...Marek Safar
2015-08-31[mcs] Don't report error for warnings which are not intended to be compiler w...Marek Safar
2015-07-29[mcs] Report error for missing win32 icon.Marek Safar
2015-07-28[mcs] Do member declaration obsolete types references check after all members...Marek Safar
2015-07-27[mcs] Fix obsolete checks on resolved types when type is inflated generic typ...Marek Safar
2015-07-24[mcs] Fix crash during ambiguous implementation of the query pattern error re...Marek Safar
2015-07-24[mcs] Report error when an expression tree contains a collection initializer ...Marek Safar
2015-07-24[mcs] struct parameterless instance constructor feature was removed from C#6 ...Marek Safar
2015-07-24[mcs] Change used assemblies checks to run on referenced (metadata written) a...Marek Safar
2015-07-17[mcs] Update to latest mscorlibMarek Safar
2015-06-30[mcs] Fixes name collision check for generic types within user namespaces. Fi...Marek Safar
2015-06-05[mcs] Silently ignore invalid assembly name in InternalsVisibleTo. Fixes #30679Marek Safar
2015-06-03[mcs] Recursivelly check for left-hand side of an assignment of a null propag...Marek Safar
2015-05-04[mcs] Report better error for assignment to readonly properties hiding type nameMarek Safar
2015-04-16[mcs] Better error reporting for incorrect implicitly typed local variable de...Marek Safar
2015-04-14[mcs] Consider nested types when looking for potential types via using static...Marek Safar
2015-03-27[mcs] The left-hand side of an assignment cannot contain a null propagating o...Marek Safar
2015-03-26[mcs] Report abstract member hiding only for members which one can override. ...Marek Safar
2015-03-12[mcs] Don't crash after reporting missing type in type arguments of generic m...Marek Safar
2015-03-02XML error messages has changed again now that they are from referencesource.Atsushi Eno
2015-03-02Update all mcs errors expected messages for referencesource changes.Atsushi Eno
2015-02-27[mcs] Better error reporting for wrong unexpected escaped characters. Fixes #...Marek Safar
2015-02-17[mcs] Single name meaning relaxation to match roslynMarek Safar
2015-02-16Add new testMarek Safar
2015-02-13[mcs] Better error reporting after delegate probing failed. Fixs #27043Marek Safar
2015-02-06[mcs] Replace 1684 warning turned into error with unique 7069 error codeMarek Safar
2015-02-04[mcs] update error messageMarek Safar
2015-01-10[mcs] Auto-implemented properties must override all accessors of the overridd...Marek Safar
2015-01-10[mcs] Contructors cannot be extern and have a constructor initializerMarek Safar
2015-01-10[mcs] Add string interpolation conversionsMarek Safar
2015-01-08[mcs] Add string interpolation grammarMarek Safar
2015-01-07[mcs] An argument to nameof operator cannot be extension method groupMarek Safar
2015-01-07[mcs] update exception filters syntax to use yet another contextual keywordMarek Safar
2014-12-10[mcs] Better recovery from failed async return type inference. Fixes #25165Marek Safar
2014-12-10[mcs] Update static using to match the latest update (still work in progress)Marek Safar
2014-12-09Update mcs testMarek Safar
2014-12-04[mcs] Validate more nameof argument expressionsMarek Safar
2014-12-04[mcs] Improve extension methods error reportingMarek Safar
2014-12-04[mcs] At least one of nameof methodgroup argument candidates needs to be acce...Marek Safar
2014-12-02[mcs] nameof implementation rewrite to match the latest specMarek Safar
2014-11-27[mcs] Update import of private struct fields for flow analysis.Marek Safar