1. 24 5月, 2022 9 次提交
  2. 20 5月, 2022 4 次提交
  3. 19 5月, 2022 12 次提交
  4. 18 5月, 2022 3 次提交
  5. 16 5月, 2022 2 次提交
  6. 14 5月, 2022 1 次提交
  7. 13 5月, 2022 2 次提交
  8. 12 5月, 2022 1 次提交
    • D
      More cleanup (#13123) · e063dd2a
      Don Syme 提交于
      * fix merge problem
      
      * fix merge problem
      
      * more cleanup
      
      * more cleanup
      
      * improve CheckExpressions
      
      * format
      
      * fix build
      
      * remove ModuleOrNamespaceExprWithSig and put it in CheckedImplFile
      
      * format
      
      * cleanup the cleanup
      e063dd2a
  9. 11 5月, 2022 2 次提交
  10. 10 5月, 2022 1 次提交
    • D
      Organize files under src/fsharp (#13118) · 11347071
      Don Syme 提交于
      * cleanup
      
      * split files
      
      * rename
      
      * split infos.fs and SymbolHelpres.fs
      
      * split infos.fs and SymbolHelpres.fs
      
      * fix code formating
      
      * rename autobox --> LowerLocalMutables
      
      * adjust names
      
      * block --> ImmutableArray
      
      * format
      
      * Error --> SRDiagnostic
      
      * Error --> SRDiagnostic
      
      * this -> _
      
      * rename and cleanup
      
      * rename Diagnostic --> FormattedDiagnostic
      
      * format sigs
      
      * format sigs
      
      * organise files in src/fsharp
      
      * organise files in src/fsharp
      
      * fix build
      
      * fix build
      
      * fix build
      
      * merge
      
      * move more files
      
      * move more files
      
      * move more files
      
      * move more files
      
      * fix build
      
      * file reorg
      
      * finish moves
      
      * fix links in docs
      
      * code format
      
      * fix build
      
      * save xlf, InteractiveSession/ --> Interactive/
      
      * moved xlf
      
      * cleanup .gitignore
      
      * fixed Linux build
      
      * cleanup docs
      
      * cleanup docs
      11347071
  11. 09 5月, 2022 3 次提交
    • D
      Cleanup (#13113) · 7f912e2c
      Don Syme 提交于
      * cleanup
      
      * split files
      
      * rename
      
      * split infos.fs and SymbolHelpres.fs
      
      * split infos.fs and SymbolHelpres.fs
      
      * fix code formating
      
      * rename autobox --> LowerLocalMutables
      
      * adjust names
      
      * block --> ImmutableArray
      
      * format
      
      * Error --> SRDiagnostic
      
      * Error --> SRDiagnostic
      
      * this -> _
      
      * rename and cleanup
      
      * rename Diagnostic --> FormattedDiagnostic
      
      * format sigs
      
      * format sigs
      
      * fix build
      
      * fix build
      7f912e2c
    • D
      [main] Update dependencies from dotnet/arcade (#13111) · 4cabd184
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/arcade
      
      
       - Update global.json
      4cabd184
    • V
      Add tests for consuming statics in interfaces (#13097) · d9535629
      Vlad Zarytovskii 提交于
      * Upgraded Roslyn and VS packages + added tests for consuming statics in interfaces
      
      * Skip abstract statics test on non-netcore
      
      * Fix path to csc
      
      * Reverted roslyn version to 4.2.*
      d9535629