1. 15 8月, 2019 1 次提交
  2. 14 8月, 2019 1 次提交
  3. 07 8月, 2019 1 次提交
  4. 06 8月, 2019 1 次提交
  5. 26 7月, 2019 6 次提交
  6. 25 7月, 2019 1 次提交
  7. 18 7月, 2019 1 次提交
  8. 13 7月, 2019 1 次提交
  9. 12 7月, 2019 2 次提交
  10. 06 7月, 2019 2 次提交
  11. 04 7月, 2019 1 次提交
  12. 03 7月, 2019 1 次提交
  13. 29 6月, 2019 1 次提交
  14. 26 6月, 2019 1 次提交
    • C
      Semantic model tuple types (#36628) · 22c4757d
      Chris Sienkiewicz 提交于
      * Correctly report nullability of tuples in the semantic model:
      - Store the original tuple literal rather than just its type
      - Visit the original literal without diagnostics only in the nullability walker to understand its type
      - Update the generator to allow force visiting fields in the nullable re-writer
      - Update type checker to allow checking of converted types too
      - Update various tuple tests to be correct
      - Add extra tests
      22c4757d
  15. 20 6月, 2019 1 次提交
  16. 19 6月, 2019 1 次提交
  17. 06 6月, 2019 1 次提交
  18. 10 5月, 2019 2 次提交
    • F
      Add test for conditional assert. · d4dc079f
      Fredric Silberberg 提交于
      d4dc079f
    • F
      Refactor ApplyConversion into VisitConversion · 3cd51aa3
      Fredric Silberberg 提交于
      Refactors out ApplyConversion into a more aptly named VisitConversion. Adjusts the parameters to take the node being converted, and optionally the original boundconversion. When the boundconversion is passed it, the calculated nullability is now tracked through nested levels of conversions between the top-level boundconversion and the underlying converted node. Removed TrackInferredTypesThroughConversions, as this is now being handled by VisitConversion.
      
      This PR additionally fixes a conversion issue where user-defined conversions that added nullability were not then marking the result type of that conversion as nullable.
      3cd51aa3
  19. 27 4月, 2019 1 次提交
    • F
      Update foreach based on nullable analysis · 255c4d8b
      Fredric Silberberg 提交于
      This makes 2 changes:
      1. Reinfer the GetEnumerator method based on nullable analysis of the
      foreach expression type.
      2. Use that information to update the collection element type based on
      that same analysis.
      255c4d8b
  20. 23 4月, 2019 1 次提交
  21. 18 4月, 2019 1 次提交
  22. 17 4月, 2019 1 次提交
  23. 11 4月, 2019 1 次提交
  24. 10 4月, 2019 1 次提交
  25. 28 3月, 2019 1 次提交
  26. 26 3月, 2019 1 次提交