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: goboscript/std
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: goboscript/std
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 33 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. feat: std v3

    aspizu committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    7ed4d84 View commit details
    Browse the repository at this point in the history
  2. fix: math errors

    aspizu committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    3286655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7514f3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dc0cee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab3d49a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1daeb15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3904100 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. feat: add base64

    aspizu committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    75fb420 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Configuration menu
    Copy the full SHA
    4909137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d378c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a925aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6da05 View commit details
    Browse the repository at this point in the history
  5. Add bitwise operations, MD5, and SHA-256 implementations with tests

    - Removed redundant bitwise tests and added new tests for NOT and ADD operations.
    - Introduced `bytes.gs` for byte encoding and decoding functions.
    - Implemented `md5.gs` for MD5 hashing functionality.
    - Implemented `sha256.gs` for SHA-256 hashing functionality.
    - Added tests for MD5 and SHA-256 to validate their outputs against known values.
    - Enhanced `resolve_includes` function to support prefix remapping for includes.
    aspizu committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    4ab4d5b View commit details
    Browse the repository at this point in the history
Loading