summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-30Add rb_enumeratorize_with_size_kw and related macrosJeremy Evans
2019-09-30test/ruby/test_io.rb: supress a "method redefined" warningYusuke Endoh
2019-09-30test/-ext-/string/test_fstring.rb: suppress "possibly useless use of -@"Yusuke Endoh
2019-09-30Revert "introduce debug check."Koichi Sasada
2019-09-30Fix assertionNobuyoshi Nakada
2019-09-30Use assert_operator instead of mere assertNobuyoshi Nakada
2019-09-30Now `use_symbol` is always trueNobuyoshi Nakada
2019-09-30introduce debug check.Koichi Sasada
2019-09-30Emulate method_list (chkbuild) on test-all.Koichi Sasada
2019-09-30show RUBY_ISEQ_DUMP_DEBUG envval if given.Koichi Sasada
2019-09-30rb_method_attr_t::location should be 0 or others.Koichi Sasada
2019-09-29Add three more C-API functions for handling keywordsJeremy Evans
2019-09-30delete unnecessary branch卜部昌平
2019-09-30refactor constify most of rb_method_entry_t卜部昌平
2019-09-30refactor add rb_method_entry_from_template卜部昌平
2019-09-30refactor reduce METHOD_ENTRY_FLAGS_COPY卜部昌平
2019-09-30refactor delete rb_method_entry_copy卜部昌平
2019-09-30refactor delete rb_method_definition_set卜部昌平
2019-09-30refactor rb_method_definition_create take opts卜部昌平
2019-09-30refactor delete vm_cref_dump卜部昌平
2019-09-30refactor split rb_method_definition_set卜部昌平
2019-09-30refactor constify most of rb_method_definition_t卜部昌平
2019-09-30refactor add rb_id_table_foreach_with_replace_with_key卜部昌平
2019-09-30refactor delete ID_TABLE_ITERATOR_RESULT_END卜部昌平
2019-09-30refactor delete METHOD_ENTRY_COMPLEMENTED flag卜部昌平
2019-09-29Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDSJeremy Evans
2019-09-29Make direct calls to rb_{obj_instance,mod_module}_{eval,exec} not pass keywordsJeremy Evans
2019-09-30Run test-unit tests in CIBenoit Daloze
2019-09-30Update to latest test-unitBenoit Daloze
2019-09-29Update to ruby/spec@2699ea4Benoit Daloze
2019-09-29Fix or suppress keyword argument separation warnings in util_specJeremy Evans
2019-09-29Update to ruby/spec@34e6246Benoit Daloze
2019-09-29Update to ruby/mspec@5dda9fbBenoit Daloze
2019-09-29Skip default gemspecs spec if the default_specifications_dir cannot be foundBenoit Daloze
2019-09-30Suppress keyword argument warning from #stepNobuyoshi Nakada
2019-09-30* 2019-09-30 [ci skip]git
2019-09-29Update to ruby/spec@e69a14cBenoit Daloze
2019-09-29Update to ruby/mspec@8cabcefBenoit Daloze
2019-09-29Update to ruby/spec@519df35Benoit Daloze
2019-09-29Update to ruby/mspec@8106083Benoit Daloze
2019-09-29Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for mi...Benoit Daloze
2019-09-29Move the logic to test bundled gems to Ruby codeBenoit Daloze
2019-09-29Exclude the test-unit bundled gem tests since they also fail since the Time#i...Benoit Daloze
2019-09-29Remove continue-on-error for test-bundled-gemsBenoit Daloze
2019-09-29[ruby/stringio] Bump up the versionNobuyoshi Nakada
2019-09-29[ruby/stringio] Use rb_funcallv_kw when delegating argumentsNobuyoshi Nakada
2019-09-29[ruby/stringio] Replaced rb_funcall2 with rb_funcallvNobuyoshi Nakada
2019-09-29[ruby/stringio] Dropped older ruby versionsNobuyoshi Nakada
2019-09-29[ruby/stringio] Get rid of String#undump for ruby 2.4 or earlierNobuyoshi Nakada
2019-09-29[ruby/zlib] Fix for older ruby 2.6 or earlierNobuyoshi Nakada