summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-19ZJIT: Remove try_num_bits (#14272)Takashi Kokubun
2025-08-19[ruby/openssl] Add missing write barriers in X509John Hawthorn
2025-08-19ZJIT: Remove more Option from codegen (#14265)Max Bernstein
2025-08-19ZJIT: Compile toregexp (#14200)Daniel Colson
2025-08-19Change TestString#test_ascii_incomat_inspect to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_object_inspect_external to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_object_utf16_32_inspect to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_string_inspect_encoding to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestHash#test_inspect to use EnvUtil.with_default_externalPeter Zhu
2025-08-18Add missing writebarrier to rb_func_proc_dupJohn Hawthorn
2025-08-19Gererate prism source files dependencies from template.rbNobuyoshi Nakada
2025-08-19[ruby/syntax_suggest] bundle exec standardrb --fixHiroshi SHIBATA
2025-08-18Don't allow looking at the shape ID of immediates (#14266)Max Bernstein
2025-08-18ZJIT: Fix BorrowError on --zjit-dump-disasm (#14267)Takashi Kokubun
2025-08-18Add missing write barriers to RandomJohn Hawthorn
2025-08-18Add missing writebarrier on complex obj dupJohn Hawthorn
2025-08-18Use mark and move for iseqwPeter Zhu
2025-08-18Increase timeout on slow tests (#14264)Max Bernstein
2025-08-18ZJIT: Handle ISEQ moves (#14250)Takashi Kokubun
2025-08-18ZJIT: Temporarily disable buggy defined? codegenMax Bernstein
2025-08-18ZJIT: Refine type of DefinedMax Bernstein
2025-08-18ZJIT: Make Defined retain its SnapshotMax Bernstein
2025-08-18ZJIT: Make a fix a bunch of other cases using OptionMax Bernstein
2025-08-18ZJIT: Don't return Option from counter incrementMax Bernstein
2025-08-18ZJIT: Don't return Option from side exitsMax Bernstein
2025-08-18ZJIT: Remove empty returns from control instructions in codegenMax Bernstein
2025-08-18ZJIT: Don't return Option from codegen helper functionsMax Bernstein
2025-08-18ZJIT: Make jit.get_opnd noisily failMax Bernstein
2025-08-18ZJIT: Make sure output operands are not VRegs (#14188)Max Bernstein
2025-08-18ZJIT: Codegen for NewHash (#14059)Donghee Na
2025-08-18Output array shared root flag in rb_raw_obj_info_buitin_typePeter Zhu
2025-08-18Move flags for arrays out of if statements in rb_raw_obj_info_buitin_typePeter Zhu
2025-08-18Remove impossible case in rb_raw_obj_info_buitin_type for arrayPeter Zhu
2025-08-18Exclude prism/generate-srcs.mk.rb from sync targets of prismHiroshi SHIBATA
2025-08-18Fix typosDouglas Eichelberger
2025-08-18[ruby/json] Append newline at EOF [ci skip]Nobuyoshi Nakada
2025-08-18[ruby/json] Remove trailing spaces [ci skip]Nobuyoshi Nakada
2025-08-18Merge specs checking CLI flags and subcommands are documentedDavid Rodríguez
2025-08-18[rubygems/rubygems] Use spaces around optional parameter valuesDavid Rodríguez
2025-08-18[rubygems/rubygems] Enforce checksums strictly for registry gemsDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix incorrect error message capitalizationDavid Rodríguez
2025-08-18[rubygems/rubygems] Refactor git specsDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `bundle plugin` documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `doctor` CLI flag documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `bundle config` documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Consistently use banner of desc when defining CLI flagsDavid Rodríguez
2025-08-18[rubygems/rubygems] Delay pending specDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle show --verbose` and recommend it as an altern...David Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle update foo` not upgrading foo to latest in a ...David Rodríguez
2025-08-18[rubygems/rubygems] Introduce `bundle list --format=json`Schneems