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

Commits on Oct 10, 2016

  1. Copy the full SHA
    a5b2d7b View commit details

Commits on Oct 11, 2016

  1. Copy the full SHA
    5d248b3 View commit details
  2. 1
    Copy the full SHA
    1a72c8f View commit details
  3. 2
    Copy the full SHA
    a006b11 View commit details
  4. Copy the full SHA
    4a05531 View commit details
  5. Copy the full SHA
    9916191 View commit details
  6. Copy the full SHA
    640e854 View commit details

Commits on Oct 12, 2016

  1. Copy the full SHA
    287add8 View commit details
  2. Copy the full SHA
    8a4e539 View commit details
  3. 2
    Copy the full SHA
    d54a835 View commit details
  4. Copy the full SHA
    2b96057 View commit details

Commits on Oct 13, 2016

  1. Copy the full SHA
    53755a4 View commit details
  2. [Truffle] Tag suspicious spec.

    eregon committed Oct 13, 2016
    Copy the full SHA
    5649c1a View commit details
  3. Copy the full SHA
    57da93a View commit details
  4. Copy the full SHA
    fbb433f View commit details
  5. Copy the full SHA
    3b2f4ff View commit details
  6. Copy the full SHA
    410ce6a View commit details
  7. add more spec for ||= and &&=

    pitr-ch committed Oct 13, 2016
    1
    Copy the full SHA
    5245e44 View commit details
  8. Copy the full SHA
    4dff9a5 View commit details

Commits on Oct 14, 2016

  1. [Truffle] Narrowed the condition variable's type in ConditionVariable…

    … to help out static analysis.
    nirvdrum committed Oct 14, 2016
    2
    Copy the full SHA
    64cb1a9 View commit details
  2. [Truffle] Simplify the main program entry point.

    As part of our start-up we would initialize global variables in the JRuby runtime. However, the Truffle backend keeps track of those global variables already and we never need to fetch them from the other runtime.
    nirvdrum committed Oct 14, 2016
    Copy the full SHA
    239bcc6 View commit details

Commits on Oct 15, 2016

  1. 1
    Copy the full SHA
    c9ca611 View commit details
  2. Copy the full SHA
    d3494fc View commit details

Commits on Oct 16, 2016

  1. Copy the full SHA
    3bc5144 View commit details
  2. Copy the full SHA
    bc4b090 View commit details
  3. Copy the full SHA
    d573d28 View commit details
  4. Copy the full SHA
    b607f52 View commit details

Commits on Oct 17, 2016

  1. Copy the full SHA
    2334b3f View commit details

Commits on Oct 18, 2016

  1. [Truffle] JT: Only dump interesting phases in IGV by default.

    * The latest PartialEscape is usually the best.
    * Don't produce *.cfg files.
    * Add --fg to disable bg compilation.
    eregon committed Oct 18, 2016
    Copy the full SHA
    44847d5 View commit details
  2. Copy the full SHA
    9ff4c46 View commit details
  3. Copy the full SHA
    2ea4d0a View commit details
  4. Merge pull request #4230 from jruby/truffle-basic-bundle-install-work…

    …arounds
    
    [Truffle] Add bundler workarounds files, jt test bundle command
    eregon authored Oct 18, 2016
    Copy the full SHA
    2908738 View commit details
  5. Copy the full SHA
    4dbe3b0 View commit details

Commits on Oct 19, 2016

  1. [Truffle] Update JVMCI.

    eregon committed Oct 19, 2016
    Copy the full SHA
    f5dfe44 View commit details
  2. Copy the full SHA
    e28c0d8 View commit details
  3. [Truffle] Mx: add setup to compile Java tests.

    * Let mx generate Antlr sources directly in the antlr sources.
      It simplifies the setup quite a bit.
      Ignores those files as they are generated.
    eregon committed Oct 19, 2016
    Copy the full SHA
    a964461 View commit details
  4. 2
    Copy the full SHA
    8035d94 View commit details
  5. Copy the full SHA
    d1bec79 View commit details
  6. [Truffle] CI: use mx rubytck.

    eregon committed Oct 19, 2016
    Copy the full SHA
    77b199a View commit details
  7. Copy the full SHA
    d434b4a View commit details
  8. Copy the full SHA
    8b3784a View commit details
  9. Copy the full SHA
    051f2b2 View commit details
  10. Copy the full SHA
    cb770ca View commit details
  11. [Truffle] Travis: move custom command to install section.

    * It's used for setup not to run tests.
    eregon committed Oct 19, 2016
    Copy the full SHA
    cf291e9 View commit details
  12. Copy the full SHA
    aed5b51 View commit details
  13. Copy the full SHA
    f0b8ec6 View commit details
  14. Copy the full SHA
    bb77a2b View commit details
  15. Copy the full SHA
    8537910 View commit details
  16. Copy the full SHA
    897caa6 View commit details
  17. [Truffle] Commit the Antlr generated pack parser.

    We'll rewrite it by hand in the future. We aren't planning on more
    parsers written with Antlr in the future so it doesn't make sense to
    have just this tiny one.
    chrisseaton committed Oct 19, 2016
    Copy the full SHA
    bb7f65e View commit details
Loading