aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove checks for self returned in array.c and hash.c examples (#3446)Burdette Lamar2020-08-231-100/+33
* Remove trivial examples from array.c (#3442)Burdette Lamar2020-08-211-72/+12
* Remove nil-return examples from array.c (#3437)Burdette Lamar2020-08-201-80/+24
* Partial compliance with doc/method_documentation.rdoc (#3431)Burdette Lamar2020-08-191-400/+54
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-151-1/+1
* Fix links to Dig Methods document (#3421)Burdette Lamar2020-08-141-1/+1
* Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar2020-08-131-11/+12
* MAYBE_UNUSED should just suffice卜部昌平2020-08-131-5/+2
* Enhanced RDoc for Array (#3400)Burdette Lamar2020-08-101-28/+180
* Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada2020-08-101-2/+2
* Suppress unused-function warningsNobuyoshi Nakada2020-08-101-0/+5
* Enhanced RDoc for Array#take and Array#take_while (#3398)Burdette Lamar2020-08-071-19/+38
* Enhanced RDoc for Array#product (#3395)Burdette Lamar2020-08-071-13/+55
* Enhanced documentation for Array#repeated_combination (#3392)Burdette Lamar2020-08-051-25/+62
* Enhanced documentation for Array#repeated_permutation (#3390)Burdette Lamar2020-08-051-14/+63
* Initialize memo pointer and use it consistently to silence gcc 7+Nobuyoshi Nakada2020-08-011-5/+5
* Enhanced RDoc for ArrayBurdette Lamar2020-07-311-44/+159
* Document Array#flatten{,!} accept explicit nil argument [ci skip]Jeremy Evans2020-07-301-4/+4
* Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune2020-07-301-18/+26
* Enhanced RDoc for Array (#3372)Burdette Lamar2020-07-291-80/+142
* Enhanced RDoc for Array [ci skip]BurdetteLamar2020-07-281-96/+240
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-1/+1
* Enhanced RDoc for Array (#3350)Burdette Lamar2020-07-221-46/+72
* Enhanced RDoc for ArrayBurdetteLamar2020-07-211-7/+1
* Enhanced RDoc for ArrayBurdetteLamar2020-07-211-2/+4
* Enhanced RDoc for ArrayBurdetteLamar2020-07-211-60/+90
* Optimize Array#min (#3324)Kenta Murata2020-07-181-7/+106
* Optimize Array#max (#3325)Kenta Murata2020-07-181-7/+106
* Enhanced RDoc for Array#fill (#3301)Burdette Lamar2020-07-111-20/+208
* Enhanced RDoc for Array (#3282)Burdette Lamar2020-07-081-59/+140
* Enhanced RDoc for Array (#3276)Burdette Lamar2020-07-031-51/+191