1. 06 9月, 2017 1 次提交
  2. 11 8月, 2017 1 次提交
    • T
      Enable embedding sources to Windows PDBs (#21391) · 1c1fbc6b
      Tomáš Matoušek 提交于
      * Compare lines instead of using AssertXml when validating PDBs.
      
      AssertXml doesn't validate ordering.
      
      * Reorder expected PDB XML nodes to match actual order
      
      * Update to the latest Microsoft.DiaSymReader.* packages.
      
      * Enable embedding sources to Windows PDBs
      1c1fbc6b
  3. 29 6月, 2017 1 次提交
  4. 27 6月, 2017 1 次提交
  5. 17 6月, 2017 1 次提交
  6. 10 6月, 2017 1 次提交
  7. 20 5月, 2017 1 次提交
  8. 19 5月, 2017 2 次提交
    • J
      Fix subtle issue around path separators · 305d62b7
      Jared Parsons 提交于
      305d62b7
    • J
      Emitted pdb path should respect PathMap · b66f68c4
      Jared Parsons 提交于
      The PDB path which is written into the PE file should respect the
      `/pathmap` option passed to the compiler.  This is necessary to ensure
      that PEs can be deterministic when built from different source paths.
      
      The feature flag `pdb-path-determinism` is being kept for the time
      being.  Even though it's a feature flag it still seems inappropriate to
      break customers in a point release.  Deferring the removal until the
      next major release to give customers time to react.  This issue tracks
      removing the flag:
      
      https://github.com/dotnet/roslyn/issues/19592
      
      closes #9813
      b66f68c4
  9. 13 5月, 2017 1 次提交
  10. 12 5月, 2017 1 次提交
  11. 10 5月, 2017 1 次提交
  12. 09 5月, 2017 1 次提交
  13. 14 4月, 2017 1 次提交
  14. 08 4月, 2017 1 次提交
  15. 07 4月, 2017 1 次提交
  16. 30 3月, 2017 1 次提交
    • H
      second step on separating IOperation from BoundTree. · 63979260
      Heejae Chang 提交于
      this doesn't replace or change anything yet, just bunch of Operation types for next step.
      
      next step is creating CSharp/VBFactory which return these Operation type and replace callsite that return bound node with this.
      
      after that, I will create xml/generator from Operation.xml.Generated.cs which can produce Operation.xml.Generated.cs
      63979260
  17. 28 3月, 2017 1 次提交
  18. 25 3月, 2017 1 次提交
  19. 22 3月, 2017 1 次提交
  20. 17 3月, 2017 1 次提交
  21. 15 3月, 2017 1 次提交
  22. 10 3月, 2017 1 次提交
  23. 09 3月, 2017 3 次提交
  24. 03 2月, 2017 1 次提交
    • T
      2496 bad arg exception message (#16635) · 60f33499
      Ty Overby 提交于
      * remove no-arg-constructors for ArgumentException from compiler
      
      * fix all `new ArgumentException(nameof(paramname))` instances.
      
      * update error
      60f33499
  25. 02 2月, 2017 1 次提交
  26. 06 1月, 2017 3 次提交
  27. 05 1月, 2017 1 次提交
  28. 20 12月, 2016 1 次提交
  29. 23 11月, 2016 1 次提交
  30. 22 11月, 2016 2 次提交
  31. 13 11月, 2016 1 次提交
  32. 11 11月, 2016 2 次提交
  33. 10 11月, 2016 1 次提交