summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11Make a cyclic prepend not modify ancestors for the receiverJeremy Evans
2021-02-12* 2021-02-12 [ci skip]git
2021-02-12[ruby/irb] Fix inverse separator conditionNobuyoshi Nakada
2021-02-11Fixed time_t conversion modifiers for debugNobuyoshi Nakada
2021-02-11Merged too-short salt conditions instead of UNREACHABLE_RETURNNobuyoshi Nakada
2021-02-11[DOC] Improved regexp.rdoc [ci skip]Nobuyoshi Nakada
2021-02-11Comment in sh needs to be the beginning of a wordNobuyoshi Nakada
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-11[ruby/irb] Suppress colorize on Windows testsaycabta
2021-02-11[ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta
2021-02-11The Queue constructor should take an initial set of objectsChris Seaton
2021-02-11Do not run File.write while Ractors are runningTakashi Kokubun
2021-02-10Add a benchmark-driver runner for Ractor (#4172)Takashi Kokubun
2021-02-11Fix 404 linkS-H-GAMELINKS
2021-02-10Update class documentation for StringScannerJeremy Evans
2021-02-11* 2021-02-11 [ci skip]git
2021-02-10Don't document that Thread#group can return nilJeremy Evans
2021-02-10[DOC] Update README files to use autoreconf [ci skip]Nobuyoshi Nakada
2021-02-10Compile debugging code for time alwaysNobuyoshi Nakada
2021-02-10Fixed the signature of find_time_numguess_getterNobuyoshi Nakada
2021-02-10Fixed race in dtoa [Bug #17612]Nobuyoshi Nakada
2021-02-10Simple benchmark of Float#to_sNobuyoshi Nakada
2021-02-10.github/workflows/compilers.yml: clang-13卜部昌平
2021-02-10[ruby/zlib] Don't use gemspec for gem dependecyHiroshi SHIBATA
2021-02-10[ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA
2021-02-09Fix documentation for Module#ruby2_keywordsJeremy Evans
2021-02-09Fix broken linkUse amazing-print instead
2021-02-10* 2021-02-10 [ci skip]git
2021-02-10vm_dump.c: Dump machine registers on RISC-V LinuxYusuke Endoh
2021-02-09Improve the wording surrounding `Proc#isolate`Use amazing-print instead
2021-02-09[ruby/console] Updated dependNobuyoshi Nakada
2021-02-09[ruby/io-console] Fixed typoNobuyoshi Nakada
2021-02-09[ruby/io-console] Fixed regression against 3.0Nobuyoshi Nakada
2021-02-09Define macro for fiber/scheduler.hNobuyoshi Nakada
2021-02-09Updated pre-prototype declarationsNobuyoshi Nakada
2021-02-09strip trailing spaces [ci skip]Nobuyoshi Nakada
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams
2021-02-09Fixed default coroutine selection for musl.Andrew Aladjev
2021-02-08Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H
2021-02-09Copy va_list of exception classesNobuyoshi Nakada
2021-02-09Also `eclass` loop can raise in `rb_obj_is_kind_of`Nobuyoshi Nakada
2021-02-09Adjusted indent [ci skip]Nobuyoshi Nakada
2021-02-09Do not allocate ractor-local storage in dfree function during GCNobuyoshi Nakada
2021-02-09Assign TAG_NONE to ruby_tag_type instead of 0Nobuyoshi Nakada
2021-02-09* 2021-02-09 [ci skip]git
2021-02-08vcs.rb: update the given option to VCS.detect by keyword argumentsNobuyoshi Nakada
2021-02-08vcs.rb: added `base_url` keyword option to GIT#export_changelogNobuyoshi Nakada
2021-02-08vcs.rb: improved export_changelogNobuyoshi Nakada
2021-02-08Revert a part of "[DOC] refined" [ci skip]Nobuyoshi Nakada
2021-02-07[ruby/benchmark] Adds `Tms#to_h`Keith Bennett