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: 000fe098ea1a
Choose a base ref
...
head repository: jruby/jruby
compare: f165f9f846b1
Choose a head ref
  • 14 commits
  • 130 files changed
  • 1 contributor

Commits on Nov 28, 2014

  1. Update RubySpec from rubyspec/rubyspec @ dfb927d4.

    RubySpec should be updated from canonical repo and
    Rubinius' copy should be merged regularly as in
    https://github.com/rubyspec/rubyspec/pull/295.
    
    Keep the .gitignore since it correclty ignores
    the automatically generated CAPI version file
    spec/ruby/optional/capi/ext/rubyspec_version.h.
    eregon committed Nov 28, 2014
    Copy the full SHA
    a8fb4c9 View commit details
    Browse the repository at this point in the history
  2. Update to latest mspec.

    eregon committed Nov 28, 2014
    Copy the full SHA
    d98798b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dc9bc41 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c29f283 View commit details
    Browse the repository at this point in the history
  5. [Truffle] Implement String#rstrip.

    * For RubySpec's evaluate.
    eregon committed Nov 28, 2014
    Copy the full SHA
    480a9bb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b3cf481 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e84c663 View commit details
    Browse the repository at this point in the history
  8. [Truffle] Fix String#{sub,gsub}(String) to escape it.

    * We could also try to have a smarter string replace directly wihtout Regexp.
    eregon committed Nov 28, 2014
    Copy the full SHA
    824b157 View commit details
    Browse the repository at this point in the history
  9. [Truffle] Fix String#[](int).

    eregon committed Nov 28, 2014
    Copy the full SHA
    4c66640 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ce0bece View commit details
    Browse the repository at this point in the history
  11. [Truffle] Fix String#[rng] and Array#[rng].

    * Remove getInclusiveEnd since unused and dangerous.
    * getExclusiveEnd should only ever be used on RangeNodes,
      other uses need to normalize index first before considering
      exclusion status.
    eregon committed Nov 28, 2014
    Copy the full SHA
    659d281 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    fb1e016 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    20b4767 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    f165f9f View commit details
    Browse the repository at this point in the history