summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gemspec only caseNobuyoshi Nakada2021-02-141-1/+6
* * 2021-02-14 [ci skip]git2021-02-141-1/+1
* Refined installation of gemspecs placed other than ext and libNobuyoshi Nakada2021-02-141-6/+7
* opt_equality_by_mid for rb_equal_optKoichi Sasada2021-02-131-36/+63
* * 2021-02-13 [ci skip]git2021-02-131-1/+1
* [Fixes #17622] Mark and move the previous epPeter Zhu2021-02-121-0/+10
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-123-11/+27
* Define rb_to_array which converts with to_aNobuyoshi Nakada2021-02-122-0/+7
* correct the result of casecmp? examples [ci skip]Sarun Rattanasiri2021-02-121-1/+1
* Make a cyclic prepend not modify ancestors for the receiverJeremy Evans2021-02-112-2/+19
* * 2021-02-12 [ci skip]git2021-02-121-1/+1
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* Fixed time_t conversion modifiers for debugNobuyoshi Nakada2021-02-111-6/+19
* Merged too-short salt conditions instead of UNREACHABLE_RETURNNobuyoshi Nakada2021-02-111-9/+4
* [DOC] Improved regexp.rdoc [ci skip]Nobuyoshi Nakada2021-02-111-0/+10
* Comment in sh needs to be the beginning of a wordNobuyoshi Nakada2021-02-111-1/+1
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-112-2/+7
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-112-1/+7
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3
* The Queue constructor should take an initial set of objectsChris Seaton2021-02-113-3/+65
* Do not run File.write while Ractors are runningTakashi Kokubun2021-02-111-12/+15
* Add a benchmark-driver runner for Ractor (#4172)Takashi Kokubun2021-02-104-1/+132
* Fix 404 linkS-H-GAMELINKS2021-02-111-1/+1
* Update class documentation for StringScannerJeremy Evans2021-02-101-3/+3
* * 2021-02-11 [ci skip]git2021-02-111-1/+1
* Don't document that Thread#group can return nilJeremy Evans2021-02-101-8/+2
* [DOC] Update README files to use autoreconf [ci skip]Nobuyoshi Nakada2021-02-102-4/+2
* Compile debugging code for time alwaysNobuyoshi Nakada2021-02-101-14/+26
* Fixed the signature of find_time_numguess_getterNobuyoshi Nakada2021-02-101-1/+2
* Fixed race in dtoa [Bug #17612]Nobuyoshi Nakada2021-02-102-3/+21
* Simple benchmark of Float#to_sNobuyoshi Nakada2021-02-101-0/+7
* .github/workflows/compilers.yml: clang-13卜部昌平2021-02-101-1/+2
* [ruby/zlib] Don't use gemspec for gem dependecyHiroshi SHIBATA2021-02-101-4/+0
* [ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA2021-02-101-2/+11
* Fix documentation for Module#ruby2_keywordsJeremy Evans2021-02-091-1/+1
* Fix broken linkUse amazing-print instead2021-02-091-1/+1
* * 2021-02-10 [ci skip]git2021-02-101-1/+1
* vm_dump.c: Dump machine registers on RISC-V LinuxYusuke Endoh2021-02-101-2/+24
* Improve the wording surrounding `Proc#isolate`Use amazing-print instead2021-02-091-2/+2
* [ruby/console] Updated dependNobuyoshi Nakada2021-02-091-14/+15
* [ruby/io-console] Fixed typoNobuyoshi Nakada2021-02-091-1/+1
* [ruby/io-console] Fixed regression against 3.0Nobuyoshi Nakada2021-02-091-1/+3
* Define macro for fiber/scheduler.hNobuyoshi Nakada2021-02-091-0/+1
* Updated pre-prototype declarationsNobuyoshi Nakada2021-02-091-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2021-02-091-2/+2
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-0918-244/+355
* Fixed default coroutine selection for musl.Andrew Aladjev2021-02-091-1/+4
* Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H2021-02-083-30/+30
* Copy va_list of exception classesNobuyoshi Nakada2021-02-091-1/+5
* Also `eclass` loop can raise in `rb_obj_is_kind_of`Nobuyoshi Nakada2021-02-091-1/+1