Age | Commit message (Expand) | Author |
2018-10-26 | Fix a condition and just call rb_fstring [Feature #15251] | nobu |
2018-10-26 | * expand tabs. | svn |
2018-10-26 | Simplify conditions [Feature #15251] | nobu |
2018-10-26 | hash.c: aset deduplicates un-tainted string | normal |
2018-10-13 | hash.c: improve docs for Hash#{merge,merge!,update} | stomar |
2018-10-12 | hash.c: improve docs for Hash#{size,length} | stomar |
2018-09-26 | fallback env encoding to ASCII-8BIT | nobu |
2018-09-20 | Enumerable#to_h with block and so on | nobu |
2018-09-19 | * hash.c (rb_hash_update): fix indent | mame |
2018-09-19 | * hash.c (rb_hash_update): remove a meticulous explanation | mame |
2018-09-19 | * hash.c (rb_hash_merge): Accepts zero or more hashes as arguments | mame |
2018-09-13 | warn unused blocks with Enumerable#all? any? one? none? | nobu |
2018-08-11 | hash.c: env block size limit on Windows | nobu |
2018-07-27 | Include Hash#size in the examples | tenderlove |
2018-07-19 | renamed ruby_tz_update as ruby_tz_uptodate_p | nobu |
2018-07-18 | reduce tzset | nobu |
2018-06-23 | [DOC] Add call signature for {Array,Hash}#any? | ktsj |
2018-05-08 | rb_ary_dig, rb_hash_dig: nobody is using them outside. | shyouhei |
2018-04-19 | Add slice method to ENV like Hash#slice | nobu |
2018-02-25 | Add a new #filter alias for #select | eregon |
2018-02-23 | [DOC] missing docs at toplevel | nobu |
2018-02-04 | mjit_compile.c: merge initial JIT compiler | k0kubun |
2018-01-26 | hash.c: support key swapping in Hash#transform_keys! | mrkn |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2017-12-30 | hash literal deduplicates like Hash#[]= | normal |
2017-12-25 | hash.c: prime2 | nobu |
2017-12-25 | hash.c: use uint128_t | nobu |
2017-12-25 | Use UINT128_T support flag from configure | nobu |
2017-12-22 | force hash values fixable | usa |
2017-12-10 | Add case equality arity to Enumerable#all?, any?, none? and one?, | marcandre |
2017-12-05 | Revamp method coverage to support define_method | mame |
2017-11-07 | hash.c: improve docs for Hash#slice | stomar |
2017-10-26 | common conversion functions | nobu |
2017-10-22 | Update doc of Hash#slice [ci skip] | kazu |
2017-10-22 | hash.c: optimize Hash#compare_by_identity | glass |
2017-10-22 | Add arity check into Hash#flatten | glass |
2017-10-21 | Added sample code of merge! method in hash.c. | hsbt |
2017-10-21 | hash.c: Add Hash#slice | glass |
2017-10-02 | Revert "vm_eval.c: add rb_yield_assoc_or_values()" | glass |
2017-10-02 | vm_eval.c: add rb_yield_assoc_or_values() | glass |
2017-10-01 | use rb_hash_new_with_size() | glass |
2017-09-30 | hash.c: remove special treatments on deletion | glass |
2017-09-18 | error.c: KeyError#receiver and KeyError#key | nobu |
2017-09-05 | add rb_hash_new_with_size() | shyouhei |
2017-09-02 | Update Hash#compact! documentation [ci skip] | nobu |
2017-08-28 | [DOC] Fix typo in rdoc of `transform_values!` [ci skip] | kazu |
2017-07-30 | hash.c: refactor env_enc_str_new | nobu |
2017-07-19 | revert r59359, r59356, r59355, r59354 | normal |
2017-07-18 | hash: keep fstrings of tainted strings for string keys | normal |
2017-07-14 | hash.c: fix possible crash in Hash#transform_keys! | rhe |