aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
...
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-938/+938
* Add comment in array.c about flagsPeter Zhu2022-07-211-0/+31
* Add RARRAY_SHARED_FLAGPeter Zhu2022-07-211-3/+3
* Refactor macros of array.cPeter Zhu2022-07-211-35/+7
* Add RARRAY_LITERAL_FLAG for array literalsPeter Zhu2022-07-201-12/+34
* Remove unused variable in array.cPeter Zhu2022-07-181-12/+11
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-121-1/+41
* Add missing write barriers to Array#replaceAlan Wu2022-04-281-2/+4
* Correct whitespace in array.c (#5791)Burdette Lamar2022-04-111-10/+370
* [DOC] Enhanced RDoc for Array intro (#5781)Burdette Lamar2022-04-101-44/+90
* [DOC] Use simple references to operator methodsNobuyoshi Nakada2022-03-261-5/+5
* Fix formatting errors in What's Here for Array, Hash, ENV (#5718)Burdette Lamar2022-03-251-4/+4
* [DOC] Repair format and links in What's Here sections (#5711)Burdette Lamar2022-03-251-124/+126
* [Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu2022-03-221-36/+155
* Assume that refcnt of shared root is non-negativePeter Zhu2022-03-141-7/+5
* Assume that shared_root exists in rb_ary_decrement_sharePeter Zhu2022-03-141-5/+3
* Fix crash on GC stress and RGENGC_CHECK_MODE=2Peter Zhu2022-03-121-3/+6
* Add rb_ary_resetPeter Zhu2022-03-111-14/+9
* Refactor duplicate code in rb_array_replacePeter Zhu2022-03-111-12/+7
* Use rb_ary_unshare for shared array in rb_ary_replacePeter Zhu2022-03-071-7/+1
* Doc: fix documentation typo for Array#minRogerio Bordignon2022-03-031-1/+1
* [DOC] Fix documentation for Array#deleteVivek Bharath Akupatni2022-03-011-1/+1
* Use rb_ary_behead for rb_ary_shiftPeter Zhu2022-02-231-55/+28
* Use RARRAY_SHARED_ROOT_FLAG for checking re-enterPeter Zhu2022-02-141-3/+3
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-121-8/+9
* [DOC] Adjustments to links in array.c (#5532)Burdette Lamar2022-02-081-13/+14
* [DOC] Fix broken links to literals.rdocNobuyoshi Nakada2022-02-081-1/+1
* [DOC] Simplify links to global methodsNobuyoshi Nakada2022-02-081-1/+1
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-071-10/+10
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-071-2/+2
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-3/+10
* Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada2021-11-151-1/+7
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-6/+2
* Remove repeated 'the' (#4966)1809092021-10-131-1/+1
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-3/+3
* [DOC] Fix broken links [ci skip]Nobuyoshi Nakada2021-09-151-2/+2
* Bsearch doc for Array and Range (#4838)Burdette Lamar2021-09-141-82/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-2/+2
* include/ruby/internal/intern/array.h: add doxygen卜部昌平2021-09-101-8/+0
* Guard array when appendingAaron Patterson2021-09-021-0/+1
* Fix a code in the Array#min documentation.universato2021-08-311-2/+1
* Fix length calculation for Array#slice!Mike Dalessio2021-08-291-1/+1
* Using RBOOL macroS.H2021-08-021-3/+1
* should not share same `def` for specialized methodKoichi Sasada2021-07-291-1/+1
* What's Here for Numeric and ComparableBurdette Lamar2021-06-211-2/+5
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-2/+4
* Do not allow array modifications after freeze inside sort!Jeremy Evans2021-05-211-2/+13
* Fix example code in Array#max docMasataka Pocke Kuwabara2021-05-081-1/+1
* Correctly update array capacity after reallocPeter Zhu2021-05-041-5/+10
* array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh2021-04-211-2/+2