index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+2
*
RDoc enhancements for Hash[].
Burdette Lamar
2020-04-23
1
-12
/
+64
*
Env values removed by ENV.clear are not used
Nobuyoshi Nakada
2020-04-18
1
-4
/
+3
*
Bypass env key encoding conversion if unnecessary
Nobuyoshi Nakada
2020-04-18
1
-9
/
+13
*
Hoisted out reset_by_modified_env
Nobuyoshi Nakada
2020-04-18
1
-10
/
+12
*
Compare environment variable names in those manor [Bug #16798]
Nobuyoshi Nakada
2020-04-18
1
-3
/
+19
*
Improve Hash documentation.
Burdette Lamar
2020-04-14
1
-35
/
+62
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-5
/
+7
*
[ci skip] Doc-only enhancements for Hash
Burdette Lamar
2020-03-27
1
-11
/
+112
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-1
/
+1
*
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-16
1
-3
/
+3
*
Add missing write barrier for Hash#transform_values{,!}
Alan Wu
2020-03-15
1
-3
/
+4
*
Cast properly for shift operand
Koichi Sasada
2020-03-09
1
-1
/
+1
*
check ar_table first.
Koichi Sasada
2020-03-07
1
-2
/
+5
*
check ar_table after `#hash` call
Koichi Sasada
2020-03-07
1
-0
/
+18
*
fix compile error w/ -DUSE_TRANSIENT_HEAP=0
卜部昌平
2020-03-04
1
-0
/
+2
*
hash.c: [DOC] fix examples for ENV.merge!
Marcus Stollsteimer
2020-02-22
1
-5
/
+6
*
More ENV rdoc [ci skip]
Burdette Lamar
2020-02-22
1
-61
/
+116
*
[DOC] Fixed `ENV.rassoc` result order [ci skip]
Nobuyoshi Nakada
2020-02-20
1
-2
/
+3
*
hash.c: [DOC] fix typos
Marcus Stollsteimer
2020-02-19
1
-3
/
+3
*
[DOC] use local variable like names [ci skip]
Nobuyoshi Nakada
2020-02-15
1
-24
/
+24
*
Fix typos and add a space [ci skip]
Kazuhiro NISHIYAMA
2020-02-14
1
-3
/
+3
*
Enhanced doc for ENV
Burdette Lamar
2020-02-14
1
-28
/
+61
*
Enhance rdoc for ENV
Burdette Lamar
2020-02-09
1
-14
/
+80
*
Extract a function, ruby_reset_timezone().
Tanaka Akira
2020-01-28
1
-3
/
+3
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-1
/
+1
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-1
/
+1
*
hash.c: Add a feature to manipulate ruby2_keywords flag
Yusuke Endoh
2020-01-17
1
-0
/
+49
*
reload AR table body for transient heap.
Koichi Sasada
2020-01-13
1
-0
/
+1
*
Reduced duplicate code
Nobuyoshi Nakada
2020-01-10
1
-6
/
+1
*
Hash#transform_values should return a plain new Hash
Nobuyoshi Nakada
2020-01-10
1
-4
/
+9
*
Hoisted out call_default_proc
Nobuyoshi Nakada
2020-01-08
1
-8
/
+10
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-01-08
1
-4
/
+4
*
Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...
Lourens Naudé
2020-01-08
1
-5
/
+7
*
move internal/debug.h definitions to internal.h
Koichi Sasada
2020-01-03
1
-1
/
+0
*
`#include "internal/debug"` seems to be needed in assert mode
Yusuke Endoh
2019-12-26
1
-0
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-10
/
+23
*
internal/hash.h rework
卜部昌平
2019-12-26
1
-2
/
+2
*
Transform hash keys by a hash [Feature #16274]
Nobuyoshi Nakada
2019-12-26
1
-9
/
+68
*
Enhancements for ENV doc
BurdetteLamar
2019-12-22
1
-13
/
+55
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-2
/
+2
*
Enhancements for ENV doc
BurdetteLamar
2019-12-16
1
-46
/
+194
*
Avoid unnecessary tzset() call
KOSAKI Motohiro
2019-12-01
1
-3
/
+11
*
ENV.update should not call block on existing keys
Nobuyoshi Nakada
2019-11-30
1
-3
/
+13
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-1
/
+1
*
make functions static
卜部昌平
2019-11-19
1
-3
/
+5
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-46
/
+7
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-2
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-2
/
+2
[next]