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: 808576477486
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 613810fdff1e
Choose a head ref

Commits on Feb 12, 2015

  1. Copy the full SHA
    1c0f056 View commit details

Commits on Feb 15, 2015

  1. Copy the full SHA
    ce61f48 View commit details
  2. [Truffle] Switch RubyTime to use DateTime rather than Rubinius-style …

    …seconds and nanoseconds.
    chrisseaton committed Feb 15, 2015
    Copy the full SHA
    aa3d59c View commit details
  3. Copy the full SHA
    3e87b6e View commit details
  4. Copy the full SHA
    5e3bb14 View commit details
  5. Copy the full SHA
    0ab584e View commit details
  6. 3
    Copy the full SHA
    0cab173 View commit details
  7. [Truffle] Include first line of stack trace in error message when tra…

    …nslating Java exceptions.
    chrisseaton committed Feb 15, 2015
    Copy the full SHA
    9e4bc23 View commit details
  8. Copy the full SHA
    a1d3118 View commit details
  9. Copy the full SHA
    48d8974 View commit details
  10. Fix #2514: Get rid of broken sanity test for exceptions

    I had added that test originally as a sanity test to make sure the
    new exception handling code that sets $! and saves/restores that
    global variable wasn't broken in 9K (which is different from 1.7)
    
    However, as reported in #2514, there are real scenarios where the
    objects will not line up -- specifically because of the proxy wrapping
    for java exceptions.
    
    Given that we haven't had any real bug reports from that test all
    this time we hvae run tests and apps, and we only got a false positive,
    I'm going to get rid of the test and be done with it.
    subbuss committed Feb 15, 2015
    Copy the full SHA
    7252d05 View commit details
  11. Copy the full SHA
    d474788 View commit details
  12. Copy the full SHA
    2455443 View commit details
  13. Copy the full SHA
    7210eb1 View commit details
  14. Copy the full SHA
    f25603c View commit details
  15. Copy the full SHA
    8265df6 View commit details
  16. [Truffle] Fix TZ warning.

    chrisseaton committed Feb 15, 2015
    Copy the full SHA
    ef31309 View commit details
  17. Copy the full SHA
    93b3757 View commit details
  18. Copy the full SHA
    6028da2 View commit details
  19. [Truffle] Untagged some passing specs now that SyntaxErrors report co…

    …rrect line numbers with detailed source positions.
    nirvdrum committed Feb 15, 2015
    Copy the full SHA
    c617dcf View commit details
  20. Copy the full SHA
    05aad64 View commit details

Commits on Feb 16, 2015

  1. Copy the full SHA
    a85d0a0 View commit details
  2. Copy the full SHA
    0227c2b View commit details
  3. Copy the full SHA
    d5a07b3 View commit details
  4. Copy the full SHA
    7b014d0 View commit details
  5. [Truffle] Have a try at implementing a not fully compliant Bignum#coe…

    …rce.
    
    * So it does not create Fixnum-range Bignums.
    eregon committed Feb 16, 2015
    Copy the full SHA
    535bc52 View commit details
  6. [Truffle] No need for a FixnumOrBignumNode for ObjectIDOperations.

    * They produce Bignums on purpose.
    eregon committed Feb 16, 2015
    Copy the full SHA
    04f85be View commit details
  7. Copy the full SHA
    5ed06d4 View commit details
  8. [Truffle] Process is a module!

    eregon committed Feb 16, 2015
    Copy the full SHA
    049955c View commit details
  9. Copy the full SHA
    a563d9c View commit details
  10. [Truffle] Warn if using isModuleFunction on a Class.

    * In Ruby it should even be a NoMethodError.
    eregon committed Feb 16, 2015
    Copy the full SHA
    6baf79e View commit details
  11. Copy the full SHA
    258be73 View commit details
  12. Merge branch 'jruby-1_7'

    enebo committed Feb 16, 2015
    Copy the full SHA
    7886e2d View commit details
  13. [Truffle] Fix Fixnum#div(Bignum).

    * Essentially, as Bignum#coerce(Fixnum).first returns Fixnum,
      all Fixnum operations should act on Bignum instead of doing it
      via coercion.
    eregon committed Feb 16, 2015
    Copy the full SHA
    a93592d View commit details
  14. Copy the full SHA
    8f81e15 View commit details
  15. [Truffle] Implemented the :string_equal Rubinius primitive.

    This helps round out some cases in String#== as well.
    nirvdrum committed Feb 16, 2015
    Copy the full SHA
    e864e49 View commit details
  16. Copy the full SHA
    36b73a5 View commit details
  17. Copy the full SHA
    5f3b081 View commit details
  18. Copy the full SHA
    cdda7d3 View commit details
  19. Copy the full SHA
    4078418 View commit details
  20. [Truffle] Removed dead code.

    nirvdrum committed Feb 16, 2015
    Copy the full SHA
    192f60a View commit details
  21. Copy the full SHA
    c1091bd View commit details
  22. Copy the full SHA
    eaff186 View commit details
  23. 1
    Copy the full SHA
    7300969 View commit details
  24. Copy the full SHA
    7b12a6a View commit details
  25. Abstracted EncodingUtils.encCrStrBufCat to work with any CodeRangeabl…

    …e and EncodingUtils.strBufCat to work with any ByteListHolder.
    nirvdrum committed Feb 16, 2015
    Copy the full SHA
    92122e0 View commit details
  26. Copy the full SHA
    ffda39d View commit details
  27. Copy the full SHA
    582a44a View commit details
  28. Copy the full SHA
    f29469e View commit details
  29. Copy the full SHA
    c8aeded View commit details
Loading