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: dfde46dbd294
Choose a base ref
...
head repository: jruby/jruby
compare: 29d2e25061b0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 20, 2015

  1. [Truffle] FindBugs: remove non-compliant RubyString.equals().

    * Implement missing String#hash.
    eregon committed Feb 20, 2015
    Copy the full SHA
    1b1fcb0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4f72bd View commit details
    Browse the repository at this point in the history
  3. [Truffle] FindBugs: remove non-compliant RubySymbol.equals().

    * Implement missing Symbol#hash.
    eregon committed Feb 20, 2015
    Copy the full SHA
    9d3ff1d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a67f09 View commit details
    Browse the repository at this point in the history
  5. [Truffle] FindBugs: remove non-compliant RubyRegexp.equals().

    * Implement missing Regexp#== and #hash.
    eregon committed Feb 20, 2015
    Copy the full SHA
    29d2e25 View commit details
    Browse the repository at this point in the history