summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-23Make pkg_config in mkmf include -I cflags in return valueJeremy Evans
2019-07-23Document that non-blocking mode isn't always supported on Windows [ci skip]Jesús Burgos Maciá
2019-07-23Reset mtime of all files on osxNobuyoshi Nakada
2019-07-23Relaxed target_os matchingNobuyoshi Nakada
2019-07-23Show seconds and in the modified time orderNobuyoshi Nakada
2019-07-23Retry to update Unicode timestampNobuyoshi Nakada
2019-07-23Let the index boundary check in rb_enc_from_index be flagged as unlikelyLourens Naudé
2019-07-23Explicitly initialise encodings on init to remove branches on encoding lookupLourens Naudé
2019-07-23check iseq is executableKoichi Sasada
2019-07-23Support memsize of ASTNobuyoshi Nakada
2019-07-23Let memory sizes of the various IMEMO object types be reflected correctlyLourens Naudé
2019-07-23Added the upstream repositories to default gems.Hiroshi SHIBATA
2019-07-23reline is default gems now.Hiroshi SHIBATA
2019-07-23Removed duplicated entry for racc.Hiroshi SHIBATA
2019-07-22Document BasicObject does not implement #object_id and #send [ci skip]Jeremy Evans
2019-07-22Document encoding of string returned by Regexp.quote [ci skip]Jeremy Evans
2019-07-22Adjust documentation for Kernel#raise [ci skip]Jeremy Evans
2019-07-23Split test/ripper/test_files.rb to run in parallelNobuyoshi Nakada
2019-07-23Stop packing rb_method_definition_tNobuyoshi Nakada
2019-07-23* 2019-07-23git
2019-07-22Fix documentation for Array#pack m directive count specifier [ci skip]Jeremy Evans
2019-07-22Allways fetch the latest commit from default gems repository.Hiroshi SHIBATA
2019-07-22constify again.Koichi Sasada
2019-07-22[ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans
2019-07-22constify RHash::ifnone.Koichi Sasada
2019-07-22Fixed exception messageNobuyoshi Nakada
2019-07-22Only the first argument can be --test-target-dir optionNobuyoshi Nakada
2019-07-22Update rake-12.3.3.Hiroshi SHIBATA
2019-07-22* 2019-07-22git
2019-07-22Run test-tool in the order of the testsNobuyoshi Nakada
2019-07-21common.mk: `make check` now includes `make test-tool`Yusuke Endoh
2019-07-21tool/test/runner.rb: support --test-target-dir optionYusuke Endoh
2019-07-21* 2019-07-21git
2019-07-21Update simplecov and doclie to the latest version.Hiroshi SHIBATA
2019-07-20Move travis coroutine check to cron only.Samuel Williams
2019-07-20--debug was not functional eitherTakashi Kokubun
2019-07-20file.c: add a NORETURN declaration for statx_notimplementYusuke Endoh
2019-07-20Explain what's benchmark/lib/load.rb [ci skip]Takashi Kokubun
2019-07-20Upgrade benchmark-driver.gem againTakashi Kokubun
2019-07-20Upgrade benchmark-driver.gem versionTakashi Kokubun
2019-07-20array.c: factor out a complex condition of assertYusuke Endoh
2019-07-19Only disable GC around reference updatingAaron Patterson
2019-07-19Document use of ensure and else at method level [ci skip]Jeremy Evans
2019-07-19Remove section on performance advantage of not using a block parameter [ci skip]Jeremy Evans
2019-07-19Remove mention of Proc.new with implicit block [ci skip]Jeremy Evans
2019-07-19Document evaluation order of arguments [ci skip]Jeremy Evans
2019-07-19Document required keyword argument syntax [ci skip]Jeremy Evans
2019-07-20* 2019-07-20git
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19array.c: use assert in macro instead of in a functionYusuke Endoh