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: 4319b5b46358
Choose a base ref
...
head repository: jruby/jruby
compare: f26e6afb89be
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 3, 2015

  1. [Truffle] Implement Regexp#initialize in Ruby.

    * Avoids all the problems with default arguments.
    * It is an expensive operation anyway (regexp compilation).
    * Fix Regexp#source to return a String with the right encoding.
    * There is potential for improvement if joni regexps are immutable.
    eregon committed Feb 3, 2015
    Copy the full SHA
    0e1fd4d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    50c4307 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Move Regexp#encoding to Ruby.

    * RubyRegexp should not need to keep track of its encoding,
      but use its source encoding instead.
    eregon committed Feb 3, 2015
    Copy the full SHA
    544fea5 View commit details
    Browse the repository at this point in the history
  4. [Truffle] Regexp#{eql?,==}.

    eregon committed Feb 3, 2015
    Copy the full SHA
    a97c226 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fe031e0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f26e6af View commit details
    Browse the repository at this point in the history