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
2020-05-12
Document that #hash is not called for certain core classes [ci skip]
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-04-23
RDoc enhancements for Hash[].
Burdette Lamar
2020-04-18
Env values removed by ENV.clear are not used
Nobuyoshi Nakada
2020-04-18
Bypass env key encoding conversion if unnecessary
Nobuyoshi Nakada
2020-04-18
Hoisted out reset_by_modified_env
Nobuyoshi Nakada
2020-04-18
Compare environment variable names in those manor [Bug #16798]
Nobuyoshi Nakada
2020-04-14
Improve Hash documentation.
Burdette Lamar
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-27
[ci skip] Doc-only enhancements for Hash
Burdette Lamar
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-16
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-15
Add missing write barrier for Hash#transform_values{,!}
Alan Wu
2020-03-09
Cast properly for shift operand
Koichi Sasada
2020-03-07
check ar_table first.
Koichi Sasada
2020-03-07
check ar_table after `#hash` call
Koichi Sasada
2020-03-04
fix compile error w/ -DUSE_TRANSIENT_HEAP=0
卜部昌平
2020-02-22
hash.c: [DOC] fix examples for ENV.merge!
Marcus Stollsteimer
2020-02-22
More ENV rdoc [ci skip]
Burdette Lamar
2020-02-20
[DOC] Fixed `ENV.rassoc` result order [ci skip]
Nobuyoshi Nakada
2020-02-19
hash.c: [DOC] fix typos
Marcus Stollsteimer
2020-02-15
[DOC] use local variable like names [ci skip]
Nobuyoshi Nakada
2020-02-14
Fix typos and add a space [ci skip]
Kazuhiro NISHIYAMA
2020-02-14
Enhanced doc for ENV
Burdette Lamar
2020-02-09
Enhance rdoc for ENV
Burdette Lamar
2020-01-28
Extract a function, ruby_reset_timezone().
Tanaka Akira
2020-01-23
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-22
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-17
hash.c: Add a feature to manipulate ruby2_keywords flag
Yusuke Endoh
2020-01-13
reload AR table body for transient heap.
Koichi Sasada
2020-01-10
Reduced duplicate code
Nobuyoshi Nakada
2020-01-10
Hash#transform_values should return a plain new Hash
Nobuyoshi Nakada
2020-01-08
Hoisted out call_default_proc
Nobuyoshi Nakada
2020-01-08
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-01-08
Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...
Lourens Naudé
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
`#include "internal/debug"` seems to be needed in assert mode
Yusuke Endoh
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/hash.h rework
卜部昌平
2019-12-26
Transform hash keys by a hash [Feature #16274]
Nobuyoshi Nakada
2019-12-22
Enhancements for ENV doc
BurdetteLamar
2019-12-19
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-16
Enhancements for ENV doc
BurdetteLamar
2019-12-01
Avoid unnecessary tzset() call
KOSAKI Motohiro
2019-11-30
ENV.update should not call block on existing keys
Nobuyoshi Nakada
2019-11-25
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-19
make functions static
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
[next]