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
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
2023-03-07
YJIT: Handle splat+rest for args pass greater than required (#7468)
Jimmy Miller
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-02
Keep shared arrays WB protected
Peter Zhu
2023-01-24
Remove function ary_recycle_hash
Peter Zhu
2023-01-10
Remove ARY_SET_SHARED
Peter Zhu
2022-12-23
Don't allow re-embedding frozen arrays
Peter Zhu
2022-12-22
Fix typo in array.c
Peter Zhu
2022-12-11
[DOC] Correct Array#compact! description
Jonathan Lim
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-11-20
Fix typos (#6775)
Yudai Takada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-14
Set array capacity/shared immediately after alloc
Peter Zhu
2022-10-14
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
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
[next]