aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash.c: init table with sizenobu2016-03-301-0/+3
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-181-0/+4
* hash.c: COPY_DEFAULTnobu2016-03-091-8/+12
* hash.c: SET_PROC_DEFAULTnobu2016-03-091-11/+14
* hash.c: SET_DEFAULTnobu2016-03-091-4/+6
* hash.c: hash_dup for rb_hash_to_hnobu2016-03-091-8/+2
* hash.c: make duplicated hash WB protectednobu2016-03-091-19/+22
* hash.c: tbl_update_funcnobu2016-03-091-1/+3
* * hash.c (rb_hash_invert): [DOC] more examples.akr2016-02-131-0/+16
* hash.c: exception examplesnobu2016-01-271-0/+2
* hash.c: trivial optimizationnobu2016-01-141-6/+2
* * gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().ngoto2015-12-151-5/+5
* hash.c (rb_num_hash_start): avoid pathological behaviornormal2015-12-111-2/+2
* compile.c: rehash cdhashnobu2015-12-111-1/+1
* * array.c: Improve and fix documentation for Array#digmarcandre2015-12-081-3/+7
* hash.c: fix rubyspec failurenobu2015-12-061-5/+3
* hash.c: env encoding fallback on Windowsnobu2015-12-051-17/+63
* update rdoc of dig methods [ci skip]nobu2015-11-171-2/+2
* hash.c: compare methods [ci skip]nobu2015-11-141-0/+52
* sprintf.c: nil value is validnobu2015-11-111-4/+4
* hash.c: use rb_func_proc_newnobu2015-11-101-2/+3
* hash.c: to_procnobu2015-11-101-0/+13
* hash.c: compare methodsnobu2015-11-101-0/+57
* dignobu2015-11-091-0/+24
* hash.c: fix oob accessnobu2015-11-081-3/+4
* * hash.c: use correct grammer. Patch by @tveastmanhsbt2015-11-041-1/+1
* RUBY_DTRACE_CREATE_HOOKnobu2015-10-291-3/+1
* hash.c: GC guardsnobu2015-09-251-0/+2
* hash.c: [DOC] orders do not matter [ci skip]nobu2015-09-041-0/+7
* hash.c: improve integer/fixnum hashingnormal2015-08-141-14/+27
* * hash.c: [DOC] Improve description of symbol key syntaxzzak2015-08-071-1/+1
* symbol.c: fix dynamic symbol hash valuenobu2015-07-291-1/+1
* hash.c: move rb_obj_hashnobu2015-07-291-18/+28
* hash.c: fix symbol hashnobu2015-07-291-0/+15
* hash.c: fix float hashnobu2015-07-291-2/+4
* symbol.h: memoize hashval for RSymbolnormal2015-07-271-1/+2
* enum.c (enum_minmax): simplify return value creationnormal2015-06-251-5/+10
* hash.c: fetch_valuesnobu2015-06-121-0/+29
* * class.c (rb_class_has_methods): added to reduce depenedencyko12015-05-311-2/+1
* hash.c: check env vars encodingnobu2015-04-191-2/+17
* hash.c: compare symbols by identitiesnobu2015-04-081-0/+3
* hash.c: same hash values with Float#hashnobu2015-03-181-1/+4
* * hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka2015-03-051-2/+2
* [DOC] ENV keys must be strings [ci skip]nobu2015-02-181-0/+1
* * hash.c: Added docs to explain that #include? and #member? do nothsbt2015-02-171-0/+4
* marshal.c: indetity tablesnobu2015-01-231-0/+12
* hash.c: move Hash specific functionsnobu2015-01-231-1/+41
* fix flonum hashing regression from r45384normal2015-01-221-1/+7
* * hash.c: fix docs for Hash#invert. [ruby-core:66917] [Bug #10612]ayumin2015-01-031-0/+2
* * hash.c (rb_hash_delete): return Qnil if there are no correspondingko12014-12-241-16/+49