summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17Reduce allocations for keyword argument hashesJeremy Evans
2020-03-17Make {**{}} return unfrozen empty hashJeremy Evans
2020-03-17Get rid of bogus warning by VCNobuyoshi Nakada
2020-03-17Check if `freeze` option is givenNobuyoshi Nakada
2020-03-17* 2020-03-17 [ci skip]git
2020-03-17support builtin for Kernel#cloneS.H
2020-03-16`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh
2020-03-16Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-03-16hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh
2020-03-16The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA
2020-03-16Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada
2020-03-16Adjusted indents [ci skip]Nobuyoshi Nakada
2020-03-16proc.c: Remove non-sense /* fall through */Yusuke Endoh
2020-03-16* 2020-03-16 [ci skip]git
2020-03-15Add missing write barrier for Hash#transform_values{,!}Alan Wu
2020-03-15Enclosed version constantNobuyoshi Nakada
2020-03-15Added guard against [Bug #16497]Nobuyoshi Nakada
2020-03-15[ruby/stringio] Bump version to 0.1.1Nobuyoshi Nakada
2020-03-15[ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier
2020-03-15Avoid doubly showing debug countersTakashi Kokubun
2020-03-15Add debug counter for unload_unitsTakashi Kokubun
2020-03-14Resurrect test_jit_debug.rbTakashi Kokubun
2020-03-14Use a human-readable funcname with --jit-debugTakashi Kokubun
2020-03-14Revert "Use a human-readable funcname with --jit-debug"Takashi Kokubun
2020-03-15* 2020-03-15 [ci skip]git
2020-03-14Use a human-readable funcname with --jit-debugTakashi Kokubun
2020-03-14* 2020-03-14 [ci skip]git
2020-03-14Fix bundled gems installation on a fresh cloneDavid Rodríguez
2020-03-14Use new `prepare-gems` target when possibleDavid Rodríguez
2020-03-13tool/redmine-backporter.rb: fix typoNARUSE, Yui
2020-03-13Update and extract for each gemNobuyoshi Nakada
2020-03-12Avoid referring to an old value of reallocTakashi Kokubun
2020-03-12Mark all cc_entries associated to compiled_iseqTakashi Kokubun
2020-03-12Move code to mark jit_unit's cc_entries to mjit.cTakashi Kokubun
2020-03-12Skip test_abort_tls with --jit-wait for nowTakashi Kokubun
2020-03-12Correctly detect whether strict alignment is needed on OpenBSDJeremy Evans
2020-03-13* 2020-03-13 [ci skip]git
2020-03-13`update-gems` should wait for `update-bundled_gems`Nobuyoshi Nakada
2020-03-12Add prepare-gems to download and extract bundled gemsNobuyoshi Nakada
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-03-12Pass keyword argument by RB_PASS_KEYWORDSNobuyoshi Nakada
2020-03-12* 2020-03-12 [ci skip]git
2020-03-12Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh
2020-03-11parse.y: hoisted out new_nil_atNobuyoshi Nakada
2020-03-11parse.y: unified kwrest and no-kwrestNobuyoshi Nakada
2020-03-11Pin and inline cme in JIT-ed method callsTakashi Kokubun
2020-03-11Fix typos (#2958)K.Takata
2020-03-10Optimize away call data refs in JIT-ed method callsTakashi Kokubun
2020-03-10Fix an example committed to a wrong place [ci skip]Takashi Kokubun
2020-03-10Try to correct grammer of the NEWS entry [ci skip]Takashi Kokubun