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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b166bc88a1b
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9567d0ccc99
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 30, 2016

  1. Copy the full SHA
    4b95c69 View commit details
  2. [Truffle] There's no need to force_encoding in Array#pack.

    While this may have had value with ByteLists, it seems to just duplicate work for Ropes. Moreover, StringSupport.force_encoding is a slow-path helper, so we should avoid it on fast paths if possible.
    nirvdrum committed Jan 30, 2016
    Copy the full SHA
    a9567d0 View commit details
Loading