aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Add documentation for hash value omission syntaxVictor Shepelev2021-12-201-0/+8
* What's Here for ENV (#5292)Burdette Lamar2021-12-181-0/+80
* data type should be `static`Koichi Sasada2021-12-171-1/+1
* `RUBY_DEFAULT_FREE` is not needed.Koichi Sasada2021-12-171-1/+1
* `ENV` ivars should not be accessible from ractorsKoichi Sasada2021-12-171-1/+12
* Suppress empty-body warningNobuyoshi Nakada2021-12-161-2/+2
* Adjust indents [ci skip]Nobuyoshi Nakada2021-12-151-3/+3
* use `RB_VM_LOCK_ENTER()`Koichi Sasada2021-12-151-337/+375
* Removed no longer used variablesNobuyoshi Nakada2021-12-151-7/+0
* Fixed env_pairs array typesNobuyoshi Nakada2021-12-151-8/+8
* Use prototype definition instead of old K&R styleNobuyoshi Nakada2021-12-151-1/+1
* Adjust styles [ci skip]Nobuyoshi Nakada2021-12-151-17/+10
* Symbols closed to env should be staticNobuyoshi Nakada2021-12-151-2/+2
* Make ENV shareableRohit Menon2021-12-151-0/+3
* Move exception-raising functions out of mutex; Refactor env-copyingRohit Menon2021-12-151-98/+61
* Add locks for ENVRohit Menon2021-12-151-46/+183
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-9/+5
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-2/+0
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-021-3/+1
* Add rb_ident_hash_new_with_sizeNobuyoshi Nakada2021-10-021-0/+8
* Use faster any_hash logic in rb_hashJohn Hawthorn2021-09-301-29/+30
* [DOC] Fix broken links [ci skip]Nobuyoshi Nakada2021-09-151-1/+1
* Handle overwriting Object::ENV in spawnJeremy Evans2021-09-141-0/+12
* Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #1...Kenichi Kamiya2021-09-141-1/+0
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-1/+1
* Free previously used tables [Bug #18134]Nobuyoshi Nakada2021-08-291-15/+7
* Make Hash#each family usable in RactorSutou Kouhei2021-08-261-2/+7
* Remove old warning aged nearly 8 yearsNobuyoshi Nakada2021-08-191-23/+0
* Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada2021-08-071-1/+0
* Using RBOOL macroS.H2021-08-021-16/+5
* Fix a comment [ci skip]Nobuyoshi Nakada2021-07-281-1/+1
* Remove useless castsNobuyoshi Nakada2021-07-221-2/+2
* Copy hash compare_by_identity setting in more casesJeremy Evans2021-07-151-8/+24
* [DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]Nobuyoshi Nakada2021-07-041-4/+10
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-301-1/+1
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-301-1/+1
* Share freeze option handlingNobuyoshi Nakada2021-06-281-17/+3
* [DOC] fixed return value of ENV.clone [ci skip]Nobuyoshi Nakada2021-06-241-3/+3
* What's Here for Numeric and ComparableBurdette Lamar2021-06-211-2/+5
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-1/+1
* Make ENV.clone warn and ENV.dup raiseJeremy Evans2021-06-081-0/+63
* Add static modifier to C function in hash.c (#3138)S.H2021-06-011-5/+5
* Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada2021-05-071-1/+1
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* Correct documentation example on Hash#digNick Kelley2021-04-301-1/+1
* Fix wrong documentationromainsalles2021-04-231-1/+0
* [Doc] Add Hash#value? into call-seq (#4293)Kenichi Kamiya2021-04-151-0/+3
* Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]Kenichi Kamiya2021-03-281-0/+2
* Hide an intermediate arrayNobuyoshi Nakada2021-03-281-2/+4
* Clear an intermediate hash [Bug #17735]Nobuyoshi Nakada2021-03-281-0/+1