1. 18 8月, 2018 1 次提交
  2. 09 8月, 2018 1 次提交
  3. 07 8月, 2018 1 次提交
  4. 20 6月, 2018 1 次提交
  5. 15 6月, 2018 1 次提交
  6. 02 6月, 2018 1 次提交
  7. 30 5月, 2018 1 次提交
  8. 26 5月, 2018 1 次提交
  9. 25 5月, 2018 1 次提交
  10. 19 5月, 2018 1 次提交
  11. 17 5月, 2018 1 次提交
  12. 10 5月, 2018 1 次提交
  13. 28 4月, 2018 1 次提交
  14. 26 4月, 2018 1 次提交
  15. 17 4月, 2018 1 次提交
  16. 14 4月, 2018 1 次提交
  17. 12 4月, 2018 1 次提交
  18. 07 4月, 2018 1 次提交
  19. 04 4月, 2018 1 次提交
  20. 30 3月, 2018 1 次提交
  21. 28 3月, 2018 1 次提交
  22. 21 3月, 2018 1 次提交
  23. 20 3月, 2018 1 次提交
  24. 16 3月, 2018 2 次提交
  25. 15 3月, 2018 2 次提交
  26. 13 3月, 2018 1 次提交
  27. 10 3月, 2018 2 次提交
  28. 08 3月, 2018 1 次提交
  29. 07 3月, 2018 3 次提交
  30. 06 3月, 2018 1 次提交
    • A
      Add tests for blocking issues (#25180) · 92eb099f
      Andy Gocke 提交于
      This includes tests for
      
      - Language version checks for ref in for & foreach
      - Additional tests around unary plus and ref assignment expressions
      - Tests for ?., IDisposable, and ref assignment expressions
      - Additional semantic model tests
      - Additional IOperation tests
      
      These are the blocking issues identified for the test plan https://github.com/dotnet/roslyn/issues/22466
      92eb099f
  31. 02 3月, 2018 1 次提交
    • D
      Enable Arm64 targetting through workaround · e65a6c58
      David Wrighton 提交于
      - Update pe writer to not rely on updated System.Reflection.Metadata for arm64 support
        - Instead of using System.Reflection.Metadata support, write the PE as x64, and then
          modify it to have the correct machine.
      - Add support for determistic PE generation with Arm64 platform
        - ensure that the hash used for timedatestamp is based on the contents with the Arm64 pe flag set
      - Update resources to describe arm64 as a viable platform switch
      e65a6c58
  32. 28 2月, 2018 1 次提交
  33. 24 2月, 2018 1 次提交
    • O
      Support unmanaged constraint (#24817) · eabb4a09
      Omar Tawfik 提交于
      * Source changes for unmanaged (PROTOTYPE for metadata)
      
      * Modreqs for unmanaged as well
      
      * Finished roundtripping metadata
      
      * Added more tests
      
      * Fix CI
      
      * More tests
      
      * Clean up
      eabb4a09
  34. 23 2月, 2018 2 次提交