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
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
rb_catch now free from ANYARGS
卜部昌平
2019-08-27
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
rb_iterate now takes rb_block_call_func_t
卜部昌平
2019-08-27
fix function prototype mismatch of rb_block_call
卜部昌平
2019-08-17
Improve the doc example of `method_missing`
OKURA Masafumi
2019-08-04
Revert "Revert "Fix dangling path name from fstring""
Takashi Kokubun
2019-08-04
Revert "Fix dangling path name from fstring"
Takashi Kokubun
2019-08-03
* expand tabs.
git
2019-08-03
Fix dangling path name from fstring
Nobuyoshi Nakada
2019-07-22
Document BasicObject does not implement #object_id and #send [ci skip]
Jeremy Evans
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-04-29
glibc says memcpy cannot take NULL
Urabe, Shyouhei
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-05
* expand tabs.
svn
2019-04-05
add definemethod/definesmethod insn.
ko1
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-02-22
* expand tabs.
svn
2019-02-22
change `cfunc->invoker` type for opt.
ko1
2019-02-01
on-smash canary detection
shyouhei
2018-12-27
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-06
`script_compiled` TracePoint event [Feature #15287]
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-22
Enable refinements to public_send.
nobu
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-29
use `rb_hash_new_compare_by_id()`.
ko1
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-01
remove old VM profile counters.
ko1
2018-07-24
vm.c: simplify the implementation of r64031
k0kubun
2018-07-24
UNREACHABLE_RETURN
nobu
2018-05-08
vm_eval.c: eval_string_protect wrapper
nobu
2018-04-12
error.c: super in method_missing
nobu
2018-03-03
vm.c: add mjit_enable_p flag
k0kubun
2018-02-17
prefixed functions exported for mjit
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-22
use predefined IDs
kazu
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-18
vm_eval.c: for auto-indent
nobu
2018-01-05
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
[next]