1. 23 10月, 2019 1 次提交
  2. 08 10月, 2019 1 次提交
  3. 03 5月, 2019 1 次提交
  4. 01 5月, 2019 1 次提交
  5. 13 3月, 2019 1 次提交
  6. 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
  7. 05 1月, 2019 1 次提交
  8. 19 12月, 2018 1 次提交
  9. 14 12月, 2018 1 次提交
  10. 10 12月, 2018 1 次提交
  11. 30 10月, 2018 1 次提交
  12. 05 10月, 2018 1 次提交
  13. 02 10月, 2018 1 次提交
  14. 29 9月, 2018 1 次提交
  15. 23 9月, 2018 1 次提交
  16. 10 9月, 2018 1 次提交
  17. 30 3月, 2018 1 次提交
  18. 28 3月, 2018 1 次提交
  19. 24 1月, 2018 2 次提交
  20. 09 11月, 2017 1 次提交
  21. 03 11月, 2017 1 次提交
    • V
      Reuse proxy fields in async state machine · a5091001
      vsadov 提交于
      We currently provide every local with its own proxy, even when locals are in disjoint scopes.
      That is done for the purpose of debugging, especially EnC.
      
      We do not have to do this in Release ( /o+ ) and reduce the size of async state where possible through reusing of backing fields.
      
      NOTE: reuse does impact debugging experience when reuse happens - locals that are mapped to recycled fields generally cannot be examined. Otherwise debugging experience stays the same.
      
      Fixes:#15290
      a5091001
  22. 17 6月, 2017 1 次提交
  23. 15 4月, 2017 1 次提交
  24. 07 3月, 2017 1 次提交
  25. 12 11月, 2016 2 次提交
  26. 02 8月, 2016 1 次提交
  27. 11 7月, 2016 1 次提交
  28. 01 7月, 2016 1 次提交
  29. 28 3月, 2016 1 次提交
  30. 27 2月, 2016 1 次提交
  31. 05 2月, 2016 1 次提交
  32. 31 10月, 2015 1 次提交
  33. 28 10月, 2015 1 次提交
  34. 07 7月, 2015 1 次提交
  35. 02 7月, 2015 1 次提交
    • J
      CodeFormatter Run · 95a76fb1
      Jared Parsons 提交于
      Fell out of our normal cadence for this during the push for RTM. Now that we
      had a bit more breathing room getting us back on track here.
      95a76fb1
  36. 05 6月, 2015 1 次提交
  37. 20 5月, 2015 1 次提交
    • A
      Refine hoisted local scopes in async methods · af0bf3c6
      Andrew Casey 提交于
      Old: Scopes followed the bound tree, so the outermost scope was within the
      try-catch block synthesized in async MovedNext methods.
      
      New: If the entire try block would be a hoisted local scope, we remove the
      marker node (BoundStateMachineScope) and insert a new one around the
      entire method body.
      
      Upshot: hoisted locals are still in scope when stopped on method closing
      braces.
      af0bf3c6
  38. 09 4月, 2015 1 次提交