-
Matthew Gaudet committed
Nov 16, 2016 -
RAS: Dump frame JIT status in control_frame_dump
Matthew Gaudet committedNov 16, 2016 -
Matthew Gaudet committed
Nov 16, 2016 -
Re-enable send, send_without_block, invokesuper and invokeblock.
Matthew Gaudet committedNov 16, 2016 -
Matthew Gaudet committed
Nov 16, 2016
-
Matthew Gaudet committed
Nov 15, 2016
-
Updated `leave` and `throw` JIT support, add comment.
Matthew Gaudet committedNov 14, 2016 -
Verify stack invariants before leaving frame.
Matthew Gaudet committedNov 14, 2016
-
Matthew Gaudet committed
Nov 11, 2016 -
More work on compiling more methods
Matthew Gaudet committedNov 11, 2016
-
Matthew Gaudet committed
Nov 10, 2016 -
Matthew Gaudet committed
Nov 10, 2016
-
Update rbjitglue module to support smaple test.
Matthew Gaudet committedNov 9, 2016
-
Matthew Gaudet committed
Nov 8, 2016 Builds, but doesn't pass tests with the JIT enabled.
-
* gc.c (heap_page_resurrect): do not return tomb_pages when
ko1 committedNov 4, 2016 page->freelist == NULL. [Bug #12670] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
nobu committed
Nov 4, 2016 * util.c (ruby_dtoa): round to even, instead of rounding to nearest. [ruby-core:77864] [Bug #12889] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
* configure.in: Add compiler version message into rbconfig
nurse committedNov 4, 2016 as RbConfig::CONFIG['CC_VERSION_MESSAGE']. [Feature #12896] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
ChangeLog: cite issue on redmine
mrkn committedNov 4, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
numeric.c (rb_int_digits): Fix exception message
mrkn committedNov 4, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
pathname.c: unnormalized Fixnum value
nobu committedNov 4, 2016 * ext/pathname/pathname.c (path_hash): fix unnormalized Fixnum value bug on mingw/mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
matzbot committed
Nov 4, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
fileutils.rb: fix error for non-existent entry
nobu committedNov 4, 2016 * lib/fileutils.rb (FileUtils::Entry_#copy): ensure that the source entry exists first, to fix error for non-existent entry. [ruby-core:77885] [Bug #12892] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
Import from ruby/bigdecimal repository
mrkn committedNov 3, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
file.c: include sys/sysmacros.h
nobu committedNov 3, 2016 * file.c: include sys/sysmacros.h for ArchLinux which deprecated use of major() and minor() in sys/types.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
matzbot committed
Nov 3, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
nobu committed
Nov 3, 2016 * file.c (rb_stat_dev_major, rb_stat_dev_minor): use DEVT2NUM as well as rdev_major and rdev_minor. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
assertions.rb: assert_all_assertions
nobu committedNov 2, 2016 * test/lib/test/unit/assertions.rb (assert_all_assertions): prefix assert to be filtered out. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
extension.rdoc: update rb_ensure description
nobu committedNov 2, 2016 * doc/extension.rdoc: set ANYARGS as arguments for func1 and func2. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
extension.rdoc: update rb_rescue description
nobu committedNov 1, 2016 * doc/extension.rdoc: set ANYARGS as arguments for func1 and func2. * doc/extension.rdoc: mention the exception object which is passed to func2 as the second argument. [Fix GH-1471] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
numeric.c: bit op with non-integer
nobu committedNov 1, 2016 * numeric.c (rb_num_coerce_bit): enable bit operations with coercing by non-integer object. [ruby-core:77783] [Bug #12875] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
matzbot committed
Nov 1, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
znz committed
Nov 1, 2016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
nobu committed
Nov 1, 2016 * test/ruby/test_integer.rb (MimicInteger, CoercionToInt): extract common parts. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
numeric.c: use rb_num_coerce_bit
nobu committedNov 1, 2016 * numeric.c (int_and, int_or, int_xor): use rb_num_coerce_bit to reduce repeated code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
numeric.c: fix return value on big 0
nobu committedNov 1, 2016 * numeric.c (num_zero_p): should return true if zero. rb_bigzero_p returns 1 or 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e