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
2024-07-09
Don't shrink array in `ary_make_shared`
eileencodes
2024-07-03
Move Array#map to Ruby
Aaron Patterson
2024-07-03
Move Array#select to Ruby
Aaron Patterson
2024-07-03
array.c: Remove outdated assertions
Jean Boussier
2024-07-02
Resize arrays in `rb_ary_freeze` and use it for freezing arrays
eileencodes
2024-06-02
Eliminate internal uses of `Data_Wrap_Struct`
Jean Boussier
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2024-05-02
Rename ary_heap_alloc -> ary_heap_alloc_buffer
Matt Valentine-House
2024-04-14
Resize ary when `Array#sort!` block modifies embedded ary
Zack Deveau
2024-03-31
Add missing RB_GC_GUARDs related to DATA_PTR
KJ Tsanaktsidis
2024-03-13
[DOC] Array doc (#10199)
Burdette Lamar
2024-03-06
Add 'In brief' for Array#[]
BurdetteLamar
2024-02-23
Remove unneeded RUBY_FUNC_EXPORTED
Peter Zhu
2024-02-14
[DOC] Doc compliance (#9955)
Burdette Lamar
2024-02-12
Comply with doc guide
BurdetteLamar
2024-02-12
Replace assert with RUBY_ASSERT in array.c
Peter Zhu
2024-01-23
Rewrite Array#each in Ruby using Primitive (#9533)
Takashi Kokubun
2024-01-18
[DOC] correct doc comment for rb_ary_aset
Edwing123
2024-01-09
[DOC] Enhance documentation for `Array#zip`
Akshay Birajdar
2023-12-27
[DOC] Add parentheses to Array#eql?
Peter Zhu
2023-12-25
[DOC] Link to Array#eql? from Array#hash
Peter Zhu
2023-12-23
Remove useless `#if 1` in array.c
Peter Zhu
2023-12-21
Fix ary_make_partial_step for compaction
Peter Zhu
2023-12-18
[DOC] No document for internal or debug methods
Nobuyoshi Nakada
2023-11-29
Array#rassoc should try to convert to array implicitly. Fixes #20003
Tema Bolshakov
2023-11-27
Fix compaction during ary_make_partial
Peter Zhu
2023-11-22
Get rid of flatten_memo_data_type
Jean Boussier
2023-09-04
Keep write-barrier status after splicing array
Peter Zhu
2023-08-29
[DOC] Remove typo
Nobuyoshi Nakada
2023-08-29
Fix Array#bsearch when block returns a non-integer numeric value
Kouhei Yanagita
2023-08-18
Refactor ary_make_partial
Peter Zhu
2023-08-11
[DOC] Don't suppress autolinks (#8207)
Burdette Lamar
2023-08-03
No computing embed_capa_max in ary_make_partial
Kunshan Wang
2023-07-13
Don't pass array into ary_heap_alloc
Peter Zhu
2023-07-13
Remove unused references to the transient heap
Peter Zhu
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-13
Remove RARRAY_PTR_USE_TRANSIENT
Peter Zhu
2023-07-13
[Feature #19730] Remove transient heap
Peter Zhu
2023-06-01
[DOC] Mention the edge case of `any?`/`all?`
Nobuyoshi Nakada
2023-05-17
Implement Hash ST tables on VWA
Peter Zhu
2023-05-10
[DOC] Move docs of `Array#first` and `Array#last` to array.rb
Nobuyoshi Nakada
2023-05-09
Document that Array#{&,intersection,intersect?} use hash method [ci skip]
Jeremy Evans
2023-04-19
* expand tabs. [ci skip]
git
2023-04-18
Emit special instruction for array literal + .(hash|min|max)
Aaron Patterson
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-04-01
Remove an unneeded function copy
Takashi Kokubun
2023-03-23
`Array#first` and `Array#last` in Ruby
Koichi Sasada
2023-03-15
rb_ary_sum: don't enter fast path if initial isn't a native numeric type.
Jean Boussier
2023-03-08
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]