aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* .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
* Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)Kenta Murata2020-12-081-1/+5
* Update rubygems.org links for publlished default gems.Hiroshi SHIBATA2020-12-081-1/+42
* Fix "Ruby is not properly fortified on armv7hl".Samuel Williams2020-12-081-0/+4
* Added missing dependency of fileutilsHiroshi SHIBATA2020-12-081-0/+1
* [DOC] Fixed RDoc directives [ci skip]v3_0_0_preview2Nobuyoshi Nakada2020-12-081-2/+2
* Bump version numbers of RubyGems and Bundler on NEWSHiroshi SHIBATA2020-12-081-2/+2
* Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA2020-12-08135-868/+1293
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-08134-746/+2003
* Fix links [ci skip]Kazuhiro NISHIYAMA2020-12-081-0/+2
* Add NEWS about UTF-8 on WindowsNARUSE, Yui2020-12-081-0/+6
* Add NEWS about Net::SMTP [ci skip]Kazuhiro NISHIYAMA2020-12-081-0/+8
* test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata2020-12-081-5/+1
* Revert some recent JIT changesTakashi Kokubun2020-12-071-14/+1
* Revert "Have list_node at the top of rb_mjit_unit"Takashi Kokubun2020-12-071-1/+1
* Wait for GC before unload_unitsTakashi Kokubun2020-12-071-1/+12
* Made method-local instance variables local variablesNobuyoshi Nakada2020-12-081-24/+16
* Lock the entire active_units loopTakashi Kokubun2020-12-071-3/+0
* Remove BUNLDER_VERSION in Windows (#3859)MSP-Greg2020-12-071-1/+2
* Pass the flag as $TESTOPTSTakashi Kokubun2020-12-071-1/+1
* Have list_node at the top of rb_mjit_unitTakashi Kokubun2020-12-071-1/+1
* skip failing tests in test-all on mingwNARUSE, Yui2020-12-081-1/+1