1. 23 2月, 2018 1 次提交
  2. 12 12月, 2017 1 次提交
  3. 29 11月, 2017 1 次提交
  4. 21 11月, 2017 1 次提交
  5. 16 11月, 2017 1 次提交
  6. 29 8月, 2017 1 次提交
  7. 26 7月, 2017 1 次提交
  8. 25 7月, 2017 1 次提交
    • V
      Project cache size option (#3330) · 8677bd9c
      Vasily Kirichenko 提交于
      * add option to disable in-memory cross-project references
      
      * fix build
      
      * add "Language Service Performance" option page
      
      * (wip) add "Project Check Cache Size" option
      
      * pass Settings.LanguageServicePerformance.ProjectCheckCacheSize to FSharpChecker.Create
      
      * address the code review
      
      * rename property page, validate project check cache size
      8677bd9c
  9. 18 7月, 2017 1 次提交
  10. 15 7月, 2017 1 次提交
    • V
      Project cache size option (#3330) · 2b6da850
      Vasily Kirichenko 提交于
      * add option to disable in-memory cross-project references
      
      * fix build
      
      * add "Language Service Performance" option page
      
      * (wip) add "Project Check Cache Size" option
      
      * pass Settings.LanguageServicePerformance.ProjectCheckCacheSize to FSharpChecker.Create
      
      * address the code review
      
      * rename property page, validate project check cache size
      2b6da850
  11. 02 6月, 2017 1 次提交
  12. 09 5月, 2017 1 次提交
    • D
      import remaining FCS code (#2951) · de67934a
      Don Syme 提交于
      * import remaining FCS code
      
      * add missing files
      
      * fix some parts of build
      
      * more FCS integration work
      
      * build fcs.dll and vs targets
      
      * revert changes to proj files
      
      * update sig files
      
      * various cleanup items
      
      * simplify #ifs
      
      * fix various tests
      
      * enable scripting testing
      
      * fix build
      
      * fix build
      
      * fix tests and build
      
      * fix tests and build
      
      * fix build
      
      * fix tests
      
      * fix tests
      
      * add diagnostic and fix coreclr build
      
      * fix printing tests
      
      * test updates
      
      * improve error logging
      
      * integrate visualfsharp master
      
      * dependency files
      
      * proj file
      
      * dependency files
      
      * fix build
      
      * fix fsi.exe in GUI mode
      
      * add end of line to source text if needed as before
      
      * fix many tests
      
      * fix remaining tests
      
      * better strong name logic to fix final test
      
      * reinstate all strong names
      
      * fix last tests
      
      * fix last test again
      de67934a
  13. 20 4月, 2017 1 次提交
  14. 18 4月, 2017 1 次提交
    • V
      Enable Symplify Name analyzer (#2824) · f3e952cb
      Vasily Kirichenko 提交于
      * enable Symplify name analyzer, fix it on splice operator
      
      * add "Code Fixes" option page with "Simplify Name" checkbox on it
      
      turn on and off SimplifyNameDiagnosticAnalyzer according to settings
      f3e952cb
  15. 15 4月, 2017 1 次提交
    • J
      Settings store and Text Editor option pages (#2805) · 9a6ac3da
      Jakub Majocha 提交于
      * settings store and editor options
      
      * show CLIMutable record use, guid constants
      
      * saner composition
      
      * fix CompletionProvider tests
      
      * fix public surface area
      
      * localization
      
      * move xaml into separate project
      
      * updated vsintegration readme
      
      * correct type in change handler
      
      * use Newtonsoft's PopulateObject for cheap schema evolution
      
      * cleanup added project
      
      * Revert "cleanup added project"
      
      This reverts commit 163ebdaabc0d3b206fc436b0b47a622f91e20658.
      
      * cleanup, another attempt
      9a6ac3da