index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
Fix Typo
Steven Nunez
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-04
[Bug #18501] Fire write barrier after hash has been written
Aaron Patterson
2022-01-14
Make Hash#shift return nil for empty hash
Jeremy Evans
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-21
Add missing '%' in format string
Kazuhiro NISHIYAMA
2021-12-20
[DOC] Add documentation for hash value omission syntax
Victor Shepelev
2021-12-18
What's Here for ENV (#5292)
Burdette Lamar
2021-12-17
data type should be `static`
Koichi Sasada
2021-12-17
`RUBY_DEFAULT_FREE` is not needed.
Koichi Sasada
2021-12-17
`ENV` ivars should not be accessible from ractors
Koichi Sasada
2021-12-16
Suppress empty-body warning
Nobuyoshi Nakada
2021-12-15
Adjust indents [ci skip]
Nobuyoshi Nakada
2021-12-15
use `RB_VM_LOCK_ENTER()`
Koichi Sasada
2021-12-15
Removed no longer used variables
Nobuyoshi Nakada
2021-12-15
Fixed env_pairs array types
Nobuyoshi Nakada
2021-12-15
Use prototype definition instead of old K&R style
Nobuyoshi Nakada
2021-12-15
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-12-15
Symbols closed to env should be static
Nobuyoshi Nakada
2021-12-15
Make ENV shareable
Rohit Menon
2021-12-15
Move exception-raising functions out of mutex; Refactor env-copying
Rohit Menon
2021-12-15
Add locks for ENV
Rohit Menon
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-10-02
Restore Hash#compare_by_identity mode [Bug #18171]
Nobuyoshi Nakada
2021-10-02
Add rb_ident_hash_new_with_size
Nobuyoshi Nakada
2021-09-30
Use faster any_hash logic in rb_hash
John Hawthorn
2021-09-15
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-14
Handle overwriting Object::ENV in spawn
Jeremy Evans
2021-09-14
Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #1...
Kenichi Kamiya
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-08-29
Free previously used tables [Bug #18134]
Nobuyoshi Nakada
2021-08-26
Make Hash#each family usable in Ractor
Sutou Kouhei
2021-08-19
Remove old warning aged nearly 8 years
Nobuyoshi Nakada
2021-08-07
Stop force-recycling evacuated array [Bug #18065]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-28
Fix a comment [ci skip]
Nobuyoshi Nakada
2021-07-22
Remove useless casts
Nobuyoshi Nakada
2021-07-15
Copy hash compare_by_identity setting in more cases
Jeremy Evans
2021-07-04
[DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]
Nobuyoshi Nakada
2021-06-30
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-28
Share freeze option handling
Nobuyoshi Nakada
2021-06-24
[DOC] fixed return value of ENV.clone [ci skip]
Nobuyoshi Nakada
2021-06-21
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]