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: scala/scala3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: scala/scala3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 178 files changed
  • 5 contributors

Commits on Aug 19, 2025

  1. Port Capture-checked Scala 2 collections (#23769)

    New final class `collection.immutable.LazyListIterable[A]`, implements
    Iterable and IterableOps. `LazyList` and `Stream` are not
    capture-checked. Note added to `LazyList`.
    
    ---------
    
    Co-authored-by: Yichen Xu <yichen.x@outlook.com>
    natsukagami and Linyxus authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    1f13619 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Check conformance to caps.Pure upper bound only under cc (#23784)

    This is necessary to ensure source compatibility of the capture checked
    stdlib.
    odersky authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    1c79148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51207b8 View commit details
    Browse the repository at this point in the history
  3. Tag Develocity build scans published from nightly builds (#23785)

    [skip ci]
    
    Worked out with @hamzaremmal at Scala Days!
    hamzaremmal authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    17ba653 View commit details
    Browse the repository at this point in the history
Loading