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: 7a8512213fe1^
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ccf82e930f34
Choose a head ref
  • 18 commits
  • 58 files changed
  • 5 contributors

Commits on Mar 29, 2017

  1. Copy the full SHA
    fc06776 View commit details

Commits on Mar 30, 2017

  1. Merge pull request #4553 from iignatev/master

    support new JDK version string scheme
    enebo authored Mar 30, 2017
    Copy the full SHA
    e7bcde5 View commit details

Commits on Mar 31, 2017

  1. Copy the full SHA
    6e7ee6b View commit details

Commits on Apr 3, 2017

  1. Merge pull request #4554 from OttoGroupSolutionProvider/trace_point-n…

    …il-event-fix
    
    Kullmann: Fix TracePoint nil event. Add test
    enebo authored Apr 3, 2017
    Copy the full SHA
    5301ae0 View commit details

Commits on Apr 5, 2017

  1. Fixes #4556. Java::JavaLang::ArrayIndexOutOfBoundsException in CGI.un…

    …escapeHTML.
    
    This was ported C code and it works in C because the string has a last \0 char.  Our array is not null byte terminated and we run off the end.  Adding a spec in a separate commit.
    enebo committed Apr 5, 2017
    Copy the full SHA
    9506fd2 View commit details
  2. It starts to look like something to unescape but it ends prematurely.…

    … Do not expand (nor crash)
    enebo committed Apr 5, 2017
    Copy the full SHA
    1ad761b View commit details

Commits on Apr 10, 2017

  1. Copy the full SHA
    1bbd1a4 View commit details
  2. Copy the full SHA
    5b3edca View commit details
  3. More typos

    olleolleolle committed Apr 10, 2017
    Copy the full SHA
    ffd0c41 View commit details

Commits on Apr 12, 2017

  1. Merge pull request #4559 from olleolleolle/fix/misspellings

    Copy-editing: misspellings
    headius authored Apr 12, 2017
    Copy the full SHA
    32b8c22 View commit details
  2. Copy the full SHA
    7a85122 View commit details

Commits on Apr 13, 2017

  1. Copy the full SHA
    475b5fa View commit details

Commits on Apr 14, 2017

  1. So parser will use SourcePosition to not heavily modify things but the

    finished AST will no longer have a ISourcePosition instance in it.  It will
    be it.  The filename itself will also no longer be stored in every node but
    the RootNode already has the name and the rest of the runtime already asks
    the root for the filename.
    
    This removes at least 1.5M from a single controller rails app (which is
    an interesting stat in this is only AST nodes of methods which have never
    been called).
    
    Follow up commits will be to slowly remove the use of ISourcePosition
    altogether (although it will be mostly Deprecations).
    enebo committed Apr 14, 2017
    Copy the full SHA
    a91d076 View commit details

Commits on Apr 17, 2017

  1. First experiment plugging into Graal.

    This experiment uses JVMCI to wrap Graal and customize its high
    tier phases to include one that forces virtualization of all JRuby
    objects.
    
    See JVMCI.md.
    headius committed Apr 17, 2017
    Copy the full SHA
    b3b0fc0 View commit details
  2. Copy the full SHA
    5b4ca9c View commit details
  3. Revert "Add a partial 3-element array."

    This reverts commit 7a85122.
    headius committed Apr 17, 2017
    Copy the full SHA
    e597a21 View commit details

Commits on Apr 18, 2017

  1. Copy the full SHA
    596f0bd View commit details

Commits on Apr 19, 2017

  1. Basic instructions for use.

    headius committed Apr 19, 2017
    Copy the full SHA
    ccf82e9 View commit details
Loading