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: sjrd/scala-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4403864
Choose a base ref
...
head repository: scala-js/scala-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 289a5e1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on May 31, 2025

  1. Add missing cases in Printers for {Int,Long}_clz.

    This was forgotten in f414dae.
    sjrd committed May 31, 2025
    Configuration menu
    Copy the full SHA
    1830051 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Opt: Recognize non-nullabe RT long as subtype of LongType

    Discovered while working on scala-js#5077. This allows to remove unnecessary
    unboxes and unlocks more inlining.
    gzm0 committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    0c68950 View commit details
    Browse the repository at this point in the history
  2. Merge pull request scala-js#5187 from sjrd/fix-ir-printer-clz

    Add missing cases in `Printers` for `{Int,Long}_clz`.
    gzm0 authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    862e0d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge pull request scala-js#5189 from gzm0/long-subtype

    Opt: Recognize non-nullabe RT long as subtype of LongType
    sjrd authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    289a5e1 View commit details
    Browse the repository at this point in the history
Loading