1. 02 10月, 2015 1 次提交
  2. 22 9月, 2015 1 次提交
    • T
      This cleans up the Roslyn Code Base. · deee04e4
      Tanner Gooding 提交于
      * This updates all references to nuget.exe to use the copy in the root.
      * This deletes all NuGet.config and NuGet.exe files that are not in the root.
      * This removes all references to NuGet.targets (which is obsolete and no longer exists)
      deee04e4
  3. 18 9月, 2015 2 次提交
  4. 17 9月, 2015 1 次提交
  5. 12 9月, 2015 1 次提交
  6. 05 9月, 2015 1 次提交
  7. 03 9月, 2015 1 次提交
  8. 27 8月, 2015 1 次提交
  9. 26 8月, 2015 3 次提交
  10. 22 8月, 2015 1 次提交
  11. 19 8月, 2015 8 次提交
  12. 18 8月, 2015 2 次提交
  13. 12 8月, 2015 1 次提交
  14. 11 8月, 2015 1 次提交
  15. 24 7月, 2015 2 次提交
  16. 16 7月, 2015 1 次提交
  17. 15 7月, 2015 2 次提交
  18. 14 7月, 2015 1 次提交
  19. 09 7月, 2015 1 次提交
  20. 02 7月, 2015 1 次提交
  21. 27 6月, 2015 1 次提交
    • A
      Move solutions into the root directory · 13b4e9d4
      Andy Gocke 提交于
      It's confusing for new users to have the Roslyn solutions nested
      inside the src/ directory and there's really no good reason those where
      there in the first place. This moves them to the root directory, except
      for the Toolset.sln solution, which is only for building Roslyn in CI
      scenarios and has been moved to the build/ directory.
      13b4e9d4
  22. 23 5月, 2015 1 次提交
  23. 15 5月, 2015 1 次提交
  24. 18 4月, 2015 1 次提交
    • S
      Create a System.Runtime.InteropServices.Analyzers project · 55ca82ff
      Srivatsn Narayanan 提交于
      Three rules related to PInvokes are being moved here (CA1060, CA1401, CA2101).
      
      The rules are fairly straightforward and dont branch out into C#\VB. The fixer for CA2101 needs to be able to fix DeclareSub statements in VB and needs language specific dlls.
      55ca82ff
  25. 07 4月, 2015 1 次提交
  26. 19 3月, 2015 1 次提交
  27. 15 3月, 2015 1 次提交
    • A
      # This is a combination of 3 commits. · 027a4457
      Andy Gocke 提交于
      # The first commit's message is:
      Move csc2/vbc2 logic into csc/vbc behind '/shared' flag
      
      This change adds support for the '/shared' flag to csc/vbc, which indicates
      to the command line compiler that it should attempt to use the compiler server.
      
      This change doesn't yet delete the csc2 and vbc2 binaries to preserve compatibility
      for our partners until they have a change to switch to the new API.
      
      # The 2nd commit message will be skipped:
      
      #	Address CR comments
      
      # The 3rd commit message will be skipped:
      
      #	More CR comments
      027a4457