aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* ruby.c: remove needless substitution of uencKenta Murata2020-12-081-3/+0
* memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata2020-12-084-6/+285
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-089-82/+39
* Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis2020-12-084-6/+11
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-082-1/+13
* * 2020-12-08 [ci skip]git2020-12-081-1/+1
* rbinstall.rb: do not install useless files after installedNobuyoshi Nakada2020-12-071-1/+1
* Extract gemspec to versioned fileNobuyoshi Nakada2020-12-072-4/+9
* rbinstall.rb: relaxed split argumentNobuyoshi Nakada2020-12-071-1/+1
* rbinstall.rb: fix the position to expand filesNobuyoshi Nakada2020-12-071-13/+13
* Remove resolv_timeout of TCPSocket.new from NEWSMasaki Matsushita2020-12-071-9/+0
* rbinstall.rb: install files expanded from bundled gemsNobuyoshi Nakada2020-12-071-2/+14
* Removed deprecated Time#succNobuyoshi Nakada2020-12-076-67/+33
* Update the version guard to 3.0Nobuyoshi Nakada2020-12-071-1/+1
* Hash#index: delete卜部昌平2020-12-072-11/+4
* Ractor.select requires an argument or yield_valueMarc-Andre Lafortune2020-12-072-0/+11
* fix Thread's interrupt and Ractor#take issueKoichi Sasada2020-12-073-2/+27
* Doxygen terminology update [ci skip]卜部昌平2020-12-071-12/+12
* Revert getaddrinfo_a()Masaki Matsushita2020-12-079-289/+0
* need more lock in finalize_list()Koichi Sasada2020-12-071-9/+10
* Lock active_units references on compactionTakashi Kokubun2020-12-061-0/+5
* Update TypeProf to 0.9.0 (#3856)Yusuke Endoh2020-12-071-1/+1
* RB_VM_LOCK_ENTER_NO_BARRIERKoichi Sasada2020-12-073-46/+73
* skip assertion on multi-ractorKoichi Sasada2020-12-071-1/+3
* fix decl of ruby_single_main_ractorKoichi Sasada2020-12-074-10/+3
* tuning trial: newobj with current ecKoichi Sasada2020-12-075-4/+89
* RB_EC_NEWOBJ_OFKoichi Sasada2020-12-072-1/+8
* per-ractor object allocationKoichi Sasada2020-12-073-147/+225
* log for the beggining of vm_lock_enterKoichi Sasada2020-12-071-0/+2
* RB_VM_LOCK_ENTER_CR_LEVKoichi Sasada2020-12-072-5/+34
* show ractor info on non-single ractor modeKoichi Sasada2020-12-071-1/+1
* cancel theap on multi-ractorsKoichi Sasada2020-12-074-81/+99
* ruby_single_main_ractor for single ractor modeKoichi Sasada2020-12-074-10/+19