summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Collapse)Author
2024-09-12[DOC] Tweaks for Array#fetch (#11602)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-09-12Related for Array#eql?BurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11600
2024-09-12[DOC] Related for Array#empty?BurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11599
2024-09-12[DOC] Tweaks for Array#each_indexBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11598
2024-09-11[DOC] Tweaks for Array#difference (#11593)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-09-11[DOC] Tweaks for Array#drop_whileBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11596
2024-09-11[DOC] Related for Array#compactPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/11587
2024-09-11[DOC] Tweaks for Array#dropBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11595
2024-09-11[DOC] Tweaks for Array#digBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11594
2024-09-11[DOC] Tweaks for Array#delete_atBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11591
2024-09-11[DOC] Related for Array#delete_ifBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11592
2024-09-10[DOC] Tweaks for Array#deleteBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11578
2024-09-10[DOC] Related for Array#cycleBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11577
2024-09-10[DOC] Related for Array#countBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11575
2024-09-10[DOC] Related for Array#concatBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11571
2024-09-10[DOC] Related for Array#compactBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11569
2024-09-10[DOC] Related for Array#combinationBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11568
2024-09-10[DOC] Related for Array#collect!BurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11567
2024-09-10Related for Array#collectBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11566
2024-09-10[DOC] Related for Array#clearBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11526
2024-09-10[DOC] Related for Array bsearch methodsBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11525
2024-09-10[DOC] Related for Array#atBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11524
2024-09-10[DOC] Related for Array#assocBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11521
2024-09-10[DOC] Related for Array#pushBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11520
2024-09-09[DOC] Rationalize aliases in "What's Here" (#11516)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié
If an Array which is empty or only using literals is frozen, we detect this as a peephole optimization and change the instructions to be `opt_ary_freeze`. [Feature #20684] Co-authored-by: Jean Boussier <byroot@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/11406
2024-08-30[DOC] Related for Array#[] (#11487)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-29[DOC] Related for Array#all? and Array#any? (#11495)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-29[DOC] Related for Array#[]=BurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11494
2024-08-29[DOC] Relateds for combo methods (#11483)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-28[DOC] Array comparing doc (#11486)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-28Related for Array#<<BurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11485
2024-08-28[DOC] Remove Array#abbrevBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11476
2024-08-28[DOC] More xrefs for array creationBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11477
2024-08-28Related methods for Array#deleteBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11471
2024-08-27[DOC] Tweaks for Array#delete_ifBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11470
2024-08-27[DOC] Tweaks for Array#cycle (#11459)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-27Assume that shared array is not embeddedPeter Zhu
An array cannot be shared and embedded at the same time, so we can assume that a shared array is not embedded. Notes: Merged: https://github.com/ruby/ruby/pull/11422
2024-08-26[DOC] Tweaks to Array#delete_atBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11463
2024-08-26[DOC] Tweaks to Array#deleteBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11460
2024-08-24[DOC] Tweaks to Array#combination (#11440)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-24[DOC] Tweaks for Array#concatBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11450
2024-08-24[DOC] Tweaks for Array#count docBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11452
2024-08-24[DOC] Tweaks to Array#compact!BurdetteLamar
2024-08-24[DOC] Tweaks for Array#compactBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11448
2024-08-22[DOC] Tweaks for Array#collect! (#11434)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2024-08-21[DOC] Tweaks to Array#bsearch_indexBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11396
2024-08-21[DOC] Tweaks for Array#collectBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11398
2024-08-21[DOC] Tweaks for Array#clearBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11397
2024-08-21[DOC] Tweaks for Array#bsearchBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11395