Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rescript-lang/rescript-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.2
Choose a base ref
...
head repository: rescript-lang/rescript-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 40 files changed
  • 6 contributors

Commits on Jul 1, 2024

  1. Optimize compare and equal functions (#238)

    * Optimize compare and equal functions
    
    * Changelog
    
    * Add tests
    fhammerschmidt authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    22642ea View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add make and convenience functions for async iterators (#243)

    * add make and convenience functions for async iterators
    
    * changelog
    
    * fix doc examples
    zth authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ddc4a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Int: Add bitwise functions from Pervasives (#245)

    * Int: Add bitwise functions from Pervasives
    
    * Changelog
    
    * Put bitwise functions into their own submodule
    fhammerschmidt authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    98eb2e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. up versions

    zth committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2cdaedf View commit details
    Browse the repository at this point in the history
  2. 1.6.0

    zth committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0de657a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Add Set functions (#247)

    Set.difference
     Set.intersection
     Set.union
     Set.symmetricDifference
     Set.isSubsetOf
     Set.isSupersetOf
     Set.isDisjointFrom
     Set.toArray
    andriijas authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d81863 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. 1.6.1

    zth committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6145690 View commit details
    Browse the repository at this point in the history
  2. fix dataview bindings (#246)

    * fix dataview bindings
    
    * Update CHANGELOG.md
    hackwaly authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    50160e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e230098 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    f042582 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    2410129 View commit details
    Browse the repository at this point in the history
Loading