1254 Commits

Author SHA1 Message Date
Burdette Lamar
609fdde2c9
[DOC] Tweaks for Array.intersect? (#11744) 2024-10-02 11:12:01 -04:00
Burdette Lamar
a7c04a317f
[DOC] Tweaks for Array#intersection (#11745) 2024-10-02 11:11:29 -04:00
Burdette Lamar
e41e4bacb1
[DOC] Tweaks for Array#inspect (#11743) 2024-10-02 09:15:25 -04:00
BurdetteLamar
5edc321988 [DOC] Tweaks for Array#keep_if 2024-10-01 15:47:20 -04:00
BurdetteLamar
e72e18b31d [DOC] Tweaks for Array#join 2024-10-01 15:46:25 -04:00
Burdette Lamar
03ca99c93b
[DOC] Tweaks for Array#hash (#11704) 2024-09-29 21:22:43 -04:00
Burdette Lamar
116395d315
[DOC] Tweaks for Array#flatten! (#11689) 2024-09-29 21:21:26 -04:00
Burdette Lamar
154ec2d242
[DOC] Tweaks for Array#insert (#11709) 2024-09-29 21:21:11 -04:00
BurdetteLamar
01ff65af32 [DOC] Tweaks for Array#replace 2024-09-28 21:13:21 -04:00
BurdetteLamar
3986b5fef5 [DOC] Tweaks for Array#include? 2024-09-28 21:12:17 -04:00
BurdetteLamar
d64528c695 [DOC] Tweaks for Array#freeze 2024-09-28 20:59:36 -04:00
Burdette Lamar
5a7b66fa97
[DOC] Tweaks for Array#flatten (#11688) 2024-09-28 20:58:14 -04:00
Burdette Lamar
8bf55328da
[DOC] Tweaks for Array#find_index (#11686) 2024-09-25 14:42:40 -04:00
Burdette Lamar
d5241414c5
[DOC] More on Array#fill (#11610) 2024-09-24 16:35:43 -04:00
BurdetteLamar
1c3981cb88 [DOC] Tweaks for Array#select! 2024-09-16 12:33:42 -04:00
BurdetteLamar
4e17fa2906 Tweaks or Array#select 2024-09-16 12:33:07 -04:00
Burdette Lamar
0960c8aacd
[DOC] Tweaks for Array#fetch_values (#11603) 2024-09-12 15:19:20 -04:00
Burdette Lamar
ce5fd35b35
[DOC] Tweaks for Array#fetch (#11602) 2024-09-12 15:18:56 -04:00
BurdetteLamar
d8aa8f4184 Related for Array#eql? 2024-09-12 10:33:56 -04:00
BurdetteLamar
c147e43b4f [DOC] Related for Array#empty? 2024-09-12 10:32:56 -04:00
BurdetteLamar
471d3950e6 [DOC] Tweaks for Array#each_index 2024-09-12 10:32:18 -04:00
Burdette Lamar
18fb11aaa4
[DOC] Tweaks for Array#difference (#11593) 2024-09-11 13:14:41 -04:00
BurdetteLamar
c7faffd1d6 [DOC] Tweaks for Array#drop_while 2024-09-11 13:14:08 -04:00
Peter Zhu
7facf23232 [DOC] Related for Array#compact 2024-09-11 08:49:10 -04:00
BurdetteLamar
0906b16277 [DOC] Tweaks for Array#drop 2024-09-11 08:48:49 -04:00
BurdetteLamar
309362d6c5 [DOC] Tweaks for Array#dig 2024-09-11 08:47:09 -04:00
BurdetteLamar
c7e1862116 [DOC] Tweaks for Array#delete_at 2024-09-11 08:36:23 -04:00
BurdetteLamar
3aeb9c75bd [DOC] Related for Array#delete_if 2024-09-11 08:33:10 -04:00
BurdetteLamar
a723d48081 [DOC] Tweaks for Array#delete 2024-09-10 15:38:41 -04:00
BurdetteLamar
7ec51310d5 [DOC] Related for Array#cycle 2024-09-10 15:37:41 -04:00
BurdetteLamar
a055a426ed [DOC] Related for Array#count 2024-09-10 15:37:17 -04:00
BurdetteLamar
ff43e618e9 [DOC] Related for Array#concat 2024-09-10 15:36:46 -04:00
BurdetteLamar
b27a128d72 [DOC] Related for Array#compact 2024-09-10 15:31:50 -04:00
BurdetteLamar
648866b671 [DOC] Related for Array#combination 2024-09-10 15:31:31 -04:00
BurdetteLamar
175a98d516 [DOC] Related for Array#collect! 2024-09-10 15:30:40 -04:00
BurdetteLamar
316c2001e0 Related for Array#collect 2024-09-10 14:53:35 -04:00
BurdetteLamar
ec3851e6b1 [DOC] Related for Array#clear 2024-09-10 14:03:13 -04:00
BurdetteLamar
bd9fa014e3 [DOC] Related for Array bsearch methods 2024-09-10 14:02:23 -04:00
BurdetteLamar
3d09242cc4 [DOC] Related for Array#at 2024-09-10 14:01:21 -04:00
BurdetteLamar
a552e04d81 [DOC] Related for Array#assoc 2024-09-10 14:00:54 -04:00
BurdetteLamar
b420b094d9 [DOC] Related for Array#push 2024-09-10 14:00:28 -04:00
Burdette Lamar
2b1147f1de
[DOC] Rationalize aliases in "What's Here" (#11516) 2024-09-09 15:24:33 -04:00
Étienne Barrié
a99707cd9c Optimized instruction for Array#freeze
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>
2024-09-05 12:46:02 +02:00
Burdette Lamar
2d944dde70
[DOC] Related for Array#[] (#11487) 2024-08-30 22:23:03 -04:00
Burdette Lamar
b1c569c193
[DOC] Related for Array#all? and Array#any? (#11495) 2024-08-29 16:31:26 -04:00
BurdetteLamar
a04dd0bf5e [DOC] Related for Array#[]= 2024-08-29 10:44:29 -04:00
Burdette Lamar
74888846e5
[DOC] Relateds for combo methods (#11483) 2024-08-29 10:43:54 -04:00
Burdette Lamar
dba9601e0f
[DOC] Array comparing doc (#11486) 2024-08-28 17:17:21 -04:00
BurdetteLamar
ec88979a06 Related for Array#<< 2024-08-28 16:51:33 -04:00
BurdetteLamar
acafb92464 [DOC] Remove Array#abbrev 2024-08-28 15:05:52 -04:00