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-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-06-18
Set a fast path for forwardable iseqs
Aaron Patterson
2024-05-20
[PRISM] Respect eval coverage setting
Kevin Newton
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-24
Pass a callinfo object to global call cache search
Aaron Patterson
2024-04-24
pass CI to gccct_method_search_slowpath
Aaron Patterson
2024-04-24
Reuse slow path method search for gccct
Aaron Patterson
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-04
[PRISM] Enable SCRIPT_COMPILED tracepoint event
Kevin Newton
2024-03-27
[PRISM] Pass --enable-frozen-string-literal through to evals
Kevin Newton
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
[next]