Navigation Menu

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: d211f193822b
Choose a base ref
...
head repository: jruby/jruby
compare: 33312cbdbb8d
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 5, 2015

  1. Cleaned up parameter lists in StringSupport by introducing a new comm…

    …on way to get a ByteList from a string.
    
    This is probably going to expand beyond the notion of 'having a code range' -- I'll address that in a future clean-up.
    nirvdrum committed Jan 5, 2015
    Copy the full SHA
    7bc9317 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65d7bd8 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Implement String#encode with an Encoding argument.

    This is terribly inefficient.  It will be revisited.
    nirvdrum committed Jan 5, 2015
    Copy the full SHA
    dbc1094 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    333cd0c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    33312cb View commit details
    Browse the repository at this point in the history