summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-23[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...David Rodríguez
2024-09-23[rubygems/rubygems] Ensure refs directory in cached git sourceDaniel Colson
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-23Refactor `Time#xmlschema`Nobuyoshi Nakada
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-23Unpoison page->freelist before trying to assert on itKJ Tsanaktsidis
2024-09-22Reuse dedent_string function in rb_ruby_ripper_dedent_string functionS-H-GAMELINKS
2024-09-21Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...Jeremy Evans
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20GC guard current_string in the putobject instructionPeter Zhu
2024-09-20[rubygems/rubygems] Disallow RubyGems warnings during Bundler test suiteDavid Rodríguez
2024-09-20[rubygems/rubygems] I don't think we need a conditional shebangDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about missing shebangDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about pre-release dependenciesDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about incorrect executable permissionsDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about minimum required RubyDavid Rodríguez
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-20Remove unneeded function prototype for rb_gc_impl_markPeter Zhu
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-09-20Add c-style for prism [ci skip]Nobuyoshi Nakada
2024-09-20Update parsey.yml as othersNobuyoshi Nakada
2024-09-20[ci-skip] Fix doc for `refinements`OKURA Masafumi
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-20[rubygems/rubygems] Don't try to install locked bundler when `--local` is passedDavid Rodríguez
2024-09-20Simplify offset calculations of `tbl0208`Nobuyoshi Nakada
2024-09-20[Bug #18651] Pass undefined region in CP51932 as is to CP50220Nobuyoshi Nakada
2024-09-20Define `tbl0208` as a static arrayNobuyoshi Nakada
2024-09-20Extract `iso2022jp_put_state`Nobuyoshi Nakada
2024-09-20Define HAVE_ISINF for Visual Studio >= 2013Silvio Traversaro
2024-09-19Fix potentially missing write barrier in iseq_build_kwPeter Zhu
2024-09-19Replace RB_OBJ_WRITTEN with RB_OBJ_WRITE in iseq_set_arguments_keywordsPeter Zhu
2024-09-19Replace RB_OBJ_WRITTEN with RB_OBJ_WRITE in pm_compile_scope_nodePeter Zhu
2024-09-19Remove an unused variableTakashi Kokubun
2024-09-19[DOC] Improve docs for GC.latest_gc_infoPeter Zhu
2024-09-19Fix method caching bug when including/prepend module A that prepends module BJeremy Evans
2024-09-19Remove rb_gc_impl_initial_stress_setPeter Zhu
2024-09-19Fix bug at fork on FreeBSDNobuyoshi Nakada
2024-09-19Don't update lockfile with bundler/inlineHiroshi SHIBATA
2024-09-19Added missing block argHiroshi SHIBATA
2024-09-19[ruby/set] 2024Akinori MUSHA
2024-09-19[ruby/set] Reword the document for to_a and clarify the implementation notesAkinori MUSHA
2024-09-19Use ppc64le coroutines for powerpc64-freebsd*Piotr Kubaj
2024-09-19Use ppc64le coroutines on powerpc64le-freebsd*Piotr Kubaj
2024-09-19Adjust indent [ci skip]Nobuyoshi Nakada
2024-09-18Update exception message in string_for_symbolJeremy Evans
2024-09-18Raise a compile error for break/next/redo inside eval in cases where it is op...Jeremy Evans
2024-09-18[DOC] Escape the word GC in GC.configPeter Zhu
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans