index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-array-ext
Age
Commit message (
Expand
)
Author
2021-12-30
Get object properties after `mrb_get_args()`
dearblue
2021-12-12
Add `Array#{repeated_combination,repeated_permutation}` methods
dearblue
2021-11-28
Align "wrong number of arguments" messages
dearblue
2021-10-31
Added `Array#product` method
dearblue
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-05-27
array.c: unify `mrb_ary_ref` and `mrb_ary_entry`
Yukihiro "Matz" Matsumoto
2021-05-15
mruby-array-ext/array.c: implement `Array#rotate` in C.
Yukihiro "Matz" Matsumoto
2021-05-14
mruby-array-ext/array.c: implement `Array#compact` in C.
Yukihiro "Matz" Matsumoto
2021-05-14
array.rb: replace `can't` with `cannot`.
Yukihiro "Matz" Matsumoto
2021-04-28
array.rb: `Array#uniq` to return always `Array`.
Yukihiro "Matz" Matsumoto
2021-04-17
array.rb: add `Array#intersect?` from Ruby3.0.1.
Yukihiro "Matz" Matsumoto
2021-02-20
Comment out `warn` used in the `Array#fetch` method
dearblue
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-11-05
Fix `A.new([[1,2],3]).flatten` to return `Array`.
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-01-21
Delete duplicated `Array#delete_if` test.
Hiroshi Mimaki
2020-01-21
Delete duplicated `Array#delete_if`.
Hiroshi Mimaki
2019-11-05
Remove test that depend on `mruby-enumerator` from `mruby-array-ext`
KOBAYASHI Shuji
2019-10-14
Fix the example of `Array#intersection` in the document [ci skip]
KOBAYASHI Shuji
2019-10-14
Add `Array#intersection` which is new in Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-10-14
Move `Array#difference` just after `Array#-`.
Yukihiro "Matz" Matsumoto
2019-10-14
Fixed a bug in `Array#difference`.
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-20
Fix typo in `Array#difference` document [ci skip]
KOBAYASHI Shuji
2019-09-16
Add `filter` aliases for `Enumerable` and `Hash`.
Yukihiro "Matz" Matsumoto
2019-09-16
Add `Array#difference` method from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-09-01
`Array#permutation` with a negative argument should not yield
KOBAYASHI Shuji
2019-08-30
`Array#(permutation|combination)` without block should return `self`
KOBAYASHI Shuji
2019-07-26
Drop dependency from `mruby-array-ext` to `mruby-enum-ext`
KOBAYASHI Shuji
2019-07-25
Refine `Array#(permutation|combination) test`
KOBAYASHI Shuji
2019-06-23
Fix argument specs to `Array`
KOBAYASHI Shuji
2019-05-31
Comment out the empty `Array#bsearch_index` test
KOBAYASHI Shuji
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
2019-04-06
Move `Array#(append|prepend)` from core to `mruby-ary-ext`
KOBAYASHI Shuji
2019-02-01
Move `NONE` to `mrblib/enum.rb`
KOBAYASHI Shuji
2018-11-25
Fix wrong number of arguments in `Array#fetch`; fix #4170
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `try_convert` method from Array and Hash.
Yukihiro "Matz" Matsumoto
2018-11-19
fix non-ASCII comment.
Yukihiro "Matz" Matsumoto
2018-10-12
Call `uniq!` for each union processing in `Array#union`.
Yukihiro "Matz" Matsumoto
2018-09-26
Add index to larger segment lists for performance
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `Array#union` which is introduced in Ruby2.6.
Yukihiro "Matz" Matsumoto
2018-09-20
Improve performance of `Array#uniq!`.
Yukihiro "Matz" Matsumoto
[next]