| Age | Commit message (Expand) | Author |
| 2014-10-27 | merge revision(s) 48111,48118,48120: [Backport #10421] | usa |
| 2014-09-12 | merge revision(s) 46501,47372,47460: [Backport #10191] | usa |
| 2014-02-05 | merge revision(s) r42988: [Backport #8928] | nagachika |
| 2013-04-13 | merge revision(s) 39766,39769: [Backport #8101] | nagachika |
| 2013-01-29 | * object.c: Improve error for failed implicit conversions [Bug #7539] | marcandre |
| 2012-12-05 | vm_eval.c: public_send does not consider how it is called | nobu |
| 2012-12-05 | test_object.rb: test for public_send | nobu |
| 2012-12-01 | object.c: make remove_instance_variable public | nobu |
| 2012-10-28 | * bignum.c (bignew_1): Bignum instances are frozen. | ko1 |
| 2012-10-05 | Adding a test for initialize_clone and initialize_dup. From Github: | tenderlove |
| 2012-08-17 | object.c: preserve encodings | nobu |
| 2012-08-15 | Kernel#inspect: improve consistency and do not call #to_s. | eregon |
| 2012-08-15 | Revert r36699 and r36700. [Feature #6130] | naruse |
| 2012-08-14 | Kernel#inspect: improve consistency and do not call #to_s. | eregon |
| 2012-06-05 | obj_init_copy | nobu |
| 2012-03-15 | * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise. | nobu |
| 2012-03-14 | * vm_eval.c (check_funcall): Raise ArgumentError if respond_to? | drbrain |
| 2012-03-12 | * vm_method.c (Init_eval_method): copy basic methods to Exception. | nobu |
| 2012-02-11 | * vm_eval.c (check_funcall): Call respond_to? with matching arity for | drbrain |
| 2012-01-30 | * vm_eval.c (vm_call0): should pass block to enumerators. patched | nobu |
| 2012-01-24 | * object.c (rb_Hash): trivial optimization. | nobu |
| 2012-01-24 | * object.c (rb_Hash): add Kernel#Hash conversion method like | matz |
| 2012-01-02 | * test/ruby/test_object.rb (test_send_with_block): add a normal case. | ktsj |
| 2012-01-02 | * test/ruby/test_object.rb (test_send_with_block): moved from | ktsj |
| 2011-08-05 | * test/ruby/test_object.rb: tests that respond_to? returns false. | nobu |
| 2011-08-05 | * vm_eval.c (check_funcall): try respond_to? first if redefined. | nobu |
| 2011-07-26 | * vm_method.c (obj_respond_to): fix the respond_to_missing? override | nobu |
| 2011-07-22 | * test/ruby/test_object.rb (TestObject#test_respond_to_missing): | kazu |
| 2010-03-23 | * object.c (rb_obj_singleton_class): new method | shugo |
| 2009-12-19 | * vm_eval.c (check_funcall): reset method_missing_reason before | nobu |
| 2009-12-13 | * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data to | akr |
| 2009-12-03 | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo |
| 2009-10-30 | * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send): | nobu |
| 2009-10-16 | * test/ruby/test_object.rb (test_respond_to_missing): | nobu |
| 2009-10-16 | * test/ruby/test_object.rb (test_remove_method): test for Bug#2202. | nobu |
| 2009-09-28 | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98... | matz |
| 2009-09-25 | * proc.c (missing_wrap): reverted. | nobu |
| 2009-09-25 | * proc.c (mnew): fix for instance method of Module, BasicObject | nobu |
| 2009-09-24 | * proc.c (mnew): generate method object that wraps method_missing, | matz |
| 2009-08-04 | * lib/pp.rb (guard_inspect_key): untrust internal hash to prevent | mame |
| 2009-07-06 | * test/ruby/test_module.rb (TestModule#test_undef): adjust to | matz |
| 2009-03-08 | * test/ruby/test_object.rb: add a test for Object#method_missing. | mame |
| 2008-10-09 | * test/ruby/test_module.rb (test_remove_class_variable): add a test | mame |
| 2008-08-13 | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo |
| 2008-07-15 | * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new | mame |
| 2008-05-14 | * test/ruby/test_object.rb: new tests to achieve over 90% test | mame |