1. 04 1月, 2020 1 次提交
  2. 24 12月, 2019 1 次提交
  3. 23 12月, 2019 1 次提交
  4. 22 12月, 2019 1 次提交
  5. 20 12月, 2019 1 次提交
  6. 19 12月, 2019 1 次提交
  7. 18 12月, 2019 1 次提交
    • J
      Remove dedicated tuple type symbol (#39370) · cc306748
      Julien Couvreur 提交于
      * Refactor tuple implementation
      
      * Tweaks
      
      * Address PR feedback
      
      * Pass tuple data in constructors
      
      * Address more feedback
      
      * Tweak comparison
      
      * Restore constructWithTypeParameters flag to avoid overflow
      
      * Assert that tuple parameter matches TupleUnderlyingType somewhat
      
      * Rename to TupleData. Address some IDE feedback
      
      * Remaining TODO2's
      
      * Fix last IDE test!
      
      * Factor array comparison
      
      * Tweak WithTupleData and EqualsIgnoringTupleUnderlyingType
      
      * Expand a test
      
      * Remove duplicate line
      
      * Remove an EE test for badly formed ValueTuple type
      
      * PR feedback from Neal
      
      * Restore an IDE test without ValueTuple
      
      * Rename constants
      
      * Restore formatting
      cc306748
  8. 17 12月, 2019 3 次提交
  9. 16 12月, 2019 1 次提交
  10. 14 12月, 2019 1 次提交
  11. 13 12月, 2019 2 次提交
  12. 12 12月, 2019 1 次提交
  13. 11 12月, 2019 3 次提交
  14. 10 12月, 2019 2 次提交
  15. 06 12月, 2019 3 次提交
  16. 05 12月, 2019 3 次提交
  17. 04 12月, 2019 1 次提交
  18. 27 11月, 2019 1 次提交
  19. 26 11月, 2019 1 次提交
  20. 23 11月, 2019 1 次提交
  21. 22 11月, 2019 1 次提交
  22. 20 11月, 2019 2 次提交
  23. 13 11月, 2019 2 次提交
    • J
      Implement lambda discard parameters (#38786) · 4dea4416
      Julien Couvreur 提交于
      * Implement lambda discard parameters
      
      * Remove duplicate tests
      
      * Factor logic to recognize underscore tokens
      
      * Align symbol display with other discards
      
      * Distinguish discards in QuickInfo
      
      * Add IsDiscard property instead of IDiscardSymbol
      
      * Adjust IDE logic to use IsDiscard
      
      * Avoid large tuple return
      
      * Add test for ref/out discard parameters
      
      * Address PR feedback and test plan ideas
      
      * Allow in expression trees
      
      * Support general discard parameters
      
      * Add IDE tests
      
      * Emit with unspeakable name
      
      * Remove unused error code
      
      * Only support lambdas
      
      * Fix tests
      
      * Address some PR feedback
      
      * Address remaining feedback
      
      * Address more feedback
      
      * Fix conflict
      
      * Update PublicAPI.Unshipped.txt
      
      * Update PublicAPI.Unshipped.txt
      
      * Add ChangeSignature tests
      
      * Add SymbolCompletion tests
      
      * Add InlineRename test
      
      * Typo
      4dea4416
    • F
      Minor formatting and code clean up from review. · 349f7f5a
      Fredric Silberberg 提交于
      349f7f5a
  24. 12 11月, 2019 1 次提交
  25. 09 11月, 2019 1 次提交
  26. 07 11月, 2019 1 次提交
  27. 02 11月, 2019 1 次提交
  28. 22 10月, 2019 1 次提交