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-12-02
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-11-26
fix to choose correct callcache
Koichi Sasada
2021-11-21
Fix setting struct member by public_send
Nobuyoshi Nakada
2021-11-19
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-01
Introduce rb_vm_call_with_refinements to DRY up a few calls
Jeremy Evans
2021-09-25
Refactor rb_call_super function
S-H-GAMELINKS
2021-09-20
Add gvl and fiber assertions to scheduler interface to catch invalid usage.
Samuel Williams
2021-09-19
Extract hook macro for attributes
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/intern/vm.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/eval.h: add doxygen
卜部昌平
2021-08-29
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-11
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-29
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-16
Emit deprecatation warnings for rb_iterate()
Benoit Daloze
2021-07-16
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-06-13
Refactor rb_block_call function
S.H
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
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
[next]