summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2022-04-28Add missing write barriers to Array#replaceAlan Wu
2022-04-11Correct 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 methodsNobuyoshi Nakada
2022-03-25Fix 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 AllocationPeter Zhu
2022-03-14Assume that refcnt of shared root is non-negativePeter Zhu
2022-03-14Assume that shared_root exists in rb_ary_decrement_sharePeter Zhu
2022-03-12Fix crash on GC stress and RGENGC_CHECK_MODE=2Peter Zhu
2022-03-11Add rb_ary_resetPeter Zhu
2022-03-11Refactor duplicate code in rb_array_replacePeter Zhu
2022-03-07Use rb_ary_unshare for shared array in rb_ary_replacePeter Zhu
2022-03-03Doc: fix documentation typo for Array#minRogerio Bordignon
2022-03-01[DOC] Fix documentation for Array#deleteVivek Bharath Akupatni
2022-02-23Use rb_ary_behead for rb_ary_shiftPeter Zhu
2022-02-14Use RARRAY_SHARED_ROOT_FLAG for checking re-enterPeter Zhu
2022-02-12[DOC] Simplify operator method referencesNobuyoshi Nakada
2022-02-08[DOC] Adjustments to links in array.c (#5532)Burdette Lamar
2022-02-08[DOC] Fix broken links to literals.rdocNobuyoshi Nakada
2022-02-08[DOC] Simplify links to global methodsNobuyoshi Nakada
2022-02-07[DOC] Use RDoc link style for links in the same class/modulePeter Zhu
2022-02-07[DOC] Use RDoc link style for links to other classes/modulesPeter Zhu
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-11-15Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada
2021-11-08[Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu
2021-10-13Remove repeated 'the' (#4966)180909
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-14Bsearch doc for Array and Range (#4838)Burdette Lamar
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-09-10include/ruby/internal/intern/array.h: add doxygen卜部昌平
2021-09-02Guard array when appendingAaron Patterson
2021-08-31Fix a code in the Array#min documentation.universato
2021-08-29Fix length calculation for Array#slice!Mike Dalessio
2021-08-02Using RBOOL macroS.H
2021-07-29should not share same `def` for specialized methodKoichi Sasada
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-05-21Do not allow array modifications after freeze inside sort!Jeremy Evans
2021-05-08Fix example code in Array#max docMasataka Pocke Kuwabara
2021-05-04Correctly update array capacity after reallocPeter Zhu
2021-04-21array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh
2021-04-16Add Array#intersect?Travis Hunter
2021-03-29[DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada
2021-03-28[Doc] Fix Array#count comparing strategyKenichi Kamiya
2021-03-20Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada
2021-02-12Define rb_to_array which converts with to_aNobuyoshi Nakada
2021-02-07[DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada
2021-02-06Improve performance of Array#- when it is called with empty arrayMasaki Matsushita