summaryrefslogtreecommitdiffstats
path: root/array.c (follow)
Commit message (Expand)AuthorAgeLines
* Use rb_ary_unshare for shared array in rb_ary_replacePeter Zhu2022-03-07-7/+1
* Doc: fix documentation typo for Array#minRogerio Bordignon2022-03-03-1/+1
* [DOC] Fix documentation for Array#deleteVivek Bharath Akupatni2022-03-01-1/+1
* Use rb_ary_behead for rb_ary_shiftPeter Zhu2022-02-23-55/+28
* Use RARRAY_SHARED_ROOT_FLAG for checking re-enterPeter Zhu2022-02-14-3/+3
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-12-8/+9
* [DOC] Adjustments to links in array.c (#5532)Burdette Lamar2022-02-08-13/+14
* [DOC] Fix broken links to literals.rdocNobuyoshi Nakada2022-02-08-1/+1
* [DOC] Simplify links to global methodsNobuyoshi Nakada2022-02-08-1/+1
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-07-10/+10
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-07-2/+2
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-03-3/+10
* Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada2021-11-15-1/+7
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-08-6/+2
* Remove repeated 'the' (#4966)1809092021-10-13-1/+1
* Using NIL_P macro instead of `== Qnil`S.H2021-10-03-3/+3
* [DOC] Fix broken links [ci skip]Nobuyoshi Nakada2021-09-15-2/+2
* Bsearch doc for Array and Range (#4838)Burdette Lamar2021-09-14-82/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-11-2/+2
* include/ruby/internal/intern/array.h: add doxygen卜部昌平2021-09-10-8/+0
* Guard array when appendingAaron Patterson2021-09-02-0/+1
* Fix a code in the Array#min documentation.universato2021-08-31-2/+1
* Fix length calculation for Array#slice!Mike Dalessio2021-08-29-1/+1
* Using RBOOL macroS.H2021-08-02-3/+1
* should not share same `def` for specialized methodKoichi Sasada2021-07-29-1/+1
* What's Here for Numeric and ComparableBurdette Lamar2021-06-21-2/+5
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-17-2/+4
* Do not allow array modifications after freeze inside sort!Jeremy Evans2021-05-21-2/+13
* Fix example code in Array#max docMasataka Pocke Kuwabara2021-05-08-1/+1
* Correctly update array capacity after reallocPeter Zhu2021-05-04-5/+10
* array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh2021-04-21-2/+2
* Add Array#intersect?Travis Hunter2021-04-16-0/+56
* [DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada2021-03-29-1/+1
* [Doc] Fix Array#count comparing strategyKenichi Kamiya2021-03-28-2/+2
* Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada2021-03-20-0/+1
* Define rb_to_array which converts with to_aNobuyoshi Nakada2021-02-12-0/+6
* [DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada2021-02-07-1/+3
* Improve performance of Array#- when it is called with empty arrayMasaki Matsushita2021-02-06-0/+1
* [DOC] Fixed a markup in Array#sum [ci skip]Nobuyoshi Nakada2021-02-06-1/+1
* Explicit references to EnumerableBurdetteLamar2021-01-20-1/+4
* Revert "[Document][Array] Add missing call-seq for Array#append"Marc-Andre Lafortune2021-01-18-1/+0
* [Document][Array] Add missing call-seq for Array#appendJuanito Fatas2021-01-18-0/+1
* Add What's Here to Array RDoc (#4062)Burdette Lamar2021-01-15-0/+174
* Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)Victor Shepelev2020-12-21-5/+16
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-18-1/+1
* tuning trial: newobj with current ecKoichi Sasada2020-12-07-0/+52
* should not use rb_ary_modify()Koichi Sasada2020-12-01-11/+17
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-10-7/+1
* Fix linksS-H-GAMELINKS2020-11-10-1/+1
* Make Array methods return Array instances instead of subclass instancesJeremy Evans2020-11-03-7/+5