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: bde25d29132b
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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
  2. Copy the full SHA
    be8b9bb View commit details
  3. Copy the full SHA
    173a5bc View commit details
  4. Copy the full SHA
    ec8dfe8 View commit details
  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
  6. [Truffle] Add ModuleOperations.lookupSuperMethod.

    * And try to partially fix AbstractGeneralSuperCallNode.
    eregon committed Nov 13, 2014
    Copy the full SHA
    336e527 View commit details
Loading