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
/
test
/
t
/
hash.rb
Age
Commit message (
Expand
)
Author
2021-03-17
hash.c: `Hash#shift` to return `nil` when a hash is empty.
Yukihiro "Matz" Matsumoto
2021-02-10
Fix heap-buffer-overflow for small `Hash` (HT) in `Hash#rehash`
KOBAYASHI Shuji
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2018-10-12
`Hash#delete` should return the deleted value; fix #4133
Yukihiro "Matz" Matsumoto
2018-06-04
Let inspect recursion do the right thing
Ichito Nagata
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-12-07
Copy default_proc by Hash#dup.
Shugo Maeda
2016-12-01
Add test for recently fixed bugs
Yutaka HARA
2016-01-27
protect NoMethodError from calling to_hash in replace
Sayed Abdelhaleem
2015-09-10
add Hash#rehash to handle key modification; ref #2945
Yukihiro "Matz" Matsumoto
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-12
Fix Hash test
Jun Hiroe
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-04
Hash#replace should copy default as well; close #2004
Yukihiro "Matz" Matsumoto
2014-04-04
merge test code from #2003
Yukihiro "Matz" Matsumoto
2014-03-15
Hash#shift may return any entries
Yukihiro "Matz" Matsumoto
2014-03-08
fix #1823
ksss
2014-03-07
Fix behavior Hash#eql?
ksss
2014-02-14
add test for Hash#dup
Li Yazhou
2013-08-02
I fix order of actual and expect test value in hash.rb.
Jun Hiroe
2013-06-15
Improve Hash Tests
Daniel Bovensiepen
2013-05-08
Add more test cases for test coverage.
Masaki Muranaka
2013-04-02
Add test cases.
Masaki Muranaka
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-06-02
Add test cases for Hash
Daniel Bovensiepen
2012-05-30
remove debug print
Yukihiro Matsumoto
2012-05-30
specify allocating array size for Hash#values
Yukihiro Matsumoto
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-20
Fix Hash#shift return value from Hash to Array
Daniel Bovensiepen
2012-05-19
Complete ISO test cases for Hash, Range, String and Symbol
Daniel Bovensiepen