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

Commits on Mar 31, 2026

  1. Remove cls member from mrbc_method struct.

    HirohitoHigashi
    HirohitoHigashi committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    14e720d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Implement method lookup using binary search.

    HirohitoHigashi
    HirohitoHigashi committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    33f241c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187d659 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Fix memory corruption when initializing NoMethodClass.

    HirohitoHigashi
    HirohitoHigashi committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    56c8364 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. refactoring.

    HirohitoHigashi
    HirohitoHigashi committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    7c3927e View commit details
    Browse the repository at this point in the history
Loading