1. 23 1月, 2018 2 次提交
    • E
      Override ToString in FSharpSymbolUse (#4226) · daf9b9ef
      Eugene Auduchinok 提交于
      * Override ToString in FSharpSymbolUse
      
      * Use %O in format string
      daf9b9ef
    • D
      [CompilerPerf] make tuples support Item* with warning (#4034) · 52391ed7
      Don Syme 提交于
      * make tuples support Item* with warning
      
      * add deactivated tests for struct tuple
      
      * proper return types for Rest, prototype ctors
      
      * fix SRTP
      
      * fix tests
      
      * fix tests
      
      * add more protection
      
      * improve code for decompiling types
      
      * fix unit tests
      
      * don't rebuild
      
      * make infos systematic to reduce use of tcrefOfAppTy
      
      * update test cases
      
      * fix build
      
      * update test cases
      
      * bump FCS version consistently
      
      * use consistent names
      
      * code review
      52391ed7
  2. 21 1月, 2018 1 次提交
  3. 20 1月, 2018 1 次提交
  4. 19 1月, 2018 2 次提交
  5. 17 1月, 2018 3 次提交
  6. 16 1月, 2018 3 次提交
  7. 05 1月, 2018 1 次提交
  8. 03 1月, 2018 1 次提交
  9. 23 12月, 2017 1 次提交
  10. 22 12月, 2017 5 次提交
  11. 20 12月, 2017 1 次提交
  12. 19 12月, 2017 2 次提交
  13. 18 12月, 2017 2 次提交
  14. 17 12月, 2017 4 次提交
  15. 16 12月, 2017 4 次提交
  16. 15 12月, 2017 1 次提交
  17. 13 12月, 2017 1 次提交
  18. 12 12月, 2017 3 次提交
  19. 11 12月, 2017 1 次提交
  20. 10 12月, 2017 1 次提交
    • V
      Notify nameresenv about partially checked namespaces or modules (#4012) · 37fc87c9
      Vasily Kirichenko 提交于
      * notify nameresenv about partially checked namespaces or modules
      
      * notify nenv about partially checked namespaces in qualified type hints
      
      * update tests
      
      * fix a test
      
      * filter out module or namespace uses duplicates from captured nres
      
      * use range instead of end pos for better hashing
      
      * do not simplify open statements (refixed)
      37fc87c9