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
2017-05-23[mcs] Add expression bodied syntax for accessors. Fixes #54991Marek Safar
2017-03-29Bump corefxMarek Safar
2016-11-28[build] Roslyn switchMarek Safar
2016-11-04[mcs] Consider method candidates with misplaced named arguments not applicabl...Marek Safar
2016-11-02[mcs] Remove unknown warnings reporting to match latest cscMarek Safar
2016-10-26[mcs] Add pathmap optionatkcocoa3atkcocoa-2Marek Safar
2016-10-18[mcs] Add new testMarek Safar
2016-09-29[mcs] Branch visited labels cache for conditional block. Fixes #44751Marek Safar
2016-09-20[mcs] Warn about unused local constantsMarek Safar
2016-09-16[mcs] Report more errors for nameof expressions. Fixes #44168Marek Safar
2016-09-15[mcs] Improve member lookup rules when type parameter has both non-object eff...Marek Safar
2016-08-25[mcs] Don't crash when as operand cannot be resolved. Fixes #43718Marek Safar
2016-07-27[mcs] Detect constant switch statement fall-through. Fixes #42585Marek Safar
2016-07-26[mcs] Report interpolated strings feature. Fixes #42410Marek Safar
2016-06-08[mcs] Improve betterness changes in b12385e9fdedd5b146d00a56687c886a647e1865Marek Safar
2016-05-10[mcs] More tweaks to undefined tie-breaking rules. Fixes #40945Marek Safar
2016-04-20[mcs] Fixes crash during conversion error reporting. Fixes #40536Marek Safar
2016-04-20[mcs] null operator receiver type needs to be convertible to null. Fixes #40493Marek Safar
2016-04-15[mcs] Better error message for conflict of types with the same nameMarek Safar
2016-04-04[mcs] Make more errors build explicitMarek Safar
2016-03-09[mcs] nameof operator can use static member. Fixes #39455Marek Safar
2016-02-03Merge pull request #2542 from akoeplinger/remove-changelogAlexander Köplinger
2016-01-31[mcs] Stop after fields initializers resolve errorsMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-11[mcs] Fixes inconsistent accessibility check for partial types. Fixes #37232Marek Safar
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