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-native/scala-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: scala-native/scala-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.4
Choose a head ref
  • 16 commits
  • 46 files changed
  • 5 contributors

Commits on Jun 4, 2024

  1. build: Towards 0.5.4

    WojciechMazur authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1a3a8f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7ae868a View commit details
    Browse the repository at this point in the history
  2. improvement [docs]: Switch to the recommend myst sphinx module (#3961)

    fixes were applied to:
    
    - cross reference links
    - formatting
    - figures
    - removal of unnecessary single quotes
    - Plus a bunch of whitespace removal my editor insisted on. Sorry.
    coreyoconnor authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3cf4e9a View commit details
    Browse the repository at this point in the history
  3. fix [javalib]: BaseStream & its split/iterators are now type invariant (

    #3949)
    
    * fix [javalib]: BaseStream & its split/iterators are now type invariant
    * Remove extraneous & distracting comment
    LeeTibbert authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8b1359c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix [javalib]:Fix calculation of initial maximal load of ThreadLocal.…

    …Values table, was incorrectly using the doubled size as a base thus preventing growing the table entry over the INITIAL_SIZE=16 (#3966)
    WojciechMazur authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c7908e3 View commit details
    Browse the repository at this point in the history
  2. fix[javalib]: Corrections & improvements to Files#find, Files#walk, &…

    … Files#walkFileTree methods (#3967)
    
    * fix[javalib]: Corrections & improvements to Files#find, Files#walk, & Files#walkFileTree methods
    * Make test filesWalkFileTreeCanSkipSiblings robust to the os file system element return order
    LeeTibbert authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a965710 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix[javalib]: Runtime#availableProcessors now respects cpuset on smal…

    …l Linux systems (#3969)
    
    * Runtime#availableProcessors now respects cpuset on small Linux systems
    LeeTibbert authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7447df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35bcd28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb627ad View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 24, 2024

  1. fix [nativelib]: Only include delimcc on platforms that support conti…

    …nuations (#3975)
    
    * Only include delimcc on platforms that support continuations
    * Update checks in ContinuationsTest
    JD557 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7fe01b1 View commit details
    Browse the repository at this point in the history
  2. Fix issues when generating scaladoc for javalib using 2.13. Add tests…

    … to CI to ensure correctness
    WojciechMazur committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f60cf6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f9c293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53a3b2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f9721 View commit details
    Browse the repository at this point in the history
Loading