1. 10 4月, 2016 2 次提交
  2. 19 2月, 2016 1 次提交
  3. 18 2月, 2016 1 次提交
  4. 22 1月, 2016 1 次提交
  5. 12 12月, 2015 5 次提交
  6. 10 12月, 2015 2 次提交
  7. 08 12月, 2015 1 次提交
  8. 02 12月, 2015 1 次提交
  9. 17 11月, 2015 1 次提交
  10. 31 10月, 2015 2 次提交
  11. 30 10月, 2015 1 次提交
  12. 23 10月, 2015 1 次提交
  13. 17 9月, 2015 1 次提交
  14. 04 8月, 2015 1 次提交
    • D
      File renamings and code cleanup · ae910eec
      Don Syme 提交于
      This is a pass of cleanup that renames some files to get rid of most cryptic abbreviations like "csolve", and does some other code cleanup and documentation too.
      
        - commenting in "detuple.fs"
        - removing ExtensibleDumper.fs which is an old adhoc debug mechanism barely used in the codebase
        - removing some dead code in fsc.fs (some code was already duplicated in fscmain.fs too!)
        - renaming check.{fs,fsi} --> PostInferenceChecks.{fs,fsi}
        - renaming tc.{fs,fsi} --> TypeChecker.{fs,fsi}
        - renaming opt.{fs,fsi} --> Optimizer.{fs,fsi}
        - renaming est.{fs,fsi} --> ExtensionTyping.{fs,fsi}
        - renaming build.{fs,fsi} --> CompileOps.{fs,fsi}
        - renaming fscopts.{fs,fsi} --> CompileOptions.{fs,fsi}
        - moving the option parser to CompileOptions.fs (where it belongs!)
        - marking some record types as RequireQualifiedAccess (to give better errors when editing the compiler)
        - removed a whole bunch of semicolons
        - removed some old debugging output (verboseStamps etc.)
      
      closes https://github.com/Microsoft/visualfsharp/pull/357
      
      commit 5e692365e8fb01f279aa7836dbd3e4d6e96fff0c
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Mon Aug 3 14:09:33 2015 +0100
      
          restore code that should not have been removed
      
      commit 7e8eda59c2929b2cfc55f24a7c96cec28994e892
      Author: latkin <latkin@microsoft.com>
      Date:   Fri Jul 31 18:15:49 2015 -0700
      
          Fix expected text in Watson test
      
      commit 248a14c766e48e42e8c6c354ba28eaaaba650ac6
      Merge: 4767d5b dd8252eb
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Thu Jul 9 16:42:28 2015 +0100
      
          integrate & merge with latest HEAD
      
      commit 4767d5b506b3023de5e172b4dd636cbbd726873d
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 17:25:23 2015 +0200
      
          update to force appveyor
      
      commit 0600f3eff57b1a378bb888ae52156d7eee9f53ce
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 16:52:21 2015 +0200
      
          update to force appveyor
      
      commit 02c6c6cb2659b9b37e99066f9517ad00bb697702
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 16:38:12 2015 +0200
      
          update to fix build
      
      commit 877a1d2083328bbc0f6e65626ebd22a7da05f568
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 16:30:50 2015 +0200
      
          update to fix build
      
      commit dd886be184867f7ee404bd3aa7b2f45480702186
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 14:03:02 2015 +0200
      
          update to fix build
      
      commit 4f73a2b1363a1dd1d9ba1e72d6eb856a50cf078b
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 13:46:02 2015 +0200
      
          update proto (4)
      
      commit 5430936c1deae5258f3ba5d393435b12619752cf
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 13:44:10 2015 +0200
      
          update to fix build
      
      commit 93d94c9918886a7a555e514287d84139f9acd915
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 13:35:15 2015 +0200
      
          update proto ()
      
      commit 77fa7acf7d4eacb8602a0e61ef130a3482ca85c6
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 13:31:35 2015 +0200
      
          update proto and renamings
      
      commit 8797a81bfc8009412d6875b9091b9cb786e785ba
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 13:05:09 2015 +0200
      
          integrate cleanup with  fsharp4 (2)
      
      commit 31777c7fbf0f8e59fd8ef8967b618ecf76aa2b7b
      Merge: c6ffdb62 bb09bb3
      Author: Don Syme <donsyme@fastmail.fm>
      Date:   Fri Apr 10 12:43:00 2015 +0200
      
          integrate cleanup with  fsharp4
      
      commit bb09bb38641fc19a2e520930ab655a047341808b
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Mon Dec 1 09:53:04 2014 +0000
      
          remove more semicolons in ilwrite.fs
      
      commit a3ca1554da44bbd3563aa727d1e75f7f5ad1596e
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sun Nov 30 20:23:14 2014 +0000
      
          code cleanup inn ilwrite.fs and il.fs
      
      commit f2e301e85ded692434319b09e69250eca7a37c26
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sun Nov 30 15:54:21 2014 +0000
      
          cleanup and rename build.fs and fscopts.fs
      
      commit 20cb9b0bf32d01cce556e37edee1ab075051c4a5
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sun Nov 30 00:19:12 2014 +0000
      
          make some more functions into members in tast.fs
      
      commit ddadb30cd4dea8649464a3ca461a516dd0e89b16
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sat Nov 29 23:31:17 2014 +0000
      
          additional cleanup in tast.fs (2)
      
      commit 662d87c9ac87ac6e8aaf0e3694653585c722d3fc
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sat Nov 29 23:25:14 2014 +0000
      
          additional cleanup and comments in tast.fs
      
      commit a27f527bc5f13ac561dc9b6ac7c880b17f6df7c2
      Merge: 79b8293 4f943472
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sat Nov 29 20:37:10 2014 +0000
      
          Merge branch 'master' of https://git01.codeplex.com/visualfsharp into master-cleanup-1
      
      commit 79b8293c6c0b48482de3d7b208489f2ce9c9ec9d
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Sat Nov 29 20:35:26 2014 +0000
      
          code cleanup and file rename
      ae910eec
  15. 25 4月, 2015 1 次提交
  16. 17 3月, 2015 1 次提交
  17. 28 2月, 2015 1 次提交
  18. 11 2月, 2015 1 次提交
    • G
      Swap AppVeyor badge · da4009c3
      George Hahn 提交于
      Swap AppVeyor badge for one from http://shields.io/ to match the PR and issue badges.
      
      I didn't see any minimum bar for doc changes; sorry if I missed it.
      Conflicts:
      	README.md
      da4009c3
  19. 07 2月, 2015 1 次提交
  20. 05 2月, 2015 1 次提交
    • L
      Port over AppVeyor support to master branch · 9ebdb050
      latkin 提交于
      fixes #210
      closes #211
      
      commit 9a1fed611d6438635e8e745a9817b197b6659ed1
      Author: latkin <latkin@microsoft.com>
      Date:   Tue Feb 3 19:37:01 2015 -0800
      
          Removing blank line causing surface area test to fail
      
      commit c2366b220bf36a78fb2f4de801ee1c9f7d93655b
      Author: latkin <latkin@microsoft.com>
      Date:   Tue Feb 3 18:17:54 2015 -0800
      
          Only use 12.0 msbuild for master branch
      
      commit e3d83a95d1180fdc7dbcad0094f0c3e4c592459b
      Author: latkin <latkin@microsoft.com>
      Date:   Tue Feb 3 18:12:44 2015 -0800
      
          Update branch in appveyor status badge
      
      commit 56fc7c7d5a37acf894de4f679f90ef3599671b72
      Author: latkin <latkin@microsoft.com>
      Date:   Thu Jan 29 10:04:11 2015 +0000
      
          Port over AppVeyor support to master branch
      9ebdb050
  21. 31 1月, 2015 3 次提交
  22. 29 1月, 2015 1 次提交
  23. 17 1月, 2015 1 次提交
  24. 15 1月, 2015 1 次提交
    • D
      Move content from wiki to CONTRIBUTING.md · a56c84bc
      dungpa 提交于
      commit 0b4678fb204e571f48b14d0afe72cf323b8eebec
      Author: dungpa <phananhdung309@yahoo.com>
      Date:   Wed Jan 14 00:02:49 2015 +0100
      
          Correct links in README
      
      commit 57bfb3c9b9d9e755126739c1401cb291c8930e32
      Author: dungpa <phananhdung309@yahoo.com>
      Date:   Wed Jan 14 00:01:11 2015 +0100
      
          Copy the contributing guideline from wiki
      a56c84bc
  25. 13 1月, 2015 1 次提交