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: 1a83b13b54ed
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d344f52cd461
Choose a head ref
  • 20 commits
  • 806 files changed
  • 3 contributors

Commits on Mar 20, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    1940ccb View commit details
  2. License block tweaks.

    * Update EPL URL.
    * Newline before package.
    headius committed Mar 20, 2018
    Copy the full SHA
    807900a View commit details

Commits on Mar 22, 2018

  1. Copy the full SHA
    b0f7aaf View commit details

Commits on Mar 26, 2018

  1. Fix time interval test

    and use RubyTime.convertTimeInterval for parsing to raise correct ArgumentError and TypeError exceptions
    ChrisBr authored and kares committed Mar 26, 2018
    Copy the full SHA
    fd9c772 View commit details
  2. Copy the full SHA
    d470d71 View commit details
  3. Copy the full SHA
    d19e850 View commit details
  4. Copy the full SHA
    3073115 View commit details
  5. Copy the full SHA
    cfa66dd View commit details
  6. Copy the full SHA
    b69aa17 View commit details
  7. Copy the full SHA
    247a183 View commit details
  8. [fix] make sure we account for fractional part on jd/ordinal/civil etc.

    resolves GH-5110 ... (another follow-up on date.rb refactoring #5076)
    kares committed Mar 26, 2018
    Copy the full SHA
    25cc7a0 View commit details

Commits on Mar 27, 2018

  1. Add ripper to sync files.

    headius committed Mar 27, 2018
    Copy the full SHA
    7a3f78c View commit details
  2. Copy the full SHA
    9addd60 View commit details
  3. Copy the full SHA
    b3ba7e3 View commit details
  4. Copy the full SHA
    bd860b8 View commit details
  5. Add Integer#pow. #4876

    headius committed Mar 27, 2018
    Copy the full SHA
    b119ccb View commit details
  6. Revert "Add Integer#pow. #4876"

    This reverts commit b119ccb.
    headius committed Mar 27, 2018
    Copy the full SHA
    caf8daa View commit details
  7. Copy the full SHA
    69ec12c View commit details
  8. Copy the full SHA
    70379dd View commit details
  9. Copy the full SHA
    d344f52 View commit details
Showing 806 changed files with 1,947 additions and 1,580 deletions.
393 changes: 0 additions & 393 deletions core/src/main/java/org/jruby/AbstractRubyException.java

This file was deleted.

Loading