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
path: root/mcs/tests
AgeCommit message (Expand)Author
2015-01-10[mcs] Auto-implemented properties must override all accessors of the overridd...Marek 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
2015-01-07[mcs] Add reference to parent storey when this is hoisted in disconnected sta...Marek Safar
2015-01-06[mcs] Additional fix for naming of nested types in attributes. Second fix of ...Marek Safar
2015-01-03[mcs] More special case handling for explicit type names documentation. Fixes...Marek Safar
2014-12-10[mcs] Update static using to match the latest update (still work in progress)Marek Safar
2014-12-05[mcs] Fix null operator on arrays with property receiver.Marek Safar
2014-12-05[mcs] Add dictionary initializer for arrays.Marek Safar
2014-12-04[mcs] Validate more nameof argument expressionsMarek Safar
2014-12-04[mcs] Add support for __refvalue passed as a referenceMarek Safar
2014-12-02[mcs] nameof implementation rewrite to match the latest specMarek Safar
2014-11-28[mcs] new testMarek Safar
2014-11-28[mcs] Extend tie-breaking rules in overload resolution when default parameter...Marek Safar
2014-11-28[mcs] Check delegate return type conversion during implicit delegate conversionMarek Safar
2014-11-28[mcs] Tweak naming of nested types. Fixes #24172Marek Safar
2014-11-27[mcs] Remove declaration expression named argument parsing (not part of the l...Marek Safar
2014-11-24[mcs] Add special-cased HostProtectionAttribute handlingMarek Safar
2014-11-23Remove net 2.0 dependencies from mcs tests.Zoltan Varga
2014-11-21[mcs] Add string type to the list of valid cast tokensMarek Safar
2014-11-18[mcs] Remove primary constructors and declaration expressions from C#6Marek Safar
2014-11-13[mcs] More updates to auto-properties v6 implementationMarek Safar
2014-11-11[mcs] Extended pragma warning syntaxMarek Safar
2014-11-10[mcs] Encode more win32 version info attributes. Fixes #23981Marek 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] Undo bool loads normalization from byte arraysMarek Safar
2014-09-30[mcs] Correctly identify constant switch section when value match is not sect...Marek 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] Check for true/false user operators on unwrapped nullable type. Fixes #...Marek Safar
2014-09-26[mcs] Fix codegen for coalescing operator involving user operator conversion ...Marek Safar
2014-09-24[mcs] More tweaks to conditional tokenizer. Fixes #23319Marek Safar
2014-09-23[mcs] Populate inherited constraints member cache from types not only base ty...Marek Safar
2014-09-22[mcs] declaration expression after ref/out argumentMarek Safar
2014-09-18[mcs] Fix output type inference when parameters after first one depend on fix...Marek Safar
2014-09-18[mcs] Better check for parameterless constructor overloadMarek Safar
2014-09-16[mcs] struct parameterless instance constructorsMarek Safar
2014-09-15[mcs] Revert usage of closed delegates for compiler generated anonymous methodMarek Safar
2014-09-13[mcs] nullable property patternMarek Safar
2014-09-12[mcs] Don't use `1 naming for compiler generated second level and deeper nest...Marek Safar
2014-09-11[mcs] property patternMarek Safar
2014-09-10[mcs] Remove value type constrained type parameter instantiation optimization...Marek Safar
2014-09-08[mcs] switch statement with recursive pattern matchingMarek Safar
2014-09-04[mcs] recursive pattern with named argumentsMarek Safar
2014-09-04[mcs] recursive pattern matchingMarek Safar
2014-09-02[mcs] more nonliteral constants pattern matchingMarek Safar
2014-09-01[mcs] Parsing of ternary expressions whose then condition is a lambda. Fixes ...Marek Safar
2014-09-01[mcs] Remove wrong testMarek Safar