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
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
2018-09-20
Make `#to_h` to take a block; [ruby-core:89088]
Yukihiro "Matz" Matsumoto
2018-09-18
Array size may be changed in `mrb_get_args()` reentry.
Yukihiro "Matz" Matsumoto
2018-09-07
Clear terminated space
dearblue
2017-11-17
implement Array.transpose
Tomasz Dąbrowski
2017-10-20
Add `Array#{permutation,combination}.
Yukihiro "Matz" Matsumoto
2017-10-17
Use a new function: `mrb_get_argc()`; ref #3826
Yukihiro "Matz" Matsumoto
2017-08-26
Replaced Array#each with while loop for performance reasons
Christopher Aue
2017-08-26
Removed unneeded block check in Array#uniq
Christopher Aue
2017-08-26
Reimplemented Array#flatten with #flatten!
Christopher Aue
2017-08-11
Remove unnecessary inline function `ary_elt`.
Yukihiro "Matz" Matsumoto
2017-07-30
Improved speed of enumeration methods
Christopher Aue
2017-07-28
Added Array#bsearch_index
Christopher Aue
2017-07-28
Refactored Array#bsearch
Christopher Aue
2017-07-28
Tested Array#bsearch more thoroughly
Christopher Aue
2017-07-27
Embed small size array elements in the heap.
Yukihiro "Matz" Matsumoto
2017-04-02
Fixed out of bounds access; fix #3572, ref #3553
Yukihiro "Matz" Matsumoto
2017-03-28
Avoid inline local variable declarations; fix #3554
Yukihiro "Matz" Matsumoto
2017-03-28
Implement Array#slice!
Kenji Okimoto
2016-11-16
Fixed a memory problem in Array#to_h
Yukihiro "Matz" Matsumoto
2016-11-02
Update documentation of fetch
Lukas Elmer
2016-03-23
add #dig tests
Yukihiro "Matz" Matsumoto
2016-03-23
add #dig to Array,Hash and Struct
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-24
add {Array|Hash|String}.try_convert
takahashim
2015-10-21
Revert "Mark core gems with mrbgem tag"
Seba Gamboa
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-10-20
Mark core gems with mrbgem tag
Seba Gamboa
2015-10-01
Array#index to take block; fix #2968 close #2970
Yukihiro "Matz" Matsumoto
2015-08-22
Use #nil? instead of == nil.
INOUE Yasuyuki
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
2014-06-02
Add Array#to_h
Mitsutaka Mimura
2014-05-25
no one uses Array.try_convert, so removed it that discourages duck typing; cl...
Yukihiro "Matz" Matsumoto
2014-05-03
use proper length for mrb_get_values_at()
Yukihiro "Matz" Matsumoto
2014-05-03
Merge branch 'values_at' of https://github.com/take-cheeze/mruby into take-ch...
Yukihiro "Matz" Matsumoto
2014-05-03
Delete unused variable in Array#delete_if
Jun Hiroe
2014-05-02
Implement Struct#values_at and Array#values_at .
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-28
Speed up Array#select! from O(n^2) to O(n).
Utkarsh Kukreti
2014-04-27
Add Array#select_bang
Jun Hiroe
[next]