summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-22Extract `forwarding_arg_check` functionNobuyoshi Nakada
2023-12-22Extract `arg_splat` nonterminal symbolNobuyoshi Nakada
2023-12-22.travis.yml: Try another way to be notified.Jun Aruga
2023-12-22[Bug #19977] Fix (nil..nil) === x not to raise TypeErrorKouhei Yanagita
2023-12-21RJIT: Avoid retaining unrelated local variables in memoryTakashi Kokubun
2023-12-22[DOC] Fix NEWS markupKouhei Yanagita
2023-12-22Add Regexp updates to NEWS.mdTSUYUSATO Kitsune
2023-12-22[DOC] NEWS entries for Parseryui-knk
2023-12-21RJIT: Minimize string allocations in InsnCompilerTakashi Kokubun
2023-12-21RJIT: Make --rjit-trace actually workTakashi Kokubun
2023-12-21RJIT: Update bindgenTakashi Kokubun
2023-12-21RJIT: Add --rjit-trace to allow TracePoint during JITTakashi Kokubun
2023-12-21Avoid underflow of rb_yjit_live_iseq_countJohn Hawthorn
2023-12-22debug.gem v1.9.1Koichi Sasada
2023-12-22coroutine/arm64: Skip saving/restoring x30 twice and use `autiasp`Yuta Saito
2023-12-22coroutine/arm64/Context.S: Append PAC/BTI note section if neededYuta Saito
2023-12-22coroutine/arm64/Context.S: Insert `bti c` as BTI landing padYuta Saito
2023-12-22coroutine/arm64: Sign return address if PAC enabledYuta Saito
2023-12-21RJIT: Convert opt_case_dispatch keys with #to_valueTakashi Kokubun
2023-12-21Typo fixes for public headers [ci skip]Alan Wu
2023-12-21RJIT: Avoid incrementing vm_insns_countTakashi Kokubun
2023-12-21RJIT: Clean up unnecessary documentationTakashi Kokubun
2023-12-21RJIT: Fix a wrong comparison in set_local_typeTakashi Kokubun
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun
2023-12-21Make rb_profile_frames return 0 for NULL ecJohn Hawthorn
2023-12-21RJIT: Streamline RJIT enablement checkTakashi Kokubun
2023-12-21RJIT: Rename pause/resume to disable/enableTakashi Kokubun
2023-12-21Update default gems list at 82496f2b389278a569fa7680ee6faa [ci skip]git
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-21[DOC] Improve NEWS.md rendering and add missing features (#9308)Victor Shepelev
2023-12-21[DOC] Fix NoMethodError example of rendering (#9309)Victor Shepelev
2023-12-21Use main_thread->ec from rb_vm_main_ractor_ecJohn Hawthorn
2023-12-21[DOC] Fix rb_postponed_job_register_once typoJohn Hawthorn
2023-12-21Fix ary_make_partial_step for compactionPeter Zhu
2023-12-21Fix a typo in NEWS.mdJean Boussier
2023-12-21Added limitation of bundled gems warning feature with bootsnapHiroshi SHIBATA
2023-12-21Update bundled gems list at d587852cf7f660308d1287e85767ad [ci skip]git
2023-12-21Bundle RBS 3.4.0 (#9293)Soutaro Matsumoto
2023-12-20RJIT: Print an error message firstTakashi Kokubun
2023-12-20Update default gems list at 31959f1f13c0dcbb517469b4cbf29a [ci skip]git
2023-12-20[ruby/irb] Bump version to v1.11.0Stan Lo
2023-12-20[ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette Lamar
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-20Fix a grammar issue in the shape performance warning messageJean Boussier
2023-12-20skip `MAP_STACK` on FreeBSDKoichi Sasada
2023-12-20Hand thread into `thread_sched_wait_events_timeval`JP Camara
2023-12-20KQueue support for M:N threadsJP Camara
2023-12-20Correct free_on_exit env var to free_at_exitHParker
2023-12-19Add tool/missing-baseruby.bat, used when BASERUBY not availableJeremy Evans
2023-12-20Revert "[Bug #19831] Remove duplicate library options"Mikhail Doronin