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
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
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-30[mcs] simple constants pattern matchingMarek Safar
2014-08-28[mcs] type pattern expressionMarek Safar
2014-08-26[mcs] Predefined attibutes can have unresolved parameter types.Marek Safar
2014-08-26[mcs] Hide backing fields in default debugger displayMarek Safar
2014-08-26[mcs] Replace future with experimentalMarek Safar
2014-08-23[mcs] Handle partial entry point methodMarek Safar
2014-08-20[mcs] Easy restrictions on enum base type epxressionMarek Safar
2014-08-20[mcs] Clean-up flow analysis for boolean expressionsMarek Safar
2014-08-19[mcs] Complex binary logical expressions flowanalysisMarek Safar
2014-08-19[mcs] More warnings for lifted nullable operators working on value typesMarek Safar
2014-08-16[mcs] Fix copy and paste error in constraints checker. Fixes #22131Marek Safar
2014-08-15[mcs] Add dictionary initializerMarek Safar
2014-08-14[mcs] null propagating operator on delegate invocationMarek Safar
2014-08-14[mcs] coalescing operator if the lhs of a null is a integer type that is larg...Marek Safar
2014-08-13[mcs] null operator on address locationsMarek Safar
2014-08-13[mcs] nameof operator with unbound type argumentsMarek Safar
2014-08-12[mcs] nameof operatorMarek Safar
2014-08-12[mcs] auto-property initializer can be array initializerMarek Safar
2014-08-07[mcs] null propagating operator and expressions which cannot be nullMarek Safar