aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata2020-12-074-300/+6
* * 2020-12-07 [ci skip]git2020-12-071-1/+1
* memory_view.c: suppress uninitialized warningKenta Murata2020-12-071-1/+1
* Update rbsNobuyoshi Nakada2020-12-061-1/+1
* memory_view.c: Fix the argument type of rb_memory_view_extract_item_membersKenta Murata2020-12-061-1/+1
* memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata2020-12-064-6/+300
* Update rbsNobuyoshi Nakada2020-12-061-1/+1
* Updated bundled gemsNobuyoshi Nakada2020-12-061-2/+2
* update-bundled_gems: support recent format, keep the tag to testNobuyoshi Nakada2020-12-061-1/+2
* update-bundled_gems: chomp ".git" suffix from the source code URINobuyoshi Nakada2020-12-061-1/+1
* Moved update-bundled_gems code to a toolNobuyoshi Nakada2020-12-062-10/+14
* Mentioned numbered parameter assignment is a SyntaxError in NEWS [ci skip]Jeremy Evans2020-12-051-1/+4
* RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg2020-12-062-25/+21
* Call cleanup function for getaddrinfo_a(3) only before fork()Masaki Matsushita2020-12-063-12/+17
* * 2020-12-06 [ci skip]git2020-12-061-1/+1
* Extend sleep time to 1.5 second in rb_getaddrinfo_a_before_exec()Masaki Matsushita2020-12-061-1/+4
* Wrap SortedSet with `ruby_version_is ""..."3.0"`Benoit Daloze2020-12-0544-549/+681
* Add MSpec tool to automatically wrap spec files with a guardBenoit Daloze2020-12-051-0/+28
* Revert "SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2"Benoit Daloze2020-12-0552-0/+939
* Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita2020-12-051-1/+1
* Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada2020-12-055-8/+8
* [ruby/matrix] Optimize **Marc-Andre Lafortune2020-12-052-15/+44
* Proposed method for dealing with stack locals which have non-local lifetime.Samuel Williams2020-12-054-51/+76
* Rework the order of operations to avoid stack smashing.Samuel Williams2020-12-051-19/+40
* Cope with frozen-string-literalRobert Schulze2020-12-051-1/+1
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-052-4/+5
* [ruby/reline] Support bracketed paste modeaycabta2020-12-054-4/+74
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-052-2/+21
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-052-1/+15