aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show C backtrace appropriately at core dump for GCC 8 or laterYusuke Endoh2020-12-111-0/+1
* * 2020-12-11 [ci skip]git2020-12-111-1/+1
* Suppress a "clobbered" warning by gcc on macOSNobuyoshi Nakada2020-12-111-4/+4
* Fix a link [ci skip]Kazuhiro NISHIYAMA2020-12-101-0/+1
* include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...Kenta Murata2020-12-101-1/+1
* include/ruby/memory_view.h: fix typoKenta Murata2020-12-101-1/+1
* Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA2020-12-104-8/+4
* Add connect_timeout to TCPSocketMasaki Matsushita2020-12-1010-20/+48
* Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA2020-12-101-5/+5
* ObjectSpace._id2ref should not support unshareableKoichi Sasada2020-12-102-1/+22
* remove bz2NARUSE, Yui2020-12-101-7/+1
* Unpoison freelist to chainNobuyoshi Nakada2020-12-101-0/+1
* Right size literal regular expression buffers on compileLourens Naudé2020-12-101-0/+20
* Added help message for gem i webrick in rdocHiroshi SHIBATA2020-12-102-2/+13
* Added help message for gem i webrick in gem server commandHiroshi SHIBATA2020-12-101-1/+7
* Completely removed webrickHiroshi SHIBATA2020-12-103-4/+0
* Added help message for gem i webrick in un.rbHiroshi SHIBATA2020-12-101-1/+6
* webrick was removed from ruby repoHiroshi SHIBATA2020-12-109-196/+0
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-105-7/+4
* Added tool/lib into test-spec loadpathHiroshi SHIBATA2020-12-101-1/+1
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1061-0/+0
* .github: reduce (#3876)卜部昌平2020-12-104-58/+61
* Revert "Revert some recent JIT changes"Takashi Kokubun2020-12-101-1/+14
* Revert "Revert "Have list_node at the top of rb_mjit_unit""Takashi Kokubun2020-12-101-1/+1
* Use list_for_each_safe when list_del is used insideTakashi Kokubun2020-12-101-3/+3
* cache free pages per ractorKoichi Sasada2020-12-102-12/+58
* set min/maximum free slots relative to ractor cntKoichi Sasada2020-12-101-3/+9
* lazy sweep tries to collect 2048 slotsKoichi Sasada2020-12-101-3/+8
* test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218Kenta Murata2020-12-101-1/+6
* memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata2020-12-104-20/+69
* * 2020-12-10 [ci skip]git2020-12-101-1/+1
* test/ruby/test_arithmetic_sequence.rb: remove a duplicated testYusuke Endoh2020-12-101-5/+0
* Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...Kenta Murata2020-12-097-40/+156
* [ruby/matrix] Disable Ractor testMarc-Andre Lafortune2020-12-091-0/+2
* [ruby/matrix] v0.3.1Marc-Andre Lafortune2020-12-091-1/+1
* [ruby/matrix] Make frozen matrices Ractor shareableMarc-Andre Lafortune2020-12-092-1/+14
* [ruby/prime] Fix gemspecMarc-Andre Lafortune2020-12-091-3/+3
* need the lock for debug checking.Koichi Sasada2020-12-091-12/+17
* Update maintainers list [doc] [ci skip]Marc-Andre Lafortune2020-12-091-8/+4
* [ruby/prime] v0.1.2Marc-Andre Lafortune2020-12-091-1/+1
* [ruby/prime] Optimize `Integer#prime?`Marc-Andre Lafortune2020-12-092-0/+85
* Ad-hoc fix of test-bundlerNobuyoshi Nakada2020-12-091-0/+10
* Tweaked `Process::Status.wait`Nobuyoshi Nakada2020-12-093-19/+27
* Removed declaration of non-existent symbolNobuyoshi Nakada2020-12-091-2/+0
* Add test that `Ractor.make_shareable` calls user defined `#freeze`Marc-Andre Lafortune2020-12-081-1/+8
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-0910-44/+260
* * 2020-12-09 [ci skip]git2020-12-091-1/+1
* re-layout rb_ractor_tKoichi Sasada2020-12-093-122/+123
* Supported category option in Warning#warnNobuyoshi Nakada2020-12-082-3/+51
* [DOC] mentioned category optionNobuyoshi Nakada2020-12-081-1/+4