1. 02 9月, 2017 1 次提交
    • M
      Changes as per the design team decision: · d290266e
      Manish Vasani 提交于
      1) Use IDynamicInvocationExpression for VB late bound invocation and C# dynamic invocation.
      2) Use IDynamicIndexerAccessExpression for C# dynamic indexer access; not used in VB.
      3) Remove IDynamicObjectCreationExpression.MemberName property.
      4) Add extension methods on IHasDynamicArgumentExpression to get optional argument name and ref kind for an argument at a given index.
      d290266e
  2. 24 8月, 2017 1 次提交
  3. 18 8月, 2017 1 次提交
  4. 17 8月, 2017 3 次提交
  5. 16 8月, 2017 5 次提交
  6. 15 8月, 2017 2 次提交
  7. 12 8月, 2017 4 次提交
  8. 11 8月, 2017 3 次提交
  9. 10 8月, 2017 2 次提交
  10. 09 8月, 2017 1 次提交
  11. 08 8月, 2017 1 次提交
    • A
      Move MakeFrames logic into Analysis · 012c7fe9
      Andy Gocke 提交于
      This is part of the effort to move as much logic from LambdaRewriter
      into Analysis as possible. The more logic there is in the Rewriter, the
      more difficult it is to find calculation problems until the last
      possible moment, and it's also very difficult to calculate useful
      information for later analysis passes, like the final debug and closure
      IDs for each environment.
      012c7fe9
  12. 06 8月, 2017 1 次提交
  13. 05 8月, 2017 5 次提交
  14. 04 8月, 2017 1 次提交
  15. 03 8月, 2017 3 次提交
  16. 02 8月, 2017 6 次提交