1. 15 9月, 2020 1 次提交
  2. 26 8月, 2020 2 次提交
  3. 21 8月, 2020 2 次提交
  4. 01 8月, 2020 1 次提交
  5. 19 6月, 2020 1 次提交
  6. 16 6月, 2020 1 次提交
  7. 15 6月, 2020 1 次提交
  8. 12 6月, 2020 1 次提交
  9. 09 6月, 2020 1 次提交
  10. 05 6月, 2020 1 次提交
  11. 04 6月, 2020 1 次提交
  12. 03 6月, 2020 1 次提交
  13. 31 5月, 2020 1 次提交
  14. 30 5月, 2020 2 次提交
  15. 27 5月, 2020 2 次提交
  16. 23 5月, 2020 1 次提交
  17. 21 5月, 2020 1 次提交
  18. 03 5月, 2020 1 次提交
  19. 01 5月, 2020 1 次提交
  20. 18 4月, 2020 1 次提交
  21. 17 4月, 2020 1 次提交
  22. 07 4月, 2020 1 次提交
  23. 26 3月, 2020 2 次提交
    • D
      documentation and code cleanup (#8795) · 916dcf6d
      Don Syme 提交于
      * document AbstractSyntax.fs and whitespace cleanup and line splitting
      
      * whitespace cleanup
      916dcf6d
    • D
      code cleanup (#8782) · 78bb83ac
      Don Syme 提交于
      * cleanup ast.fs and pars.fsy
      
      * cleanup ast.fs and pars.fsy
      
      * code review
      
      * minor cleanup
      
      * more cleanup: ast.fs --> AbstractSyntax.fs and AbstractSyntaxOps.fs
      
      * SequencePoint --> DebugPoint within F# compiler
      
      * simplify names for DebugPoint*
      78bb83ac
  24. 24 3月, 2020 1 次提交
  25. 18 3月, 2020 1 次提交
    • W
      Default interface member consumption (#8628) · 91bd7dae
      Will Smith 提交于
      * Starting porting DIM consumption work
      
      * Fixing lang support
      
      * Compiles
      
      * Fixing up lang feature support
      
      * Starting to port tests
      
      * Some tests pass
      
      * More tests passing
      
      * Remove flags
      
      * Added infra to test IVT
      
      * Trying to fix more tests
      
      * Remove dead code
      
      * One more test remaining
      
      * Fix test
      
      * Fix ordering in FCS
      
      * Minor comment change
      
      * Update LanguageFeatures.fs
      
      * Get rid of minor format
      
      * Feedback changes in MethodOverrides.fs
      
      * Removed RequiredSlotFlags
      
      * Fixing build
      
      * Added more static interface method tests. Fixing tests.
      
      * Removed IsDefaultInterfaceMethod
      
      * Almost refactored overrides
      
      * A bit better querying for most specific impls
      
      * Final feedback changes
      
      * More optimizations
      
      * Minor formatting
      
      * Added a failing test
      
      * Going to import overrides declaring type
      
      * Accounting for method shadowing
      
      * Fixing tests
      91bd7dae
  26. 07 2月, 2020 1 次提交
  27. 05 2月, 2020 1 次提交
    • C
      cross-platform wrapper around memory-backed memorymappedfile creation (#8403) · ff20f70d
      Chet Husk 提交于
      * cross-platform wrapper around memory-backed memorymappedfile creation
      
      * reenable FCS tests on non-windows platforms
      
      * publish test results on non-windows platforms
      
      * ensure correct .net sdk versions are installed regardless of VM image preloads
      
      * simple workaround for missing mscorlib versions to TFMs
      
      * publish per-framework xml results and report them in AZDO
      
      * rework mono fixes to use ByteArrayMemory directly
      
      * move runningOnMono call to bytes.fs and patch up callsites
      
      * revert to build-only on mono-containing platforms
      
      another MR will be required to fix the underlying logic before those can be changed to run tests again
      
      * trigger ci
      ff20f70d
  28. 23 1月, 2020 1 次提交
    • W
      Slicing and copying on ByteMemory should not throw if length is zero (#8282) · d35b0e9d
      Will Smith 提交于
      * Slicing and copying on ByteMemory should not throw if length is zero
      
      * Added slice count check
      
      * Changed length check on stream creation
      
      * Remove empty
      
      * Minor format change
      
      * Check length before using AsStream
      
      * Remove exception throwing from creating a stream
      
      * Added checkCount
      
      * Remove checkReadCount
      d35b0e9d
  29. 22 1月, 2020 1 次提交
  30. 21 1月, 2020 2 次提交
  31. 20 1月, 2020 1 次提交
    • W
      Remove Finalize on obj holder for RawByteMemory (#8237) · b7a3bf87
      Will Smith 提交于
      * Remove Finalize on obj holder for RawByteMemory as memory mapped files use a safe handler.
      
      * Removed Finalize from SafeUnamanagedMemoryStream as it is an impl detail for viewing RawByteMemory as a stream
      
      * Remove new
      
      * Update bytes.fs
      b7a3bf87
  32. 19 1月, 2020 1 次提交
  33. 17 1月, 2020 1 次提交
  34. 15 1月, 2020 1 次提交
    • W
      Remove ILGlobals dependency on ILMetadataReader (#8041) · 0962ff14
      Will Smith 提交于
      * First step to get rid of ilglobals
      
      * Added ILScopeRef.PrimaryAssembly
      
      * almost
      
      * Fixed
      
      * Fixing build
      
      * Revert ilwrite changes from last commit
      
      * some cleanup
      
      * Trying to fix build
      
      * Trying to fix build
      
      * Adjusting a few cases that use QualifiedName
      
      * Refactor a bit on normalize
      
      * Some cleanup
      
      * Put ctok in local function
      
      * Minor touch up for ILScopeRef matching
      
      * Do not need this function anymore
      
      * Remove ILGlobals dep on getNameOfScopeRef
      
      * Added possiblePrimaryAssemblyRefs
      
      * Fixed build
      
      * Hopefully this fixes the build
      
      * Added EqualsIgnoringVersion to ILAssemblyRef
      
      * Added RemapAssemblyRef
      
      * Use EqualsIgnoringVersion on primaryAssemblyRef check in remap
      
      * Cleanup
      
      * nit style feedback changes
      
      * Removed RemapAssemblyRef. Added stamp that ignores version.
      
      * Fixed build
      
      * Minor format change
      
      * minor name refactoring
      
      * minimizing diff
      0962ff14