summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-26* remove trailing spaces. [ci skip]git
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2020-03-26[ruby/uri] Remove revision lines from commentsMatt Muller
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2020-03-26[ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams
2020-03-26[ruby/uri] Prefer `require_relative` for loading internal codeDavid Rodríguez
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta
2020-03-26[ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta
2020-03-26[ruby/reline] Rename test suite name of yamatanooroti testaycabta
2020-03-26[ruby/reline] Add yamatanooroti rendering testaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-03-26[ruby/irb] Detect multiple lines output simplifyaycabta
2020-03-26[ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-03-25Ignore test_getbinaryfile for --jit-waitTakashi Kokubun
2020-03-26* 2020-03-26 [ci skip]git
2020-03-26check flags passed to rb_nogvl()Koichi Sasada
2020-03-25Fix AppVeyor CI sometimes failS-H-GAMELINKS
2020-03-25Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada
2020-03-25Import racc-1.5.0 from upstream repository.Hiroshi SHIBATA
2020-03-25* 2020-03-25 [ci skip]git
2020-03-25Fixed crash when argument array is modifiedNobuyoshi Nakada
2020-03-24Skip a test that attempts to remove the current directory on SolarisYusuke Endoh
2020-03-24test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-03-24Add rexml to fix rss of test-bundled-gems (#2976)Kazuhiro NISHIYAMA
2020-03-24Show failed timesNobuyoshi Nakada
2020-03-23Try to avoid random failures on clock_getres_spec.rbTakashi Kokubun
2020-03-23Use miniruby to run tool/mjit_tabs.rbTakashi Kokubun
2020-03-23Make file names and variable names consistentTakashi Kokubun
2020-03-24Moved MJIT_WITHOUT_TABS default to configure.acNobuyoshi Nakada
2020-03-24* 2020-03-24 [ci skip]git
2020-03-24test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh
2020-03-22Change the filename like make variableTakashi Kokubun
2020-03-22Make the first argument slightly more robustTakashi Kokubun
2020-03-22Change the run_without_tabs switching to dedicatedTakashi Kokubun
2020-03-22Disable run_without_tabs when there's no -ggdb3Takashi Kokubun
2020-03-23disable to show the maximum number of threads.Koichi Sasada
2020-03-23test/ruby/test_m17n.rb: Update the debugging code to get C stacktraceYusuke Endoh
2020-03-22Expand tabs of include/ruby/ruby.h in MJIT headerTakashi Kokubun
2020-03-22Try asserting no static decl rather than warningTakashi Kokubun
2020-03-22Reduce the number of lines used by transform_mjit_headerTakashi Kokubun
2020-03-22Workaround an encoding problem in run_without_tabsTakashi Kokubun
2020-03-22Expand tabs for rb_mjit_header.h (#2975)Takashi Kokubun
2020-03-23test/ruby/test_m17n.rb: Make the debugging code print to stderrYusuke Endoh
2020-03-23* 2020-03-23 [ci skip]git
2020-03-22Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans
2020-03-22Support obj.clone(freeze: true) for freezing cloneJeremy Evans
2020-03-22test/ruby/test_m17n.rb: Add a temporal code for debuggingYusuke Endoh