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
/
array.c
Age
Commit message (
Expand
)
Author
2022-09-30
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-09-29
[Bug #19029] Don't start GC during compaction
Matt Valentine-House
2022-08-11
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-07-28
Make array slices views rather than copies
Peter Zhu
2022-07-26
Use rb_ary_hidden_new for rb_ary_hidden_new_fill
Peter Zhu
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
Remove ary_discard
Peter Zhu
2022-07-22
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-21
Remove unused variable in array.c
Peter Zhu
2022-07-21
Remove check for shared root arrays
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
Add comment in array.c about flags
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-18
Remove unused variable in array.c
Peter Zhu
2022-07-12
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2022-04-28
Add missing write barriers to Array#replace
Alan Wu
2022-04-11
Correct whitespace in array.c (#5791)
Burdette Lamar
2022-04-10
[DOC] Enhanced RDoc for Array intro (#5781)
Burdette Lamar
2022-03-26
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-25
Fix formatting errors in What's Here for Array, Hash, ENV (#5718)
Burdette Lamar
2022-03-25
[DOC] Repair format and links in What's Here sections (#5711)
Burdette Lamar
2022-03-22
[Feature #18634] Implement Arrays on Variable Width Allocation
Peter Zhu
2022-03-14
Assume that refcnt of shared root is non-negative
Peter Zhu
2022-03-14
Assume that shared_root exists in rb_ary_decrement_share
Peter Zhu
2022-03-12
Fix crash on GC stress and RGENGC_CHECK_MODE=2
Peter Zhu
2022-03-11
Add rb_ary_reset
Peter Zhu
2022-03-11
Refactor duplicate code in rb_array_replace
Peter Zhu
2022-03-07
Use rb_ary_unshare for shared array in rb_ary_replace
Peter Zhu
2022-03-03
Doc: fix documentation typo for Array#min
Rogerio Bordignon
2022-03-01
[DOC] Fix documentation for Array#delete
Vivek Bharath Akupatni
2022-02-23
Use rb_ary_behead for rb_ary_shift
Peter Zhu
2022-02-14
Use RARRAY_SHARED_ROOT_FLAG for checking re-enter
Peter Zhu
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-08
[DOC] Adjustments to links in array.c (#5532)
Burdette Lamar
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-15
Use `Primitive.mandatory_only?` for `Array#sample`
Koichi Sasada
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-10-13
Remove repeated 'the' (#4966)
180909
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-15
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-14
Bsearch doc for Array and Range (#4838)
Burdette Lamar
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-10
include/ruby/internal/intern/array.h: add doxygen
卜部昌平
2021-09-02
Guard array when appending
Aaron Patterson
[next]