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

Commits on Dec 14, 2016

  1. [Truffle] Remove useless check.

    * The condition is impossible.
    eregon committed Dec 14, 2016
    Copy the full SHA
    cd2d5a9 View commit details
  2. Copy the full SHA
    a1dbf12 View commit details
  3. Copy the full SHA
    523d42d View commit details
  4. Copy the full SHA
    911cbb9 View commit details
  5. [Truffle] Use false instead of undefined when conversion failed in tr…

    …y_convert_to_encoding.
    eregon committed Dec 14, 2016
    Copy the full SHA
    1653b93 View commit details
  6. Copy the full SHA
    f832a33 View commit details
  7. Copy the full SHA
    21b59b5 View commit details
  8. Copy the full SHA
    3b62127 View commit details
  9. Copy the full SHA
    8d37436 View commit details
  10. Copy the full SHA
    a2d31cb View commit details
  11. Copy the full SHA
    69c3c61 View commit details
  12. Copy the full SHA
    9f08968 View commit details
  13. [Truffle] Make undefined in Ruby code the exact same thing as NotProv…

    …ided.INSTANCE in Java.
    
    * "if undefined" and "undefined.call" are unsupported, on purpose.
      undefined arguments should be checked early and not carry the undefined around.
    eregon committed Dec 14, 2016
    Copy the full SHA
    3bd4249 View commit details

Commits on Dec 15, 2016

  1. Merge pull request #4385 from eregon/truffle-undefined-not-provided

    [Truffle] undefined is now the same as NotProvided.INSTANCE.
    eregon authored Dec 15, 2016
    Copy the full SHA
    da53955 View commit details
Loading