1. 19 2月, 2020 1 次提交
  2. 12 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 17 1月, 2020 1 次提交
  5. 16 1月, 2020 1 次提交
  6. 09 1月, 2020 1 次提交
  7. 04 1月, 2020 1 次提交
  8. 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
  9. 21 11月, 2019 1 次提交
  10. 05 11月, 2019 1 次提交
  11. 02 11月, 2019 1 次提交
  12. 01 11月, 2019 1 次提交
  13. 30 10月, 2019 2 次提交
  14. 10 10月, 2019 1 次提交
  15. 08 10月, 2019 1 次提交
  16. 05 10月, 2019 1 次提交
    • A
      Fix crash in flow analysis (#38929) · 8ef79900
      Andy Gocke 提交于
      When we added support for tracking static fields as part of nullable
      analysis, we used -1 for their containing slot. Negative numbers are
      not meant to be used as actual slots and flowed through the flow analysis
      code, they are only used as sentinels from slot-returning methods to indicate
      that the variable in question is not tracked. The appropriate root
      slot for a static variable is the same as the root slot for a top-level tracked
      variable (like a local), which is 0.
      
      Fixes #38725
      8ef79900
  17. 04 10月, 2019 1 次提交
  18. 03 10月, 2019 1 次提交
  19. 27 9月, 2019 3 次提交
  20. 25 9月, 2019 1 次提交
  21. 24 9月, 2019 1 次提交
  22. 21 9月, 2019 1 次提交
  23. 20 9月, 2019 3 次提交
  24. 17 9月, 2019 1 次提交
  25. 13 9月, 2019 1 次提交
  26. 11 9月, 2019 2 次提交
  27. 07 9月, 2019 1 次提交
    • I
      Updating TPN to the current MSFT format and adding Humanizer, SQLitePCLRaw and... · bce8eb05
      Ivan Basov 提交于
      Updating TPN to the current MSFT format and adding Humanizer, SQLitePCLRaw and ICSharpCode.Decompiler (#38524)
      
      * Updatiing TPN to current MSFT format and adding Humanizer
      
      * updated vsix manifests, removed humanizer from source code tpn and added more re-distributed notes into compiled package tpn
      
      * updates from LCA
      
      * extra lines
      
      * feedback addressed
      bce8eb05
  28. 06 9月, 2019 1 次提交
  29. 05 9月, 2019 1 次提交
  30. 04 9月, 2019 1 次提交
  31. 25 8月, 2019 1 次提交
  32. 21 8月, 2019 1 次提交
  33. 15 8月, 2019 1 次提交
  34. 12 8月, 2019 1 次提交