aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointerYusuke Endoh2019-12-093-1/+10
* * 2019-12-09 [ci skip]git2019-12-091-1/+1
* Separate stepsNobuyoshi Nakada2019-12-091-2/+17
* Set PATH at onceNobuyoshi Nakada2019-12-091-4/+3
* Fixed the checking out sourceNobuyoshi Nakada2019-12-091-4/+4
* Add .github/workflows/cygwin.ymlDaisuke Fujimura (fd0)2019-12-091-0/+60
* Skip completion tests for Editlineaycabta2019-12-081-0/+3
* Fix encoding of completed listaycabta2019-12-081-1/+28
* * 2019-12-08 [ci skip]git2019-12-081-1/+1
* Add test_simple_completion for Readlineaycabta2019-12-081-0/+19
* Show failed commits only when existsaycabta2019-12-071-2/+4
* [ruby/irb] Version 1.2.0aycabta2019-12-071-2/+2
* [ruby/irb] New IRB needs Ruby 2.5 or lateraycabta2019-12-071-1/+1
* [ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta2019-12-071-1/+1
* [ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta2019-12-071-1/+1
* [ruby/reline] Support Ruby 2.5 or later for String#grapheme_clustersaycabta2019-12-071-0/+2
* test/ruby/test_file_exhaustive.rb: shorten the name of temporary dirYusuke Endoh2019-12-071-1/+1
* * 2019-12-07 [ci skip]git2019-12-071-1/+1
* Adding s390x support (#2727)Namrata Bhave2019-12-071-0/+6
* Test interfaces include localhostKazuhiro NISHIYAMA2019-12-061-0/+9
* Introduce an "Inline IVAR cache" structAaron Patterson2019-12-057-21/+33
* * 2019-12-06 [ci skip]git2019-12-061-1/+1
* Detect started threads when require onlyKazuhiro NISHIYAMA2019-12-061-0/+28
* Do not start thread when `require 'drb/drb'` onlyKazuhiro NISHIYAMA2019-12-061-1/+1
* test/lib/jit_support.rb: Update the regexp for iccYusuke Endoh2019-12-051-1/+1
* lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not initializedYusuke Endoh2019-12-051-0/+1
* coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitlyYusuke Endoh2019-12-051-1/+6
* ext/openssl/extconf.rb: check with -Werror=deprecated-declarationsNobuyoshi Nakada2019-12-052-1/+21
* Fix `warning: already initialized constant DidYouMean::VERSION`Kazuhiro NISHIYAMA2019-12-051-1/+5
* ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada2019-12-051-1/+1
* test/io/console/test_io_console.rb: add a memo for the mysterious hackYusuke Endoh2019-12-051-1/+11
* Change encoding of completion list...for more testsaycabta2019-12-051-0/+6
* move an interrupt point.Koichi Sasada2019-12-051-1/+1
* test/io/console/test_io_console.rb: Try the hack for SolarisYusuke Endoh2019-12-051-1/+1
* Add missing dependencyTakashi Kokubun2019-12-041-0/+1
* MJIT_CC and MJIT_SUPPORT are not a prefixTakashi Kokubun2019-12-041-1/+1
* Prefer using MJIT_CC for JIT support checkTakashi Kokubun2019-12-042-2/+2
* parse.y: suppress "set but not used" warnings on ripper.yYusuke Endoh2019-12-051-5/+4
* add additional CF info for CI envKoichi Sasada2019-12-054-12/+50
* fix parameterKoichi Sasada2019-12-051-2/+2
* ext/openssl/extconf.rb: do not use -Werror=deprecated-declarationsYusuke Endoh2019-12-052-16/+1
* Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga2019-12-052-2/+14
* debug.rb: expand filenames in breakpointsAntonio Terceiro2019-12-051-1/+1
* Change encoding of completion listaycabta2019-12-051-1/+6
* Make TracePoint.stat a singleton method again (#2726)Alan Wu2019-12-043-2/+6
* Make rb_eval_string_wrap specify a cref so constant setting works correctlyJeremy Evans2019-12-051-1/+21
* Do not attempt to call methods on the receiver if it is a basic objectYuki Nishijima2019-12-041-5/+13
* Revert "Add debug option to check ci failures on solaris"Kazuhiro NISHIYAMA2019-12-051-3/+0
* * 2019-12-05 [ci skip]git2019-12-051-1/+1
* Support disable-completionaycabta2019-12-052-13/+56