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-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
2019-01-01
complex.c: Optimize Complex#+ for some conditions
mrkn
2018-12-29
hide ar_table internals from internal.h.
ko1
2018-12-21
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-20
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-12-12
complex.c: new APIs for Complex
nobu
2018-12-12
complex.c: rb_complex_new_polar
nobu
2018-12-12
enumerator.c: rb_arithmetic_sequence_extract
mrkn
2018-12-06
Add missing declaration to export
naruse
2018-12-06
Should be true fix for r66200
naruse
2018-12-06
refix of r66200
naruse
2018-12-06
fix r66200 again
naruse
2018-12-05
Revert "fix typoe of r66200"
normal
2018-12-05
fix typoe of r66200
naruse
[next]