summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19Support `GC.auto_compact = :empty` on debug buildsPeter Zhu
2023-12-19[PRISM] Correct the jump target for redo in FOR_NODEMatt Valentine-House
2023-12-19[PRISM] Fix parameter numbering in For NodeMatt Valentine-House
2023-12-19RDoc for ComplexBurdetteLamar
2023-12-20moved object should not have a shape IDKoichi Sasada
2023-12-20use `rb_thread_io_blocking_call()` moreKoichi Sasada
2023-12-20declare `rb_thread_io_blocking_call`Koichi Sasada
2023-12-20setup `waiting_fd` for `thread_sched_wait_events()`Koichi Sasada
2023-12-19Set m_tbl right after allocationPeter Zhu
2023-12-19Use RICLASS_OWNS_M_TBL_PPeter Zhu
2023-12-19YJIT: Add stats option to RubyVM::YJIT.enable (#9297)Takashi Kokubun
2023-12-19RDoc for ComplexBurdetteLamar
2023-12-19We need to load builtins so that they workAaron Patterson
2023-12-19Implement IO::Buffer on VWAPeter Zhu
2023-12-19[DOC] remove reference to pre-3.0 splat operator behaviorDoug Orleans
2023-12-19restore the stack pointer on finalizerKoichi Sasada
2023-12-19RJIT: Correct the macro that defines rb_vm_insns_countTakashi Kokubun
2023-12-19RJIT: Avoid retaining comments unless --rjit-dump-disasmTakashi Kokubun
2023-12-19RJIT: Correct the type of rb_vm_insns_countTakashi Kokubun
2023-12-19RJIT: Declare rb_vm_insns_countTakashi Kokubun
2023-12-18RJIT: Share rb_vm_insns_count for vm_insns_countTakashi Kokubun
2023-12-19[DOC] State MatchData#[] when multiple captures with the same nameNobuyoshi Nakada
2023-12-19signal.c: Fix undefined `reset_sigmask` use on EmscriptenYuta Saito
2023-12-18[DOC] RDoc for Complex (#9260)Burdette Lamar
2023-12-19[wasm] dln.c: Guard `dladdr` use in symbol incompatibility checkYuta Saito
2023-12-19Update default gems list at 5ea862f26e86be6fabcc938e22bc2d [ci skip]git
2023-12-19[ruby/psych] Bump up 5.1.2Hiroshi SHIBATA
2023-12-19[ruby/psych] Use `assert_same` in tests where applicableAlexander Momchilov
2023-12-19[ruby/psych] Use `compare_by_identity` instead of `object_id`Alexander Momchilov
2023-12-19[DOC] No ducuments for internal libraryNobuyoshi Nakada
2023-12-18Fix flaky test test_stat_heapPeter Zhu
2023-12-18Unmask signal before re-raising fatal signalAlan Wu
2023-12-18compare_by_identity: remove alloc for non-empty HashAlexander Momchilov
2023-12-18compare_by_identity: remove alloc for empty HashAlexander Momchilov
2023-12-18[PRISM] Fix crash when --parser=prism called with stdinMatt Valentine-House
2023-12-18[DOC] Copy Prism release notes to NEWSTakashi Kokubun
2023-12-18[DOC] Clarify what is 3.2Takashi Kokubun
2023-12-18[DOC] Note about yjit_alloc_size in NEWSTakashi Kokubun
2023-12-19clear `sched->lock_onwer` at forkKoichi Sasada
2023-12-18Reset pinned_slots at the beginning of GCPeter Zhu
2023-12-18Use #initialize instead of `initialize` in shape perf warningJean Boussier
2023-12-18Update `BasicSocket#recv` documentation on return valueJean Boussier
2023-12-18[DOC] No document for internal or debug methodsNobuyoshi Nakada
2023-12-18[DOC] Show `PTY.getpty` as an alias of `PTY.spawn`Nobuyoshi Nakada
2023-12-18[DOC] Add document of IO::Buffer#hexdumpNobuyoshi Nakada
2023-12-18[DOC] Add documents of constants for IO#wait event maskNobuyoshi Nakada
2023-12-18[DOC] Add links from `File::Constants` in dir.c to `File` constantsNobuyoshi Nakada
2023-12-18[DOC] Add links from `File::Constants` to `File` constantsNobuyoshi Nakada
2023-12-18[DOC] Added notes regarding `:nodoc:` in C codeNobuyoshi Nakada
2023-12-18[DOC] documents of aliased methodsNobuyoshi Nakada