summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2015-06-12hash.c: fetch_valuesnobu
2015-05-31* class.c (rb_class_has_methods): added to reduce depenedencyko1
2015-04-19hash.c: check env vars encodingnobu
2015-04-08hash.c: compare symbols by identitiesnobu
2015-03-18hash.c: same hash values with Float#hashnobu
2015-03-05* hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka
2015-02-18[DOC] ENV keys must be strings [ci skip]nobu
2015-02-17* hash.c: Added docs to explain that #include? and #member? do nothsbt
2015-01-23marshal.c: indetity tablesnobu
2015-01-23hash.c: move Hash specific functionsnobu
2015-01-22fix flonum hashing regression from r45384normal
2015-01-03* hash.c: fix docs for Hash#invert. [ruby-core:66917] [Bug #10612]ayumin
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-12-19hash.c: fix return valuenobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-14* gc.c (gc_stat_internal): add compatible layer.ko1
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-23hash.c: rb_hash_delete does not call the blocknobu
2014-10-09hash.c (rb_any_hash): remove unnecessary dsym checknormal
2014-09-30protoize no-arguments functionsnobu
2014-09-13hash.c: [DOC] fix for Hash#store docsnobu
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-07-18optimized any? methodsnobu
2014-07-10* hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.ngoto
2014-07-02hash.c: use rb_check_aritynobu
2014-06-26hash.c: fix memory leaknobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: fix dangling pointernobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: env_namenobu
2014-06-25hash.c: prohibit tainted stringsnobu
2014-06-24hash.c: unused functions on non-Windowsnobu
2014-06-24hash.c: env_str_transcodenobu
2014-06-24hash.c: replace undefnobu
2014-06-24hash.c: frozen PATH envnobu
2014-06-23 * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei
2014-05-20use predefined IDsnobu
2014-05-07hash.c: make rb_hash_keys externnobu
2014-03-23hash.c: use ID_SCOPE_SHIFTnobu
2014-03-22st.c: use power-of-two sizes to avoid slow modulo opsnormal
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-21class.c: do nothing if copying selfnobu
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(0).glass
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-09* hash.c (rb_objid_hash): should return `long'. brushup r44534.usa
2014-01-09* hash.c (rb_any_hash): should treat the return value of rb_objid_hash()usa
2014-01-08object.c: hash value from objid with saltnobu
2014-01-01* hash.c (rb_hash_keys): make rb_hash_keys() static.glass