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: 42561902f6c0
Choose a base ref
...
head repository: jruby/jruby
compare: b605cb5452a3
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Oct 31, 2014

  1. [Truffle] Implement Fixnum#<<(int) correctly.

    * Mostly, there was no case to return an int.
    eregon committed Oct 31, 2014
    Copy the full SHA
    403f65f View commit details
    Browse the repository at this point in the history
  2. [Truffle] FixnumLowerNode should throw a TypeError if it fails.

    * Add an helper method for typeErrorCantConvertInto.
    eregon committed Oct 31, 2014
    Copy the full SHA
    b605cb5 View commit details
    Browse the repository at this point in the history