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
/
array.h
Age
Commit message (
Expand
)
Author
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
2023-11-07
Suppress array-bounds warnings from gcc 13
Nobuyoshi Nakada
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-13
[Feature #19730] Remove transient heap
Peter Zhu
2023-04-18
Emit special instruction for array literal + .(hash|min|max)
Aaron Patterson
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2022-09-30
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-22
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-21
Add RARRAY_SHARED_FLAG
Peter Zhu
2022-07-21
Refactor macros of array.c
Peter Zhu
2022-07-20
Add RARRAY_LITERAL_FLAG for array literals
Peter Zhu
2022-07-12
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2021-10-20
Add comments about special runtime routines YJIT calls
Alan Wu
2021-09-10
include/ruby/internal/core/rarray.h: add doxygen
卜部昌平
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-07-28
Remove duplicate declarations
Nobuyoshi Nakada
2021-06-01
Remove unneeded rb_ary_ptr_use_start defination in internal/array.h (#4427)
S.H
2021-02-12
Define rb_to_array which converts with to_a
Nobuyoshi Nakada
2020-12-07
tuning trial: newobj with current ec
Koichi Sasada
2020-12-01
should not use rb_ary_modify()
Koichi Sasada
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/array.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平