summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2015-11-22compile.c: move logop DCEnobu
2015-11-21ruby.c: --debug=frozen-string-literal optionnobu
2015-11-20* compile.c (iseq_compile_each): add debug information to NODE_STRko1
2015-11-20symbol.c: not freeze the receivernobu
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-11-18* vm_method.c (rb_class_clear_method_cache): should clear allko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-16struct.c: dignobu
2015-11-16struct.c: fix index in messagenobu
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-11-13* vm.c (vm_define_method): do not use current CREF immediately,ko1
2015-11-12parse.y: ANDDOT fluent interfacenobu
2015-11-12add a test.akr
2015-11-11sprintf.c: nil value is validnobu
2015-11-11vm_eval.c: skip internal namesnobu
2015-11-11sprintf.c: hash default valuenobu
2015-11-10hash.c: to_procnobu
2015-11-10hash.c: compare methodsnobu
2015-11-10Add a trick to pending for r52509naruse
2015-11-09add message for assert_equal.akr
2015-11-09variable.c (rb_autoload_load): allow recursive callsnormal
2015-11-09add a test.akr
2015-11-09dignobu
2015-11-09* compile.c (iseq_compile_each): Dynamic string literals should beshugo
2015-11-06change DOTQnobu
2015-11-06parse.y: fix segv after invalid keyword argumentnobu
2015-11-05test/ruby/test_autoload: hoist out ruby_impl_requirenormal
2015-11-03parse.y: revert lbracketnobu
2015-11-02parse.y: lbracketnobu
2015-11-01parse.y: invalid symbolnobu
2015-10-31test_super.rb: test_missing_supernobu
2015-10-31test_exception.rb: get rid of did_you_meannobu
2015-10-31eval_error.c: Fix a format of `NameError#message`nobu
2015-10-30explicitly overwrite signal handlingnaruse
2015-10-30show parent process's signal mask from child processnaruse
2015-10-30Old linux's default hard rlimit_nofile is 1024naruse
2015-10-30use assert_raisenobu
2015-10-30* test/ruby/test_call.rb: added test for safe navigation operator.hsbt
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-30test_object.rb: add more checksnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-30test_gc.rb: fix failure messagenobu
2015-10-30show child and parent signal masknaruse
2015-10-30use spawn's option to shorten the codenaruse
2015-10-29show signal mask on solarisnaruse
2015-10-29revert experimental changes related to Solaris CInaruse
2015-10-29* test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa