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
base: bde25d29132b
Choose a base ref
...
head repository: jruby/jruby
compare: 336e527db684
Choose a head ref
  • 6 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 13, 2014

  1. [Truffle] Implement {Module,Class}#initialize and {class,module}_exec.

    * Unnamed modules should not have a lexical parent.
    eregon committed Nov 13, 2014
    Copy the full SHA
    89cea9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be8b9bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    173a5bc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ec8dfe8 View commit details
    Browse the repository at this point in the history
  5. [Truffle] Anonynous classes should have unset parent so the singleton…

    … class has the right parent.
    eregon committed Nov 13, 2014
    Copy the full SHA
    045b28a View commit details
    Browse the repository at this point in the history
  6. [Truffle] Add ModuleOperations.lookupSuperMethod.

    * And try to partially fix AbstractGeneralSuperCallNode.
    eregon committed Nov 13, 2014
    Copy the full SHA
    336e527 View commit details
    Browse the repository at this point in the history