1. 05 10月, 2017 2 次提交
  2. 04 10月, 2017 18 次提交
  3. 03 10月, 2017 6 次提交
    • D
      whitespace cleanup (#3682) · 841dc2c9
      Don Syme 提交于
      841dc2c9
    • E
      Parsing improvements: no reactor, add parsing options, error severity options (#3601) · 4c244da1
      Eugene Auduchinok 提交于
      * Parse without reactor, add parsing options, error severity options
      
      * Revert parsing APIs (fallback to the new ones), fix VFT projects
      
      * Cache parse results after type check
      
      * Add impl files to file check results (#3659)
      
      * add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project
      
      * add ImplementationFiles to FSharpCheckFileResults
      
      * make FSharpImplementationFileContents ctor internal
      
      * throw if ImplementationFiles is called having keepAssemblyContents flag set to false
      
      * add a test
      
      * spelling and cosmetics
      
      * This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd (#3672)
      
      * This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd
      
      * This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd
      
      * Remove ambiguous an irrelevant instruction, improved help and instructions
      
      * Fix a scenario where the return code wasn't nonzero for error conditions, fixes not creating backup dir when not backing up
      
      * add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project (#3657)
      
      * bump FCS version (#3676)
      
      * bump version
      
      * Update RELEASE_NOTES.md
      
      * updates to make tests pass
      
      * restore old behaviour of CheckFileInProjectAllowingStaleCachedResults (builder had been created by ParseFileInProject)
      
      * restore use of CheckFileInProjectAllowingStaleCachedResults
      
      * deprecate test relying on whacky behaviour of deprecated GetCheckResultsBeforeFileInProjectEvenIfStale
      
      * Use ParseFile and FSharpParsingOptions instead of ParseFileInProject
      
      * prepare FCS release with this feature
      4c244da1
    • D
      bump FCS version (#3676) · 88fc6572
      Don Syme 提交于
      * bump version
      
      * Update RELEASE_NOTES.md
      88fc6572
    • V
      add LanguageServiceProfiling project to internals visible to list of... · faf693a1
      Vasily Kirichenko 提交于
      add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project (#3657)
      
      faf693a1
    • A
      This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd (#3672) · 4a1e31b0
      Abel Braaksma 提交于
      * This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd
      
      * This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd
      
      * Remove ambiguous an irrelevant instruction, improved help and instructions
      
      * Fix a scenario where the return code wasn't nonzero for error conditions, fixes not creating backup dir when not backing up
      4a1e31b0
    • V
      Add impl files to file check results (#3659) · 20573b7d
      Vasily Kirichenko 提交于
      * add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project
      
      * add ImplementationFiles to FSharpCheckFileResults
      
      * make FSharpImplementationFileContents ctor internal
      
      * throw if ImplementationFiles is called having keepAssemblyContents flag set to false
      
      * add a test
      
      * spelling and cosmetics
      20573b7d
  4. 29 9月, 2017 1 次提交
  5. 28 9月, 2017 1 次提交
  6. 27 9月, 2017 3 次提交
  7. 26 9月, 2017 5 次提交
  8. 25 9月, 2017 3 次提交
    • D
      update to System.Collections.Immutable 1.3.1 (#3641) · 383e2f65
      Don Syme 提交于
      * update to System.Collections.Immutable 1.3.1
      
      * fixes
      383e2f65
    • A
      Fixing JaroWinkler tests with InvariantCulture and fixing async tests by... · d08a5ff1
      Abel Braaksma 提交于
      Fixing JaroWinkler tests with InvariantCulture and fixing async tests by removing Debugger.Break() (#3627)
      
      * Fixing JaroWinkler tests to use InvariantCulture for number-to-string
      
      * Fixing the crashing of test runners because of a Debugger.Break() in a test
      d08a5ff1
    • A
      Fix build.cmd for certain always-shown errors (like "unable to find registry... · 01eab694
      Abel Braaksma 提交于
      Fix build.cmd for certain always-shown errors (like "unable to find registry key"), improve finding of VS2017 tools, fix DEVGUIDE.md (#3635)
      
      * Fix build.com displaying the following error on each run "ERROR: The system was unable to find the specified registry key or value."
      
      * Remove warning about reg.exe errors introduced in #3614 (in commit b548bd7, but unrelated to that fix), it is no longer necessary.
      
      * Fix #3638, VS2017 Preview installation was not found when VS2017RTM is not installed. Remove comment introduced in #3614 (through commit 966bd7f7)
      01eab694
  9. 23 9月, 2017 1 次提交