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
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-05
Make Symbol#to_proc calls handle keyword arguments
Jeremy Evans
2019-09-05
hide rb_funcallv_with_cc from public
卜部昌平
2019-08-30
Set symbol export for rb_hash_stlike_foreach
Jeremy Evans
2019-08-30
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-27
rb_uninterruptible now free from ANYARGS
卜部昌平
2019-08-27
struct MEMO now free from ANYARGS
卜部昌平
2019-08-27
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
delete rb_method_defined_by declaration.
卜部昌平
2019-08-21
`rp(obj)` shows func, file and line. (#2394)
Koichi Sasada
2019-08-13
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-10
Expanded f_quo
Nobuyoshi Nakada
2019-08-09
add rp() and bp() in internal.h.
Koichi Sasada
2019-08-09
introduce RCLASS_CLONED flag for inline cache.
Koichi Sasada
2019-08-06
leafify opt_plus
卜部昌平
2019-08-04
Make opt_eq and opt_neq insns leaf
Takashi Kokubun
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
[next]