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-05-23[mcs] Expand type parameter member change using effective base typeMarek Safar
2014-05-23[mcs] Handling of nested effective base classesMarek Safar
2014-05-22[mcs] Emit better code for null coalescing operator with nullable return type...Marek Safar
2014-05-21[mcs] Add explicit array conversion involving type parameters. Fixes #18474Marek Safar
2014-05-21[mcs] Undo implicit object prefix for cref interface referencesMarek Safar
2014-05-21[mcs] Explicit type parameter conversion to generic parameterMarek Safar
2014-05-20[mcs] Use correct parent type in partial type base contextMarek Safar
2014-05-19[mcs] Add handling for special case cref types/membersMarek Safar
2014-05-07[mcs] Don't report interface implementation errors for optional implementatio...Marek Safar
2014-05-06[mcs] Include more unicode categories in parsing identifier part character. F...Marek Safar
2014-05-06[mcs] Emit null constant value for default parameters of generic types to ind...Marek Safar
2014-05-06[mcs] Do type parameter conversion involving type parameters using dependency...Marek Safar
2014-05-05[mcs] Emit all method like members in same order as they appear in source cod...Marek Safar
2014-05-05[mcs] Convert extended underlying enum constants to their underlying type. Fi...Marek Safar
2014-05-02[mcs] Don't apply reference type is optimization for dynamic expressions. Fix...Marek Safar
2014-05-02[mcs] Inflate anonymymous method with correct type arguments when async this ...Marek Safar
2014-05-02[mcs] Fix using type relationship check for type parameters. Fixes #18639Marek Safar
2014-04-30Merge pull request #966 from ermshiperete/bug-xamarin-18511Marek Safar
2014-04-29[mcs] Make unused event warning reporting consistent to csc. Fixes #19095Marek Safar
2014-04-29[mcs] Add parent storey reference only when this is not captured directly. Fi...Marek Safar
2014-04-17[mcs] Fix tie breaking rules when both candidates have used default parametersMarek Safar
2014-04-16[mcs] Fix parsing member access expression with await simple nameMarek Safar
2014-04-16[mcs] Relax struct definitive assignment rules for private fieldsMarek Safar
2014-04-16[mcs] Emit exception filters with empty stackMarek Safar
2014-04-16Update testsMarek Safar
2014-04-16[mcs] Initial implemntation of exception filtersMarek Safar
2014-04-16[mcs] Primary constructorsMarek Safar
2014-03-23Adding fix for case of error CS0177Eduardo Burgos
2014-03-21[mcs] Adding unit test for #18511Eberhard Beilharz
2014-03-19[mcs] Better heuristics for error parsing of interrogation point.Marek Safar
2014-03-18[mcs] Flow analysis of nested binary expressions inside anonymous methods was...Marek Safar
2014-03-18[mcs] Emit field initializer with expression tree in all user constructors. F...Marek Safar
2014-03-13[mcs] Ignore import failures for private types used in private structsMarek Safar
2014-03-04[mcs] Emit correct code for lifted nullable bool logical operators where left...Marek Safar
2014-03-03[mcs] Mark switch statement block scope statements as reachable. Fixes #18092Marek Safar
2014-02-24[mcs] Release array stack variable once all elements are initialized. Fixes #...Marek Safar
2014-02-20[mcs] Cleanup tie-breaking rules of better function member. Fixes #17755Marek Safar
2014-02-17[mcs] Add nested types handling to check whether types unify for some type pa...Marek Safar
2014-02-13Tests updateMarek Safar
2014-02-13[mcs] Lift any non-nullable operand under runtime binder for lifted binary op...Marek Safar
2014-02-11[mcs] Don't report any not applicable operator errors during constant folding.Marek Safar
2014-02-06[mcs] Tests updateMarek Safar
2014-01-31More testsMarek Safar
2014-01-31[mcs] Explicit user conversion from nullable types does not have to lift the ...Marek Safar
2014-01-31[mcs] Fixes warningMarek Safar
2014-01-31[mcs] Release array initializer stack field at the end of initialization. Fix...Marek Safar
2014-01-28[mcs] Better check for invalid attribute targets. Fixes #17447Marek Safar
2014-01-27New testMarek Safar
2014-01-26[mcs] Do underlying float constant operation on double values. Fixes #15463Marek Safar
2014-01-26[mcs] Check for nested type arguments of cached method group. Fixes #17403Marek Safar