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-hash-ext
/
mrblib
Age
Commit message (
Expand
)
Author
2019-09-16
Add `filter` aliases for `Enumerable` and `Hash`.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_hash` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `try_convert` method from Array and Hash.
Yukihiro "Matz" Matsumoto
2018-09-26
Use `mrb_undef_value` for delete mark instead of shifting Hash entry table.
Yukihiro "Matz" Matsumoto
2018-09-20
Small refactoring in `mruby-hash-ext`.
Yukihiro "Matz" Matsumoto
2018-08-06
Reimplement `Hash#compact!` to conform the standard behavior.
Yukihiro "Matz" Matsumoto
2017-12-25
`KeyError` from `Hash#fetch` should inspect key.
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Hash#to_proc`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Hash#fetch_values`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-08-09
Implement `Hash#compact!` in C; ref #3769
Yukihiro "Matz" Matsumoto
2017-08-09
add method(compact, compact!) and test of Hash to mruby-hash-ext
vvakame
2017-07-30
Improved speed of enumeration methods
Christopher Aue
2017-07-15
Add `Hash#transform_keys!` and `Hash#transform_values`.
Yukihiro "Matz" Matsumoto
2017-07-15
Use `keys.each` instead of unstable `each_keys`.
Yukihiro "Matz" Matsumoto
2017-07-14
Add `Hash#transform_{keys,values}` to `mruby-hash-ext`.
Yukihiro "Matz" Matsumoto
2017-03-21
Hash sub class creates new sub class objects instead of Hash
Kouhei Sutou
2016-03-23
add #dig to Array,Hash and Struct
Yukihiro "Matz" Matsumoto
2015-11-24
add {Array|Hash|String}.try_convert
takahashim
2015-11-15
move Hash comparison methods to mruby-hash-ext gem
Yukihiro "Matz" Matsumoto
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-09-17
Problem: Hash#fetch doesn't raise KeyError when a key cannot be found
Asmod4n
2015-09-16
fix block variable in Hash#fetch
takahashim
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2014-09-19
to_hash/to_a check in Hash[] should only be done when only one argument is gi...
Yukihiro "Matz" Matsumoto
2014-09-18
copy documentation comment from CRuby
INOUE Yasuyuki
2014-09-18
remove line number from raise message
INOUE Yasuyuki
2014-09-18
refactor Hash generator loop
INOUE Yasuyuki
2014-09-06
implement Hash.[]
INOUE Yasuyuki
2014-06-04
add Hash#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-05-10
Add comment to Hash#each_pair. And change the line
yui-knk
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-05-09
Add Hash#key
Jun Hiroe
2014-05-05
Add Hash#keep_if
Jun Hiroe
2014-05-05
Add Hash#invert
Jun Hiroe
2014-05-04
Add Hash#flatten
Jun Hiroe
2014-05-04
Add Hash comments
Jun Hiroe
2014-05-04
Add Hash#delete_if
Jun Hiroe
2014-04-27
add Hash#fetch; close #2134
Yukihiro "Matz" Matsumoto
2014-03-21
reduce hash creation by using update method
Yukihiro "Matz" Matsumoto
2014-03-21
add Hash#each_pair
Yukihiro "Matz" Matsumoto
2013-05-03
add type check in Hash#merge!
Gilad Zohari
2013-03-22
add mruby-hash-ext mrbgem, and method: Hash#merge!
Kouki Ooyatsu