[rubygems/rubygems] Bump up to rack-3.1.15 that is removed dependency of CGI::Cookie
[ruby.git] / internal / array.h
2024-09-05 Étienne BarriéOptimized instruction for Array#freeze
2023-11-07 Nobuyoshi NakadaSuppress array-bounds warnings from gcc 13
2023-07-13 Peter ZhuRemove RARRAY_CONST_PTR_TRANSIENT
2023-07-13 Peter Zhu[Feature #19730] Remove transient heap
2023-04-19 Aaron PattersonEmit special instruction for array literal + .(hash...
2023-03-07 Takashi KokubunStop exporting symbols for MJIT
2022-09-30 Victor ShepelevAdd Data class implementation: Simple immutable value...
2022-07-26 Peter ZhuRename rb_ary_tmp_new to rb_ary_hidden_new
2022-07-22 Peter ZhuRemove reference counting for all frozen arrays
2022-07-21 Peter ZhuAdd RARRAY_SHARED_FLAG
2022-07-21 Peter ZhuRefactor macros of array.c
2022-07-20 Peter ZhuAdd RARRAY_LITERAL_FLAG for array literals
2022-07-12 Matt Valentine-House[Feature #18901] Support size pool movement for Arrays
2021-10-20 Alan WuAdd comments about special runtime routines YJIT calls
2021-09-10 卜部昌平include/ruby/internal/core/rarray.h: add doxygen
2021-09-10 卜部昌平internal/*.h: skip doxygen
2021-07-28 Nobuyoshi NakadaRemove duplicate declarations
2021-06-01 S.HRemove unneeded rb_ary_ptr_use_start defination in...
2021-02-12 Nobuyoshi NakadaDefine rb_to_array which converts with to_a
2020-12-06 Koichi Sasadatuning trial: newobj with current ec
2020-12-01 Koichi Sasadashould not use rb_ary_modify()
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