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
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
2023-11-07
Suppress nonnull warning from gcc 13
Nobuyoshi Nakada
2023-09-19
Fix typo in "refinements"
Peter Zhu
2023-08-25
Move SCRIPT_LINES__ away from parse.y
Nobuyoshi Nakada
2023-07-31
`calling->cd` instead of `calling->ci`
Koichi Sasada
2023-07-31
mark `cc->cme_` if it is for `super`
Koichi Sasada
2023-07-24
Extract magic numbers
Nobuyoshi Nakada
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-11
Remove unused fstring
Nobuyoshi Nakada
2023-06-17
Replace parser & node compile_option from Hash to bit field
yui-knk
2023-05-23
Remove deleted function
yui-knk
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-03-14
Remove unused jit_enable_p flag
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_HEADER macro
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-20
Stop using receiver#inspect for "undefined method" errors
Yusuke Endoh
2023-01-12
Fix write barrier order for `klass` to `cme` edge
Alan Wu
2022-12-25
Rewrite Kernel#loop in Ruby (#6983)
Takashi Kokubun
2022-12-09
Fix bad code example in documentation
Janosch Müller
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-08
Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)
Samuel Williams
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-22
Enable coverage for eval.
Samuel Williams
2022-09-21
cc_new: vm_ci_new's 4th argument is a pointer
卜部昌平
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-01
respect current frame of `rb_eval_string`
Koichi Sasada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
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
[next]