index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_eval.c
Age
Commit message (
Expand
)
Author
2021-02-08
Removed unnecessary parentheses at `case` [ci skip]
Nobuyoshi Nakada
2021-02-03
use goto intead of recursion on vm_call0_body()
Koichi Sasada
2021-01-29
refactoring rb_method_call_status()
Koichi Sasada
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-13
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-12-25
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-15
add several debug counters
Koichi Sasada
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-12-14
use method cache on Object#respond_to?
Koichi Sasada
2020-11-05
Add description __send__ is safer
NARUSE, Yui
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-08-31
Deprecate iterator? method
Nobuyoshi Nakada
2020-07-06
Run method_missing in the same execution context
Nobuyoshi Nakada
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
method_missing: do not goto into a branch
卜部昌平
2020-06-29
rb_method_call_status: do not goto into a branch
卜部昌平
2020-06-09
eliminate C99 compound literals
卜部昌平
2020-06-09
rb_vm_call0: on-stack call info
卜部昌平
2020-05-11
drop varargs.h support
卜部昌平
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-11
Remove rb_eval_cmd
Jeremy Evans
2020-01-06
script_compiled event on compile error.
Koichi Sasada
2020-01-03
Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__
Jeremy Evans
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-23
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-18
delete rb_vm_call()
卜部昌平
2019-12-18
per-method serial number
卜部昌平
2019-12-16
ensure cc->def == cc->me->def
卜部昌平
2019-12-05
Make rb_eval_string_wrap specify a cref so constant setting works correctly
Jeremy Evans
2019-11-19
make functions static
卜部昌平
2019-11-18
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-07
extend rb_call_cache
卜部昌平
2019-10-26
refactor assign variables
卜部昌平
2019-10-25
more on struct rb_call_data
卜部昌平
2019-10-09
vm_eval.c (rb_adjust_argv_kw_splat): avoid memcpy with zero length
Yusuke Endoh
2019-10-04
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-09-30
Issue keyword flag warning even with no arguments
Jeremy Evans
2019-09-29
Add three more C-API functions for handling keywords
Jeremy Evans
2019-09-29
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-29
Make direct calls to rb_{obj_instance,mod_module}_{eval,exec} not pass keywords
Jeremy Evans
2019-09-26
Fix more keyword separation issues
Jeremy Evans
2019-09-23
Make public_send and rb_f_send handle keyword argument separation
Jeremy Evans
2019-09-20
Call rb_vm_call_kw insted of rb_vm_call0 in a few cases
Jeremy Evans
2019-09-20
Handle keyword argument separation for Enumerator#size
Jeremy Evans
2019-09-20
Make passing empty keywords to dig pass empty keywords to next dig method
Jeremy Evans
2019-09-19
refactor reuse existing on-stack structs
卜部昌平
[next]