index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
1
-1
/
+1
*
respect current frame of `rb_eval_string`
Koichi Sasada
2022-08-01
1
-1
/
+4
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-316
/
+316
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-4
/
+4
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-37
/
+20
*
fix to choose correct callcache
Koichi Sasada
2021-11-26
1
-4
/
+9
*
Fix setting struct member by public_send
Nobuyoshi Nakada
2021-11-21
1
-2
/
+2
*
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
1
-16
/
+23
*
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-19
1
-2
/
+2
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-1
/
+1
*
Introduce rb_vm_call_with_refinements to DRY up a few calls
Jeremy Evans
2021-10-01
1
-0
/
+14
*
Refactor rb_call_super function
S-H-GAMELINKS
2021-09-25
1
-3
/
+1
*
Add gvl and fiber assertions to scheduler interface to catch invalid usage.
Samuel Williams
2021-09-20
1
-0
/
+2
*
Extract hook macro for attributes
Nobuyoshi Nakada
2021-09-19
1
-20
/
+6
*
include/ruby/internal/intern/vm.h: add doxygen
卜部昌平
2021-09-10
1
-8
/
+0
*
include/ruby/internal/eval.h: add doxygen
卜部昌平
2021-09-10
1
-58
/
+1
*
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-29
1
-2
/
+20
*
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-25
1
-1
/
+0
*
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
1
-0
/
+1
*
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
1
-1
/
+0
*
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-11
1
-1
/
+3
*
Using RBOOL macro
S.H
2021-08-02
1
-6
/
+1
*
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-29
1
-4
/
+21
*
Emit deprecatation warnings for rb_iterate()
Benoit Daloze
2021-07-16
1
-5
/
+12
*
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-07-16
1
-0
/
+4
*
Refactor rb_block_call function
S.H
2021-06-13
1
-8
/
+3
*
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2021-05-06
1
-0
/
+1
*
Removed unnecessary parentheses at `case` [ci skip]
Nobuyoshi Nakada
2021-02-08
1
-3
/
+3
*
use goto intead of recursion on vm_call0_body()
Koichi Sasada
2021-02-03
1
-1
/
+16
*
refactoring rb_method_call_status()
Koichi Sasada
2021-01-29
1
-29
/
+26
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-69
/
+219
*
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-13
1
-0
/
+10
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-25
1
-0
/
+28
*
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-21
1
-4
/
+4
*
add several debug counters
Koichi Sasada
2020-12-15
1
-0
/
+2
*
fix inline method cache sync bug
Koichi Sasada
2020-12-15
1
-18
/
+16
*
use method cache on Object#respond_to?
Koichi Sasada
2020-12-14
1
-2
/
+2
*
Add description __send__ is safer
NARUSE, Yui
2020-11-05
1
-2
/
+4
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-4
/
+21
*
Deprecate iterator? method
Nobuyoshi Nakada
2020-08-31
1
-3
/
+15
*
Run method_missing in the same execution context
Nobuyoshi Nakada
2020-07-06
1
-7
/
+6
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
method_missing: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+3
*
rb_method_call_status: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+3
*
eliminate C99 compound literals
卜部昌平
2020-06-09
1
-14
/
+12
*
rb_vm_call0: on-stack call info
卜部昌平
2020-06-09
1
-6
/
+14
*
drop varargs.h support
卜部昌平
2020-05-11
1
-2
/
+2
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-24
/
+26
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-46
/
+9
[next]