summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-14Bsearch doc for Array and Range (#4838)Burdette Lamar
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-09-10include/ruby/internal/intern/array.h: add doxygen卜部昌平
2021-09-02Guard array when appendingAaron Patterson
2021-08-31Fix a code in the Array#min documentation.universato
2021-08-29Fix length calculation for Array#slice!Mike Dalessio
2021-08-02Using RBOOL macroS.H
2021-07-29should not share same `def` for specialized methodKoichi Sasada
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-05-21Do not allow array modifications after freeze inside sort!Jeremy Evans
2021-05-08Fix example code in Array#max docMasataka Pocke Kuwabara
2021-05-04Correctly update array capacity after reallocPeter Zhu
2021-04-21array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh
2021-04-16Add Array#intersect?Travis Hunter
2021-03-29[DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada
2021-03-28[Doc] Fix Array#count comparing strategyKenichi Kamiya
2021-03-20Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada
2021-02-12Define rb_to_array which converts with to_aNobuyoshi Nakada
2021-02-07[DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada
2021-02-06Improve performance of Array#- when it is called with empty arrayMasaki Matsushita
2021-02-06[DOC] Fixed a markup in Array#sum [ci skip]Nobuyoshi Nakada
2021-01-20Explicit references to EnumerableBurdetteLamar
2021-01-18Revert "[Document][Array] Add missing call-seq for Array#append"Marc-Andre Lafortune
2021-01-18[Document][Array] Add missing call-seq for Array#appendJuanito Fatas
2021-01-15Add What's Here to Array RDoc (#4062)Burdette Lamar
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