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
/
internal.h
Age
Commit message (
Expand
)
Author
2019-08-02
Expanded f_ceil
Nobuyoshi Nakada
2019-08-01
introduce ar_hint_t.
Koichi Sasada
2019-07-31
move macro to internal.h for documentation.
Koichi Sasada
2019-07-31
Moved RHASH_LEV_MASK and turned into a macro
Nobuyoshi Nakada
2019-07-31
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-31
remove RHash::iter_lev.
Koichi Sasada
2019-07-28
Reuse match data
Nobuyoshi Nakada
2019-07-22
constify again.
Koichi Sasada
2019-07-22
constify RHash::ifnone.
Koichi Sasada
2019-07-16
Moved the check for `exception` to rb_execarg_addopt
Nobuyoshi Nakada
2019-07-16
Expanded f_numerator
Nobuyoshi Nakada
2019-07-16
Expanded f_denominator
Nobuyoshi Nakada
2019-07-15
respect RUBY_DEBUG.
Koichi Sasada
2019-07-14
socket: use frozen string buffer when releasing GVL
Tanaka Akira
2019-07-11
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-06-21
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-01
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-29
Fix Possible Control flow issues (DEADCODE)
Kazuhiro NISHIYAMA
2019-05-24
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2019-05-23
Suppress paranoid warnings for external/3rd-party libraries
Nobuyoshi Nakada
2019-05-23
add comments [ci skip]
Urabe, Shyouhei
2019-05-23
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-14
Fixing function name
Aaron Patterson
2019-05-13
turn T_MOVED in to a linked list
Aaron Patterson
2019-05-01
guard include with has_feature
NARUSE, Yui
2019-04-26
use __attribute__((__no_sanitize__("memory")))
Urabe, Shyouhei
2019-04-21
Make rb_hash_bulk_insert public
naruse
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
fix RMoved definition location
tenderlove
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-06
internal.h: fix potential memory leak
nobu
2019-04-01
unpoison / poison objects while walking the heap
tenderlove
2019-02-14
Introduce RVALUE_EMBED_LEN_MAX to remove a magic number
mrkn
2019-01-30
enumerator.c: fix arith_seq_first for Infinity
mrkn
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-09
add setter of iter_lev.
ko1
2019-01-09
complex.c: optimize zero check for Float
mrkn
2019-01-08
Defer escaping control char in error messages
nobu
2019-01-06
internal.h: unify our own stdtbool.h implementation
k0kubun
2019-01-03
complex.c: Optimize Complex#* and Complex#**
mrkn
[next]