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-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
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
[next]