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-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
2014-11-24[mcs] Add special-cased HostProtectionAttribute handlingMarek Safar
2014-11-21[mcs] Remove 2.0 profile dependency from one testMarek Safar
2014-11-18[mcs] Remove primary constructors and declaration expressions from C#6Marek Safar
2014-11-18[mcs] Fix error reporting for incomplete attribute target. Fixes #24537Marek Safar
2014-11-18[mcs] Makes flow analysis of goto/goto case significantly faster. Fixes #24511Marek Safar
2014-11-13[mcs] More updates to auto-properties v6 implementationMarek Safar
2014-11-11[mcs] Extended pragma warning syntaxMarek Safar
2014-11-11[mcs] Use same result bucket for extension method lookup in all types of usin...Marek Safar
2014-10-13[mcs] A pointer-type may be used as the type of a volatile field. Fixes #23770Marek Safar
2014-09-30[mcs] struct initializers are still experimentalMarek Safar
2014-09-29[mcs] null operator on unconstrained generic valuesMarek Safar
2014-09-26[mcs] Add check for parameterless user constructor used as default parameter ...Marek Safar
2014-09-26[mcs] Fix codegen for coalescing operator involving user operator conversion ...Marek Safar
2014-09-22[mcs] declaration expression after ref/out argumentMarek Safar
2014-09-19[mcs] Improve scoring of failed overload resolution. Fixes #22989Marek Safar
2014-09-16[mcs] struct parameterless instance constructorsMarek Safar
2014-08-30[mcs] Revert to broken native csc definite assignment for structsMarek Safar
2014-08-30[mcs] nonliteral constants pattern matchingMarek Safar
2014-08-26[mcs] Better error messageMarek Safar