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: jruby/jruby
base: a7c5eb963e88
Choose a base ref
...
head repository: jruby/jruby
compare: 40a760e4822c
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    1e55ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58a0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd5e938 View commit details
    Browse the repository at this point in the history
  4. [refactor] RubyString's (each) enumerate internals

    use Java array directly when appropriate
    more importantly avoid `newBlankArray` - might have led to an
    invalid array size since the result length isn't really known
    kares committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    61cf959 View commit details
    Browse the repository at this point in the history
  5. [refactor] review String dup-ing on each_xxx with MRI

    ... also revisited/deprecated some unused 19-suffix methods
    kares committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    40a760e View commit details
    Browse the repository at this point in the history