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: 2ef7d6ebff70
Choose a base ref
...
head repository: jruby/jruby
compare: f7622b2d36d0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 12, 2015

  1. [Truffle] Make replacements of ivar reads by direct nodes.

    * Less sensible to monkey patching, less method namespace pollution.
    eregon committed Mar 12, 2015
    Copy the full SHA
    e043385 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b687a26 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Make replacements of ivar writes by direct nodes.

    * Less sensible to monkey patching, less method namespace pollution.
    eregon committed Mar 12, 2015
    Copy the full SHA
    16e9ce4 View commit details
    Browse the repository at this point in the history
  4. [Truffle] Rename Range begin/end nodes.

    * first/last are more powerful and therefore only temporarily aliases (e.g.: first(n)).
    eregon committed Mar 12, 2015
    Copy the full SHA
    e7c89c2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f7622b2 View commit details
    Browse the repository at this point in the history