[ruby/strscan] jruby: Check if len++ walked off the end
[ruby.git] / array.c
4 days ago Nobuyoshi Nakada[Bug #21304] Reload length and pointer after `#hash...
5 days ago Yusuke EndohFix an ASAN error in Array#difference
2025-04-14 Samuel WilliamsAssert the GVL is held when performing various `rb_...
2025-02-27 Nobuyoshi Nakada[DOC] Reference to the idiom from Array#sort
2025-02-13 Jean BoussierArray#sort_by! return early if sorting is useless
2025-02-10 Peter Zhu[DOC] Fix call-seq consistency in Array
2025-02-02 Nobuyoshi Nakada[Bug #21106] Remove the useless last iteration
2025-01-03 BurdetteLamar[DOC] Tweaks for Array doc
2025-01-02 Nobuyoshi Nakada[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
2025-01-02 Nobuyoshi Nakada[DOC] Exclude 'Method' from RDoc's autolinking
2024-12-18 tomoya ishida[DOC] Fix output examples containing old Hash#inspect...
2024-12-18 Kouhei Yanagita[DOC] Fix the block parameter name in Array#zip
2024-12-17 Burdette Lamar[DOC] Change arg names from n to count (#12288)
2024-12-13 Stan LoFix incorrect rdoc-ref links in array.rb
2024-12-05 Jean Boussierarray.c: Remove unused `rb_ary_verify` function
2024-12-04 Jean BoussierFix an off by one in `rb_ary_resize`
2024-12-02 BurdetteLamarCorrect order of listed methods
2024-11-20 BurdetteLamar[DOC] Tweaks for Array
2024-11-13 Takashi KokubunMove Array#select to Ruby
2024-11-13 Jean byroot BoussierMark strings returned by Symbol#to_s as chilled (...
2024-11-11 BurdetteLamar[DOC] Tweaks for array indexes
2024-11-11 BurdetteLamar[DOC] Sort items in What's Here
2024-11-11 BurdetteLamar[DOC] Tweaks for Array#|
2024-11-08 Burdette Lamar[DOC] Doc for Array#zip (#11961)
2024-11-07 Burdette Lamar[DOC] Doc for Array#values_at (#11960)
2024-11-04 Takashi KokubunYJIT: Replace Array#each only when YJIT is enabled...
2024-10-28 Burdette Lamar[DOC] Tweaks for Array#uniq (#11949)
2024-10-25 Burdette Lamar[DOC] Tweaks for Array#uniq! (#11950)
2024-10-24 BurdetteLamar[DOC] Tweaks for Array#union
2024-10-24 BurdetteLamar[DOC] Tweaks for Array#transpose
2024-10-22 Burdette Lamar[DOC] Tweaks for Array#inspect (#11935)
2024-10-22 BurdetteLamar[DOC] Tweaks for Array#to_h
2024-10-22 Burdette Lamar[DOC] Tweaks for Array#take_while (#11930)
2024-10-22 Burdette Lamar[DOC] Tweaks for Array#take (#11929)
2024-10-22 BurdetteLamar[DOC] Tweaks for Array#to_a
2024-10-18 BurdetteLamar[DOC] Tweaks for Array#sum
2024-10-18 BurdetteLamar[DOC] Tweaks for Array#sort_by!
2024-10-17 BurdetteLamar[DOC] Tweaks for Array#sort!
2024-10-17 Burdette Lamar[DOC] Tweaks for Array#sort (#11907)
2024-10-16 Burdette Lamar[DOC] Tweaks for Array#slice! (#11902)
2024-10-12 Burdette Lamar[DOC] Tweaks for Array#shift (#11886)
2024-10-11 Burdette Lamar[DOC] Tweaks for Array#rotate! (#11875)
2024-10-11 BurdetteLamar[DOC] Tweaks for Array#rotate
2024-10-11 Burdette Lamar[DOC] Tweaks for Array#repeated_permutation (#11873)
2024-10-10 Burdette Lamar[DOC] Tweaks for Array#reverse_each (#11855)
2024-10-10 Burdette Lamar[DOC] Tweaks for Array#repeated_combination (#11839)
2024-10-09 BurdetteLamar[DOC] Tweaks for Array#rindex
2024-10-09 BurdetteLamar[DOC] Tweaks for Array#reverse!
2024-10-09 BurdetteLamar[DOC] Tweaks for Array#reverse
2024-10-08 BurdetteLamar[DOC] Tweaks for Array#reject!
2024-10-08 BurdetteLamar[DOC] Tweaks for Array#reject
2024-10-08 BurdetteLamar[DOC] Tweaks for Array#rassoc
2024-10-08 Burdette Lamar[DOC] Tweaks for Array#product (#11823)
2024-10-08 Burdette Lamar[DOC] Tweaks for Array#pop (#11821)
2024-10-08 BurdetteLamar[DOC] Tweaks for Array#unshift
2024-10-07 Burdette Lamar[DOC] Tweaks for Array#permutation (#11802)
2024-10-04 Burdette Lamar[DOC] Tweaks for Array#none? (#11788)
2024-10-04 Burdette Lamar[DOC] Tweaks for Array#one? (#11789)
2024-10-04 Peter Zhu[DOC] Minor adjustment for Array#min
2024-10-04 Peter Zhu[DOC] Minor adjustment for Array#max
2024-10-04 Burdette Lamar[DOC] Tweaks for Array#minmax (#11787)
2024-10-03 Peter Zhu[DOC] Correct documentation for Array#max
2024-10-03 Burdette Lamar[DOC] Tweaks for Array#min (#11786)
2024-10-03 Peter Zhu[DOC] Add pound sign before all <=> methods
2024-10-02 Peter Zhu[DOC] Fix indentation in documentation for Array#sort!
2024-10-02 Burdette Lamar[DOC] Tweaks for Array#max (#11768)
2024-10-02 BurdetteLamar[DOC] Tweaks for Array#length
2024-10-02 Burdette Lamar[DOC] Tweaks for Array.intersect? (#11744)
2024-10-02 Burdette Lamar[DOC] Tweaks for Array#intersection (#11745)
2024-10-02 Burdette Lamar[DOC] Tweaks for Array#inspect (#11743)
2024-10-01 BurdetteLamar[DOC] Tweaks for Array#keep_if
2024-10-01 BurdetteLamar[DOC] Tweaks for Array#join
2024-09-30 Burdette Lamar[DOC] Tweaks for Array#hash (#11704)
2024-09-30 Burdette Lamar[DOC] Tweaks for Array#flatten! (#11689)
2024-09-30 Burdette Lamar[DOC] Tweaks for Array#insert (#11709)
2024-09-29 BurdetteLamar[DOC] Tweaks for Array#replace
2024-09-29 BurdetteLamar[DOC] Tweaks for Array#include?
2024-09-29 BurdetteLamar[DOC] Tweaks for Array#freeze
2024-09-29 Burdette Lamar[DOC] Tweaks for Array#flatten (#11688)
2024-09-25 Burdette Lamar[DOC] Tweaks for Array#find_index (#11686)
2024-09-24 Burdette Lamar[DOC] More on Array#fill (#11610)
2024-09-16 BurdetteLamar[DOC] Tweaks for Array#select!
2024-09-16 BurdetteLamarTweaks or Array#select
2024-09-12 Burdette Lamar[DOC] Tweaks for Array#fetch_values (#11603)
2024-09-12 Burdette Lamar[DOC] Tweaks for Array#fetch (#11602)
2024-09-12 BurdetteLamarRelated for Array#eql?
2024-09-12 BurdetteLamar[DOC] Related for Array#empty?
2024-09-12 BurdetteLamar[DOC] Tweaks for Array#each_index
2024-09-11 Burdette Lamar[DOC] Tweaks for Array#difference (#11593)
2024-09-11 BurdetteLamar[DOC] Tweaks for Array#drop_while
2024-09-11 Peter Zhu[DOC] Related for Array#compact
2024-09-11 BurdetteLamar[DOC] Tweaks for Array#drop
2024-09-11 BurdetteLamar[DOC] Tweaks for Array#dig
2024-09-11 BurdetteLamar[DOC] Tweaks for Array#delete_at
2024-09-11 BurdetteLamar[DOC] Related for Array#delete_if
2024-09-10 BurdetteLamar[DOC] Tweaks for Array#delete
2024-09-10 BurdetteLamar[DOC] Related for Array#cycle
2024-09-10 BurdetteLamar[DOC] Related for Array#count
2024-09-10 BurdetteLamar[DOC] Related for Array#concat
2024-09-10 BurdetteLamar[DOC] Related for Array#compact
next