aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-226-34/+78
* test/ruby/test_m17n.rb: Add a temporal code for debuggingYusuke Endoh2020-03-221-0/+30
* test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeoutYusuke Endoh2020-03-221-1/+1
* Revert "Expand tabs for rb_mjit_header.h"Takashi Kokubun2020-03-222-38/+2
* Expand tabs for rb_mjit_header.hTakashi Kokubun2020-03-222-2/+38
* * 2020-03-22 [ci skip]git2020-03-221-1/+1
* Update power_assert to 1.1.7Kazuki Tsujimoto2020-03-221-1/+1
* test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh2020-03-211-1/+1
* Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada2020-03-216-45/+3
* Leave power cache table initialized as QfalseNobuyoshi Nakada2020-03-211-9/+3
* Show libffi version only if setNobuyoshi Nakada2020-03-211-1/+1
* [ci skip]Fix return type on RbConfig.fire_update!taki2020-03-211-2/+2
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-211-1/+6
* * 2020-03-21 [ci skip]git2020-03-211-1/+1
* Enablie IPv6 on Travis s390s case again.Jun Aruga2020-03-212-13/+0
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-03-191-1/+1
* Get rid of redefinition of `rb_execution_context_t`Nobuyoshi Nakada2020-03-192-3/+9
* .travis.yml: allow arm64-linux to fail卜部昌平2020-03-191-0/+1
* Ignore TestJITDebug in mswin RubyCI for nowTakashi Kokubun2020-03-181-0/+1
* * 2020-03-19 [ci skip]git2020-03-191-1/+1
* .travis.yml: allow arm32-linux to fail卜部昌平2020-03-191-0/+1
* Added link to the ticket [ci skip]Kazuhiro NISHIYAMA2020-03-181-0/+1
* * 2020-03-18 [ci skip]git2020-03-181-1/+1
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-1711-59/+368
* Make {**{}} return unfrozen empty hashJeremy Evans2020-03-172-6/+31
* Get rid of bogus warning by VCNobuyoshi Nakada2020-03-171-1/+2
* Check if `freeze` option is givenNobuyoshi Nakada2020-03-171-1/+1
* * 2020-03-17 [ci skip]git2020-03-171-1/+1
* support builtin for Kernel#cloneS.H2020-03-176-33/+59
* `Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh2020-03-163-6/+16
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-03-161-4/+4
* hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh2020-03-167-14/+81
* The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA2020-03-162-8/+7
* Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada2020-03-161-4/+8
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-03-161-28/+28
* proc.c: Remove non-sense /* fall through */Yusuke Endoh2020-03-161-1/+0
* * 2020-03-16 [ci skip]git2020-03-161-1/+1
* Add missing write barrier for Hash#transform_values{,!}Alan Wu2020-03-151-3/+4
* Enclosed version constantNobuyoshi Nakada2020-03-151-3/+5
* Added guard against [Bug #16497]Nobuyoshi Nakada2020-03-151-1/+23
* [ruby/stringio] Bump version to 0.1.1Nobuyoshi Nakada2020-03-151-1/+1
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-153-4/+21
* Avoid doubly showing debug countersTakashi Kokubun2020-03-151-1/+2
* Add debug counter for unload_unitsTakashi Kokubun2020-03-153-2/+6
* Resurrect test_jit_debug.rbTakashi Kokubun2020-03-141-0/+13
* Use a human-readable funcname with --jit-debugTakashi Kokubun2020-03-142-4/+40
* Revert "Use a human-readable funcname with --jit-debug"Takashi Kokubun2020-03-141-39/+4
* * 2020-03-15 [ci skip]git2020-03-151-1/+1
* Use a human-readable funcname with --jit-debugTakashi Kokubun2020-03-141-4/+39
* * 2020-03-14 [ci skip]git2020-03-141-1/+1