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
2024-03-19
[DOC] Unify Doxygen formats (#10285)
Takashi Kokubun
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-15
Refactor frozen_string_literal check during compilation
Jean Boussier
2024-03-13
[PRISM] Do not send numbered parameters into eval
Kevin Newton
2024-03-06
Refactor VM root modules
Jean Boussier
2024-02-21
[PRISM] Eval frames should not have an absolute path
Kevin Newton
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-14
[PRISM] Correctly hook up line numbers for eval
Kevin Newton
2024-02-13
[PRISM] Prism/eval should handle file names provided
Matt Valentine-House
2024-02-13
[PRISM] Build wrapper scopes for eval
Matt Valentine-House
2024-02-13
[PRISM] Use Prism for `eval` if enabled
Matt Valentine-House
2024-02-09
Remove unused bind argument from eval_make_iseq
Matt Valentine-House
2024-01-12
s/SafeStringValue/StringValue/
Xavier Noria
2023-12-07
Support tracing of struct member accessor methods
Jeremy Evans
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
[next]