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
/
internal.h
Age
Commit message (
Expand
)
Author
2018-11-27
Add rb_typeddata_is_instance_of
nobu
2018-11-26
process.c: avoid dlclose before exec
k0kubun
2018-11-26
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
process.c: finish MJIT prior to #exec
k0kubun
2018-11-19
revert r65807
k0kubun
2018-11-19
internal.h: resurrect --disable-mjit-support
k0kubun
2018-11-19
process.c: do not run signal handler before fork
k0kubun
2018-11-12
vm_insnhelper.c: avoid division by zero
shyouhei
2018-11-07
suppress GCC warning about unknown sanitizers
shyouhei
2018-11-06
workaround C++ism in ASAN header
shyouhei
2018-11-06
cont.c: direct use of rb_thread_t
shyouhei
2018-11-06
adopt sanitizer API
shyouhei
2018-11-06
do not delete function declarations in case of non-sanitizing builds
shyouhei
2018-11-06
annotate functions to blacklist MSAN
shyouhei
2018-11-06
Fixed compile error introduced at r65558
usa
2018-11-06
gc.c: move ASAN check to configure
shyouhei
2018-11-04
complex.c: rb_dbl_complex_polar_pi
nobu
2018-11-03
expose `rb_ary_detransient`.
ko1
2018-11-03
internal.h: RHASH_ARRAY_SIZE_RAW value is unsigned
nobu
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-30
fix type.
ko1
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
support theap for T_STRUCT.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-30
revert r65434
normal
2018-10-29
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-20
add disabling MJIT features option.
ko1
2018-10-20
ext/coverage/: add the oneshot mode
mame
2018-10-20
complex.c: small optimization of Complex#**
nobu
2018-10-07
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-10-03
Fix wrong use of BIGNUM_EMBED_LEN_NUMBITS
nobu
2018-09-25
Moved `struct vtm` stuff from internal.h to timev.h
nobu
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-09-12
share VM stack between threads and fibers if identical in size
normal
2018-09-11
random.c: prefixed fill_random_bytes
nobu
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-09-04
ruby.h: removed internal macros
nobu
2018-09-01
complex.c: simplify division result
nobu
2018-08-28
rest parameter optimization [Feature #15010]
ko1
2018-08-22
Avoid compiler depend error
kazu
2018-08-21
internal.h: remove prototype for non-existent rb_divert_reserved_fd
normal
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-09
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
[next]