1. 31 3月, 2020 1 次提交
  2. 18 3月, 2020 1 次提交
  3. 31 1月, 2020 1 次提交
  4. 29 1月, 2020 1 次提交
  5. 23 1月, 2020 1 次提交
  6. 18 12月, 2019 2 次提交
    • R
      Fix statement attribute parsing (#40426) · add11546
      Rikki Gibson 提交于
      add11546
    • 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
  7. 03 12月, 2019 1 次提交
  8. 22 11月, 2019 1 次提交
  9. 05 11月, 2019 2 次提交
  10. 02 11月, 2019 1 次提交
  11. 01 11月, 2019 1 次提交
    • A
      Fix SkipLocalsInit with stackalloc · 4cfed1c2
      Andy Gocke 提交于
      stackalloc is affected by the locals init flag, but the locals init
      flag is only present if the fat IL header is used, which is not
      preferred if the method is small and has no locals. S.R.M added
      a parameter to allow callers to indicate that stackalloc is present
      and thus localsinit should be respected when deciding to use the
      fat or tiny IL header. This change tracks whether there is a stackalloc
      while doing codegen and plumbs the result into S.R.M.
      4cfed1c2
  12. 02 10月, 2019 1 次提交
  13. 25 9月, 2019 1 次提交
  14. 24 9月, 2019 1 次提交
  15. 21 9月, 2019 3 次提交
  16. 20 9月, 2019 1 次提交
  17. 13 7月, 2019 1 次提交
  18. 31 3月, 2019 1 次提交
  19. 24 3月, 2019 1 次提交
  20. 22 3月, 2019 4 次提交
  21. 14 3月, 2019 2 次提交
  22. 09 3月, 2019 1 次提交
    • N
      Simplify some names in the nullable reference types feature · 85b05131
      Neal Gafter 提交于
      - Rename `TypeSymbolWithAnnotations` to `TypeWithAnnotations`
      - Rename its type field from `TypeSymbol` to `Type`
      - Fields of Symbols that are of type `TypeWithAnnotations` that are currently named `Type` would be renamed `TypeWithAnnotations`
      Fixes #33736
      85b05131
  23. 27 1月, 2019 1 次提交
  24. 21 1月, 2019 2 次提交
  25. 18 1月, 2019 3 次提交
  26. 28 9月, 2018 1 次提交
  27. 19 7月, 2018 1 次提交
  28. 11 7月, 2018 1 次提交
  29. 19 5月, 2018 1 次提交