Age | Commit message (Expand) | Author |
2025-04-02 | Fix assertion failure with anonymous splats | Jeremy Evans |
2025-03-21 | FCALL shouldn't be forwarded from caller | Aaron Patterson |
2024-10-15 | Remove "simple" flag from forwarded ICs | Aaron Patterson |
2024-07-02 | Fix forwarding for optimized send | eileencodes |
2024-07-02 | Calling into a C func shouldn't fast path when forwarding | eileencodes |
2024-06-21 | fix sendfwd with `send` and `method_missing` | Koichi Sasada |
2024-06-18 | Optimized forwarding callers and callees | Aaron Patterson |
2024-03-17 | [Bug #20218] Reject keyword arguments in index | Nobuyoshi Nakada |
2024-03-17 | [Bug #19918] Reject block passing in index | Nobuyoshi Nakada |
2024-01-11 | Avoid reading unused lvars in Primitive.cexpr | John Hawthorn |
2022-02-06 | support concurrent btest execution | Koichi Sasada |
2015-10-24 | relax error message format | nobu |
2015-06-18 | * bootstraptest/test_method.rb: remove a test because $SAFE=2 was | ko1 |
2015-06-17 | * include/ruby/ruby.h: $SAFE=3 is now obsolete. | hsbt |
2014-01-15 | FreeBSD 10 SEGVs this less than 4M + 12K bytes. | naruse |
2013-06-13 | * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb: | shugo |
2012-11-13 | * vm_insnhelper.c (vm_caller_setup_args): save and restore | ko1 |
2012-10-15 | * vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() if | ko1 |
2011-06-17 | * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c. | naruse |
2011-05-15 | * remove trailing spaces. | nobu |
2010-09-21 | * bootstraptest/test_method.rb: fix last commit. | ko1 |
2010-09-21 | bootstraptest/test_method.rb: add a test for [ruby-core:30534]. | ko1 |
2010-05-05 | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 |
2009-07-30 | * compile.c (iseq_compile_each): fix stack consistency error. | mame |
2009-02-22 | * vm_eval.c (method_missing): should not pop cfp if missing method | nobu |
2008-12-25 | * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no | ko1 |
2008-12-24 | * vm_insnhelper.c (vm_call_method): use class of method defined | ko1 |
2008-10-21 | * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY. | ko1 |
2008-08-29 | * vm_insnhelper.c (vm_call_method): copy arguments to allocated | ko1 |
2008-07-27 | * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes | naruse |
2008-06-15 | * eval.c (rb_f_block_given_p): fix to skip class frame. | ko1 |
2008-02-13 | * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse | naruse |
2008-02-12 | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse |
2007-12-10 | * eval.c (rb_f_public_send): rename invoke_method to public_send. | matz |
2007-11-27 | * eval.c (rb_method_missing): fix stack trace. | ko1 |
2007-11-27 | * insns.def, compile.c: fix to allow dsym for alias/undef. | ko1 |
2007-11-04 | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz |
2007-10-01 | * proc.c (proc_dup): proc->block.proc should be self. | ko1 |
2007-10-01 | check exception on Process.setrlimit. | akr |
2007-10-01 | * bootstraptest/test_method.rb: use assert_normal_exit to test | akr |
2007-09-26 | * bootstraptest/test_knownbug.rb: move fixed tests. | ko1 |
2007-08-25 | * insnhelper.ci (vm_call_method): fix to relaxant safe level check | ko1 |
2007-08-24 | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz |
2007-08-18 | * compile.c (iseq_compile_each): fix to allow self.x= | ko1 |
2007-08-17 | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 |
2007-07-03 | * compile.c (compile_array): ignore NODE_ZARRAY. | ko1 |
2007-07-03 | * compile.c (iseq_compile_each): support v[&b]= type method call. | ko1 |
2007-06-24 | * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. | ko1 |
2007-06-24 | * vm.c (callee_setup_arg): added. support correct post arg. | ko1 |
2007-02-24 | * bootstraptest/test_class.rb: new file. | aamine |