summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2020-12-21Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)Victor Shepelev
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-07tuning trial: newobj with current ecKoichi Sasada
2020-12-01should not use rb_ary_modify()Koichi Sasada
2020-11-10Removed canonicalization for mathnNobuyoshi Nakada
2020-11-10Fix linksS-H-GAMELINKS
2020-11-03Make Array methods return Array instances instead of subclass instancesJeremy Evans
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-09-02Comply with guide for method doc: array.c (#3506)Burdette Lamar
2020-09-01Comply with guide for method doc: array.c (#3499)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3489)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3484)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3477)Burdette Lamar
2020-08-30Comply with guide for method doc: array.c (#3475)Burdette Lamar
2020-08-29Comply with guide for method doc: array.c (#3474)Burdette Lamar
2020-08-29Comply with guide for method doc: array.c (#3473)Burdette Lamar
2020-08-28Comply with guide for method doc: array.c (#3469)Burdette Lamar
2020-08-23Remove checks for self returned in array.c and hash.c examples (#3446)Burdette Lamar
2020-08-21Remove trivial examples from array.c (#3442)Burdette Lamar
2020-08-20Remove nil-return examples from array.c (#3437)Burdette Lamar
2020-08-19Partial compliance with doc/method_documentation.rdoc (#3431)Burdette Lamar
2020-08-15RARRAY_AREF: convert into an inline function卜部昌平
2020-08-14Fix links to Dig Methods document (#3421)Burdette Lamar
2020-08-13Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar
2020-08-13MAYBE_UNUSED should just suffice卜部昌平
2020-08-10Enhanced RDoc for Array (#3400)Burdette Lamar
2020-08-10Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada
2020-08-10Suppress unused-function warningsNobuyoshi Nakada
2020-08-07Enhanced RDoc for Array#take and Array#take_while (#3398)Burdette Lamar
2020-08-07Enhanced RDoc for Array#product (#3395)Burdette Lamar
2020-08-05Enhanced documentation for Array#repeated_combination (#3392)Burdette Lamar
2020-08-05Enhanced documentation for Array#repeated_permutation (#3390)Burdette Lamar
2020-08-01Initialize memo pointer and use it consistently to silence gcc 7+Nobuyoshi Nakada
2020-07-31Enhanced RDoc for ArrayBurdette Lamar
2020-07-30Document Array#flatten{,!} accept explicit nil argument [ci skip]Jeremy Evans
2020-07-30Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune
2020-07-29Enhanced RDoc for Array (#3372)Burdette Lamar
2020-07-28Enhanced RDoc for Array [ci skip]BurdetteLamar
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-22Enhanced RDoc for Array (#3350)Burdette Lamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-18Optimize Array#min (#3324)Kenta Murata
2020-07-18Optimize Array#max (#3325)Kenta Murata
2020-07-11Enhanced RDoc for Array#fill (#3301)Burdette Lamar
2020-07-08Enhanced RDoc for Array (#3282)Burdette Lamar
2020-07-03Enhanced RDoc for Array (#3276)Burdette Lamar
2020-06-29rb_ary_slice_bang: do not goto into a branch卜部昌平