1. 26 6月, 2019 2 次提交
    • C
      Add NullableContextAttribute (#36152) · f8864702
      Charles Stoner 提交于
      f8864702
    • 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
  2. 25 6月, 2019 2 次提交
  3. 21 6月, 2019 1 次提交
  4. 20 6月, 2019 2 次提交
  5. 19 6月, 2019 1 次提交
  6. 15 6月, 2019 3 次提交
  7. 14 6月, 2019 1 次提交
  8. 13 6月, 2019 3 次提交
  9. 09 6月, 2019 1 次提交
  10. 06 6月, 2019 1 次提交
  11. 05 6月, 2019 4 次提交
  12. 25 5月, 2019 2 次提交
  13. 24 5月, 2019 1 次提交
  14. 23 5月, 2019 1 次提交
  15. 21 5月, 2019 1 次提交
  16. 19 5月, 2019 1 次提交
  17. 18 5月, 2019 1 次提交
  18. 17 5月, 2019 1 次提交
  19. 15 5月, 2019 1 次提交
  20. 11 5月, 2019 1 次提交
  21. 10 5月, 2019 3 次提交
    • F
      PR Feedback · cd8f8cc5
      Fredric Silberberg 提交于
      Refactored parameter names, updated tests, and added assertions for
      assumptions.
      cd8f8cc5
    • F
      PR Feedback. · d4186dc2
      Fredric Silberberg 提交于
      Refactored some common code into a helper and corrected some small nits.
      d4186dc2
    • 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
  22. 09 5月, 2019 1 次提交
  23. 08 5月, 2019 2 次提交
  24. 07 5月, 2019 3 次提交