aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Array#intersect?Travis Hunter2021-04-161-0/+56
* [DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada2021-03-291-1/+1
* [Doc] Fix Array#count comparing strategyKenichi Kamiya2021-03-281-2/+2
* Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada2021-03-201-0/+1
* Define rb_to_array which converts with to_aNobuyoshi Nakada2021-02-121-0/+6
* [DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada2021-02-071-1/+3
* Improve performance of Array#- when it is called with empty arrayMasaki Matsushita2021-02-061-0/+1
* [DOC] Fixed a markup in Array#sum [ci skip]Nobuyoshi Nakada2021-02-061-1/+1
* Explicit references to EnumerableBurdetteLamar2021-01-201-1/+4
* Revert "[Document][Array] Add missing call-seq for Array#append"Marc-Andre Lafortune2021-01-181-1/+0
* [Document][Array] Add missing call-seq for Array#appendJuanito Fatas2021-01-181-0/+1
* Add What's Here to Array RDoc (#4062)Burdette Lamar2021-01-151-0/+174
* Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)Victor Shepelev2020-12-211-5/+16
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-1/+1
* tuning trial: newobj with current ecKoichi Sasada2020-12-071-0/+52
* should not use rb_ary_modify()Koichi Sasada2020-12-011-11/+17
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-101-7/+1
* Fix linksS-H-GAMELINKS2020-11-101-1/+1
* Make Array methods return Array instances instead of subclass instancesJeremy Evans2020-11-031-7/+5
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-3/+0
* Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata2020-10-211-8/+83
* Comply with guide for method doc: array.c (#3506)Burdette Lamar2020-09-021-103/+47
* Comply with guide for method doc: array.c (#3499)Burdette Lamar2020-09-011-95/+12
* Comply with guide for method doc: array.c (#3489)Burdette Lamar2020-08-311-63/+11
* Comply with guide for method doc: array.c (#3484)Burdette Lamar2020-08-311-74/+19
* Comply with guide for method doc: array.c (#3477)Burdette Lamar2020-08-311-90/+14
* Comply with guide for method doc: array.c (#3475)Burdette Lamar2020-08-301-54/+17
* Comply with guide for method doc: array.c (#3474)Burdette Lamar2020-08-291-82/+13
* Comply with guide for method doc: array.c (#3473)Burdette Lamar2020-08-291-143/+29
* Comply with guide for method doc: array.c (#3469)Burdette Lamar2020-08-281-122/+33