1. 23 10月, 2015 1 次提交
  2. 17 10月, 2015 1 次提交
  3. 10 10月, 2015 2 次提交
    • J
      Test updates · 03df3ea4
      Jared Parsons 提交于
      03df3ea4
    • J
      Make foreground thread scheduling predictable · 1c480f57
      Jared Parsons 提交于
      This change makes foreground scheduling code predictable in the IDE
      tests.  Instead of using a static to hold the data we use instance
      values.  The static data the instance values are populated from are not
      100% predictable but far more so than they used to be.
      1c480f57
  4. 09 10月, 2015 1 次提交
  5. 06 10月, 2015 1 次提交
  6. 02 10月, 2015 1 次提交
  7. 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
  8. 18 9月, 2015 2 次提交
  9. 17 9月, 2015 1 次提交
  10. 12 9月, 2015 1 次提交
  11. 05 9月, 2015 1 次提交
  12. 03 9月, 2015 1 次提交
  13. 27 8月, 2015 1 次提交
  14. 26 8月, 2015 3 次提交
  15. 22 8月, 2015 1 次提交
  16. 19 8月, 2015 8 次提交
  17. 18 8月, 2015 2 次提交
  18. 12 8月, 2015 1 次提交
  19. 11 8月, 2015 1 次提交
  20. 24 7月, 2015 2 次提交
  21. 16 7月, 2015 1 次提交
  22. 15 7月, 2015 2 次提交
  23. 14 7月, 2015 1 次提交
  24. 09 7月, 2015 1 次提交
  25. 02 7月, 2015 1 次提交
  26. 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