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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea419ec8c0be
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3606726338c
Choose a head ref

Commits on Apr 26, 2015

  1. Copy the full SHA
    bb2f37b View commit details

Commits on May 20, 2015

  1. Copy the full SHA
    05613d2 View commit details
  2. Merge pull request #3379 from d4rky-pl/master

    Clean bundler environment before running Homebrew during configuration
    brixen committed May 20, 2015
    Copy the full SHA
    3d752ba View commit details

Commits on May 21, 2015

  1. Copy the full SHA
    b23c23d View commit details

Commits on May 22, 2015

  1. Copy the full SHA
    96a0271 View commit details
  2. Updated .gitignore.

    brixen committed May 22, 2015
    Copy the full SHA
    621953b View commit details

Commits on May 23, 2015

  1. Copy the full SHA
    e5def49 View commit details
  2. implement specs for comparing a method defined via define_method and …

    …a method defined via def
    tak1n committed May 23, 2015
    Copy the full SHA
    a8397f5 View commit details

Commits on May 24, 2015

  1. Fix Method#==

    A Method defined via def has an executable attribute of class
    Rubinius::CompiledCode. On the other site a method defined via
    define_method has an executable attribute of class
    Rubinius::BlockEnvironment::AsMethod.
    
    Comparing method equality includes the comparison of executable
    equality.
    
    For comparing an executable of type Rubinius::BlockEnvironment::AsMethod
    against an executable of Rubinius::CompiledCode results in an error because it tries
    to access the block_env attribute on an Rubinius::CompiledCode object,
    which doesn't exist.
    
    This commit adds an early return like in Rubinius::CompiledCode#==
    tak1n committed May 24, 2015
    Copy the full SHA
    a97f197 View commit details
  2. Copy the full SHA
    cadc8ad View commit details
  3. Reintroduce Number arg specs for Regexp.new

    Like done in @7981f2c05671722dcf12f0d4f6bceb46cef29ff5
    tak1n committed May 24, 2015
    Copy the full SHA
    cbae591 View commit details
  4. Reintroduce TypeError raising for Regexp.new

    Regexp.new should raise a TypeError if the given Pattern is an
    Fixnum or Float object
    tak1n committed May 24, 2015
    Copy the full SHA
    a60dfb3 View commit details
  5. Merge pull request #3407 from rubinius/method-equality-3118

    Fix Method equalitiy
    jemc committed May 24, 2015
    Copy the full SHA
    73e862e View commit details
  6. Merge pull request #3408 from rubinius/regex-new-2959

    Regex new 2959
    jemc committed May 24, 2015
    Copy the full SHA
    ffa628e View commit details
  7. Vendored libsodium 1.0.3.

    brixen committed May 24, 2015
    Copy the full SHA
    d7f9443 View commit details
  8. Build libsodium.

    brixen committed May 24, 2015
    Copy the full SHA
    6cfbb77 View commit details

Commits on May 25, 2015

  1. Copy the full SHA
    e265991 View commit details
  2. Merge pull request #3410 from heftig/master

    Fix a __GNUC__ check to work with GCC 5
    brixen committed May 25, 2015
    Copy the full SHA
    92ba19d View commit details
  3. Merge pull request #3406 from rubinius/proc-curry-2951

     fix Proc#curry
    brixen committed May 25, 2015
    Copy the full SHA
    f1f0d75 View commit details
  4. Added mirror for Proc#curry. Improves #3406.

    There is still a lot of cruft in the Rubinius kernel but generally we use the
    mirror facility to implement methods that are not public Ruby API methods (and are
    generally C functions in MRI).
    brixen committed May 25, 2015
    Copy the full SHA
    93a80e0 View commit details
  5. Copy the full SHA
    0ec240a View commit details
  6. Copy the full SHA
    1857962 View commit details
  7. add 2.2 branch to ci

    tak1n committed May 25, 2015
    Copy the full SHA
    fc08625 View commit details
  8. Merge pull request #3413 from rubinius/add-2.2-to-ci

    Add 2.2 branch to travis
    Yorick Peterse committed May 25, 2015
    Copy the full SHA
    617ca4d View commit details

Commits on May 26, 2015

  1. Merge remote-tracking branch 'origin' into 1.8.7

    Conflicts:
    	configure
    	gems_list.txt
    	kernel/common/kernel.rb
    	kernel/common/load_order.txt
    	kernel/common/proc.rb
    	kernel/common/regexp.rb
    	kernel/delta/rubinius.rb
    	spec/ruby/core/method/shared/eql.rb
    	spec/ruby/core/proc/curry_spec.rb
    brixen committed May 26, 2015
    Copy the full SHA
    7d440f9 View commit details
  2. Copy the full SHA
    b360672 View commit details
Loading