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: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.103
Choose a base ref
...
head repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.104
Choose a head ref
  • 13 commits
  • 48 files changed
  • 6 contributors

Commits on Nov 20, 2024

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

Commits on Nov 21, 2024

  1. Ignore .DS_Store in git

    ianks committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e432f0c View commit details
    Browse the repository at this point in the history
  2. Add stable API for Ruby 3.4 (#452)

    * Add stable API for Ruby 3.4
    
    * Update CI to test 3.4
    
    * Fix CI
    
    * Fix tool lookup for mswin
    
    * More robust CC tool detection
    ianks authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9013c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Implemented StableApiDefinition::rstring_interned_p methods for Truff…

    …leRuby. (#456)
    
    * Implemented StableApiDefinition::rstring_interned_p.
    
    * Added tests. Also, C is not Rust xD.
    
    * Use ternary.
    
    * A bit more succint.
    
    * Removed file included by my LSP.
    goyox86 authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    61fdb43 View commit details
    Browse the repository at this point in the history
  2. Bump proc-macro2 from 1.0.89 to 1.0.92 (#454)

    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.89 to 1.0.92.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](dtolnay/proc-macro2@1.0.89...1.0.92)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    de0ab79 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Implemented StableApiDefinition::[bignum_positive_p|bignum_negative_p…

    …]. (#461)
    
    * Implemented StableApiDefinition::[bignum_positive_p|bignum_negative_p].
    
    * Avoiding function calls to be on par with macros.
    
    * Review suggestion: Lets implement bignum_negative_p by default using bignum_positive_p.
    
    * Fixing copy/pasta errors.
    goyox86 authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    3f54d0b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Implementing StableApiDefinition RBasic methods for TruffleRuby. (#458)

    * First pass at implementing StableApiDefinition RArray methods for TruffleRuby.
    
    * Tests & tweaks StableApiDefinition RArray methods for TruffleRuby.
    
    * Renamed rbasic_frozen_p to frozen_p and implemented it using bit masking instead of fcalls
    
    * Review Suggestion: Make rbasic_class return Option<NonNull<VALUE>>.
    
    * Reorganizing after rebase.
    goyox86 authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    40146c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Implemented StableApiDefinition::thread_sleep for TruffleRuby. (#457)

    * Implemented StableApiDefinition::thread_sleep.
    
    * Shorter sleep in thread_sleep test.
    goyox86 authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    b932fe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Bump syn from 2.0.87 to 2.0.90 (#459)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.87 to 2.0.90.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.87...2.0.90)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    4da4f97 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    df0e6f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2923e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beaf680 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Bump to v0.9.104

    ianks committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    4a981cb View commit details
    Browse the repository at this point in the history
Loading