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-07-08[mcs] C# static usingMarek Safar
2014-07-07[mcs] Flow analysis of moved arguments. Fixes #20983Marek Safar
2014-07-04[mcs] Allow more conversions for CallerLineNumberAttributeMarek Safar
2014-07-03[mcs] Don't cache lambda expressions in static constructor contextMarek Safar
2014-07-03[mcs] Fixes flow analysis of if statement with constant expressionMarek Safar
2014-07-03[mcs] Overload resolution should not fail when type inference infers inaccess...Marek Safar
2014-07-03[mcs] Methodgroup probing checks are not allowedMarek Safar
2014-07-03[mcs] Methodgroup conversion involving user defined operatorsMarek Safar
2014-07-03[mcs] Use same result conversion rules of predefined enum operators for unary...Marek Safar
2014-07-03[mcs] A value for params parameter with default valus is still empty arrayMarek Safar
2014-07-02[mcs] Add new testMarek Safar
2014-07-02[mcs] Parsing of nullable type cast inside statement with open parensMarek Safar
2014-07-02[mcs] Switch with user conversion to nullable governing typeMarek Safar
2014-07-02[mcs] Object initializer for events which can be initialized using field expr...Marek Safar
2014-07-01[mcs] Add missing lock expression flow analysisMarek Safar
2014-07-01[mcs] Emit valid code for exception filter using constrained type parameterMarek Safar
2014-07-01[mcs] Emit correct token for inherited nested non-generic types from unbound ...Marek Safar
2014-06-30[mcs] Not applicable GetEnumerator candidates were not rejected early enoughMarek Safar
2014-06-30[mcs] Emit partial type parameters attributes tooMarek Safar
2014-06-30[mcs] Use same rules in dynamic context as in normal instance member hidding.Marek Safar
2014-06-27Merge pull request #1134 from kitsilanosoftware/mcs-tests-dll-il-distfileMarek Safar
2014-06-27[mcs tests] Add tests/dlls/*.il to DISTFILESDamien Diederen
2014-06-27[mcs] Fix crash in inherited type parameter interface checkMarek Safar
2014-06-27[mcs] Workaround MSIL limitation when loading bool elementsMarek Safar
2014-06-26[mcs] Emit correct attribute reference when async lambda ends up in nested ty...Marek Safar
2014-06-26[mcs] Fix local exits from try-finally scope with awaited statementsMarek Safar
2014-06-25[mcs] Fix array access of value type compound assignment with awaited argumentMarek Safar
2014-06-25[mcs] Allow unsafe code in async block when scope does not need variable capt...Marek Safar
2014-06-24[mcs] Emit side effects of reduced probing expressionMarek Safar
2014-06-24[mcs] Fix emit of array access with awaited indexer expression and result fie...Marek Safar
2014-06-24[mcs] Fix scope initialization for exception filters using hoisted lambdas wi...Marek Safar
2014-06-24[mcs] Recognize await as simple name in type contextMarek Safar
2014-06-23[mcs] Handle try await nested in multiple finally blocks.Marek Safar
2014-06-17[mcs] Implements finally execution for await with try block exit.Marek Safar
2014-06-16[mcs] Reachability analysis should ignore local variables declarations. Fixes...Marek Safar
2014-06-13[mcs] Always store hidden catch variable when clause contains awaitMarek Safar
2014-06-13[mcs] Emit correct value type collection initialization when second initializ...Marek Safar
2014-06-13[mcs] Keep stack populated when array initializer contains awaitMarek Safar
2014-06-13[mcs] Handle catch filter with await-ed rethrow and exception filtersMarek Safar
2014-06-12[mcs] Add support for await in finally clauseMarek Safar
2014-06-11[mcs] Inflate nested pointer containers too.Marek Safar
2014-06-11[mcs] Flow analysis of binary expressions not using logical operators. Fixes ...Marek Safar
2014-06-11[mcs] Implement rethrow support in awaited catch clauseMarek Safar
2014-06-05[mcs] Return type inference of async anonymous methodsMarek Safar
2014-06-05[mcs] Check for await expression inside new delegate statementMarek Safar
2014-06-04[mcs] Emit result type conversion for null coalescing operator on nullable typeMarek Safar
2014-06-04[mcs] Add more checks to dynamic logical operations when lhs is not of dynami...Marek Safar
2014-06-04[mcs] Don't wrap enum constants during folding when result is reducedMarek Safar
2014-06-03[mcs] Update new error codesMarek Safar
2014-06-02[mcs] Add support for await in catch clauseMarek Safar