1. 18 10月, 2017 1 次提交
  2. 14 10月, 2017 1 次提交
  3. 12 9月, 2017 1 次提交
  4. 06 9月, 2017 1 次提交
  5. 01 9月, 2017 1 次提交
  6. 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
  7. 27 6月, 2017 1 次提交
  8. 17 6月, 2017 1 次提交
  9. 10 6月, 2017 1 次提交
  10. 20 5月, 2017 1 次提交
  11. 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
  12. 12 5月, 2017 1 次提交
  13. 10 5月, 2017 1 次提交
  14. 09 5月, 2017 1 次提交
  15. 14 4月, 2017 1 次提交
  16. 08 4月, 2017 1 次提交
  17. 25 3月, 2017 1 次提交
  18. 22 3月, 2017 1 次提交
  19. 15 3月, 2017 1 次提交
  20. 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
  21. 02 2月, 2017 1 次提交
  22. 06 1月, 2017 3 次提交
  23. 05 1月, 2017 1 次提交
  24. 20 12月, 2016 1 次提交
  25. 23 11月, 2016 1 次提交
  26. 22 11月, 2016 2 次提交
  27. 13 11月, 2016 1 次提交
  28. 11 11月, 2016 1 次提交
  29. 09 11月, 2016 1 次提交
  30. 13 10月, 2016 1 次提交
  31. 06 10月, 2016 4 次提交
  32. 15 9月, 2016 1 次提交
  33. 13 8月, 2016 1 次提交
    • T
      Removes IModule, IAssembly interfaces (#12984) · 19dac14a
      Tomáš Matoušek 提交于
      * CommonPEModuleBuilder refactoring
      
      * Renames
      
      * Use CommonPEModuleBuilder instead of IModule
      
      * Remove IModule
      
      * Move GetFiles to module builder
      
      * Remove IAssembly
      
      * Add comments, PR feedback
      
      * Resolve merge conflicts
      19dac14a