aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash.c: improve docs for Hash#slicestomar2017-11-071-5/+4
* common conversion functionsnobu2017-10-261-2/+3
* Update doc of Hash#slice [ci skip]kazu2017-10-221-2/+3
* hash.c: optimize Hash#compare_by_identityglass2017-10-221-3/+9
* Add arity check into Hash#flattenglass2017-10-221-4/+10
* Added sample code of merge! method in hash.c.hsbt2017-10-211-0/+2
* hash.c: Add Hash#sliceglass2017-10-211-0/+33
* Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass2017-10-021-6/+40
* vm_eval.c: add rb_yield_assoc_or_values()glass2017-10-021-40/+6
* use rb_hash_new_with_size()glass2017-10-011-1/+1
* hash.c: remove special treatments on deletionglass2017-09-301-14/+3
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-2/+2
* add rb_hash_new_with_size()shyouhei2017-09-051-1/+10
* Update Hash#compact! documentation [ci skip]nobu2017-09-021-2/+2
* [DOC] Fix typo in rdoc of `transform_values!` [ci skip]kazu2017-08-281-1/+1
* hash.c: refactor env_enc_str_newnobu2017-07-301-17/+7
* revert r59359, r59356, r59355, r59354normal2017-07-191-1/+22
* hash: keep fstrings of tainted strings for string keysnormal2017-07-181-22/+1
* hash.c: fix possible crash in Hash#transform_keys!rhe2017-07-141-4/+4
* hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn2017-07-141-0/+74
* tainted string should be tainted.ko12017-07-111-9/+23
* hash.c: prefer value cast to pointer castnobu2017-07-101-3/+3
* Hash#[]= deduplicates string keys if (and only if) fstring existsnormal2017-07-091-2/+16
* Improve performance of implicit type conversionwatson19782017-05-311-3/+3
* hash.c: docs for Hash#transform_valuesstomar2017-05-251-2/+3
* hash.c: [DOC] fix docs for Hash#transform_values!rhe2017-05-221-3/+4
* Add missing word in transform_values methods descriptionkazu2017-05-211-2/+2
* Improve Hash#merge performancewatson19782017-05-201-1/+1
* Encoding.default_internal should affect ENV on Windows like other platformsusa2017-05-121-2/+9
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-7/+1
* revert newhash refactoringshyouhei2017-04-241-108/+62
* mark Hash keys correctly.ko12017-04-231-6/+6
* adjust indentnobu2017-04-221-3/+3
* insert WB correctly.ko12017-04-211-5/+9
* mark created frozen strings.ko12017-04-211-3/+6
* typo fix (sorry!)shyouhei2017-04-211-1/+1
* refactor hash literalshyouhei2017-04-211-62/+101
* hash.c: [DOC] fix book title in examplestomar2017-03-011-1/+1
* Fix doc for Hash#dig and Struct#digstomar2017-02-271-6/+6
* backward.h: 2.2 deprecated featuresnobu2017-02-211-12/+0
* Hash#fetch: fix grammar in documentation.kazu2017-01-221-3/+3
* ENV#fetch: fix documentation of raised exceptionnobu2017-01-191-1/+1
* fix optimization for hash aset/aref with fstringeregon2017-01-071-3/+1
* hash.c: split long long literalsnobu2016-12-241-2/+2
* Updated documentation examples for Hash#value?naruse2016-12-101-2/+2
* hash.c: hash should be longnobu2016-12-071-3/+3
* switching hash removalnobu2016-12-061-32/+6
* remove unnecessary variablenobu2016-12-061-6/+10
* Cleanup ruby method definitions in hash.ckazu2016-12-031-102/+102
* add castnobu2016-11-071-1/+1