summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07fix decl of ruby_single_main_ractorKoichi Sasada
2020-12-07tuning trial: newobj with current ecKoichi Sasada
2020-12-07RB_EC_NEWOBJ_OFKoichi Sasada
2020-12-07per-ractor object allocationKoichi Sasada
2020-12-07log for the beggining of vm_lock_enterKoichi Sasada
2020-12-07RB_VM_LOCK_ENTER_CR_LEVKoichi Sasada
2020-12-07show ractor info on non-single ractor modeKoichi Sasada
2020-12-07cancel theap on multi-ractorsKoichi Sasada
2020-12-07ruby_single_main_ractor for single ractor modeKoichi Sasada
2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata
2020-12-07* 2020-12-07 [ci skip]git
2020-12-07memory_view.c: suppress uninitialized warningKenta Murata
2020-12-06Update rbsNobuyoshi Nakada
2020-12-06memory_view.c: Fix the argument type of rb_memory_view_extract_item_membersKenta Murata
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata
2020-12-06Update rbsNobuyoshi Nakada
2020-12-06Updated bundled gemsNobuyoshi Nakada
2020-12-06update-bundled_gems: support recent format, keep the tag to testNobuyoshi Nakada
2020-12-06update-bundled_gems: chomp ".git" suffix from the source code URINobuyoshi Nakada
2020-12-06Moved update-bundled_gems code to a toolNobuyoshi Nakada
2020-12-05Mentioned numbered parameter assignment is a SyntaxError in NEWS [ci skip]Jeremy Evans
2020-12-06RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg
2020-12-06Call cleanup function for getaddrinfo_a(3) only before fork()Masaki Matsushita
2020-12-06* 2020-12-06 [ci skip]git
2020-12-06Extend sleep time to 1.5 second in rb_getaddrinfo_a_before_exec()Masaki Matsushita
2020-12-05Wrap SortedSet with `ruby_version_is ""..."3.0"`Benoit Daloze
2020-12-05Add MSpec tool to automatically wrap spec files with a guardBenoit Daloze
2020-12-05Revert "SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2"Benoit Daloze
2020-12-05Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita
2020-12-05Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada
2020-12-05[ruby/matrix] Optimize **Marc-Andre Lafortune
2020-12-05Proposed method for dealing with stack locals which have non-local lifetime.Samuel Williams
2020-12-05Rework the order of operations to avoid stack smashing.Samuel Williams
2020-12-05Cope with frozen-string-literalRobert Schulze
2020-12-05[ruby/reline] Process insertion buffer forciblyaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Forced newline insertion is not just cursor movingaycabta
2020-12-05[ruby/reline] Drop prompt list cache when num of lines is changedaycabta
2020-12-05[ruby/reline] Cache dynamic prompt for 0.5secaycabta
2020-12-05[ruby/reline] Stop rerendering if the cursor is only movedaycabta
2020-12-05[ruby/reline] Split #rerender method that is too hugeaycabta
2020-12-05[ruby/reline] Version 0.1.9aycabta
2020-12-05[ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta
2020-12-05[ruby/reline] Optimize regexp handling for widthaycabta
2020-12-05[ruby/reline] Optimize ASCII character width calculationaycabta
2020-12-05[ruby/reline] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo
2020-12-05[ruby/reline] Fix crash to input `é`. refs #174manga_osyo
2020-12-05[ruby/reline] Version 0.1.8aycabta
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta