index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-08-19
ZJIT: Remove try_num_bits (#14272)
Takashi Kokubun
2025-08-19
[ruby/openssl] Add missing write barriers in X509
John Hawthorn
2025-08-19
ZJIT: Remove more Option from codegen (#14265)
Max Bernstein
2025-08-19
ZJIT: Compile toregexp (#14200)
Daniel Colson
2025-08-19
Change TestString#test_ascii_incomat_inspect to use EnvUtil.with_default_exte...
Peter Zhu
2025-08-19
Change TestM17N#test_object_inspect_external to use EnvUtil.with_default_exte...
Peter Zhu
2025-08-19
Change TestM17N#test_object_utf16_32_inspect to use EnvUtil.with_default_exte...
Peter Zhu
2025-08-19
Change TestM17N#test_string_inspect_encoding to use EnvUtil.with_default_exte...
Peter Zhu
2025-08-19
Change TestHash#test_inspect to use EnvUtil.with_default_external
Peter Zhu
2025-08-18
Add missing writebarrier to rb_func_proc_dup
John Hawthorn
2025-08-19
Gererate prism source files dependencies from template.rb
Nobuyoshi Nakada
2025-08-19
[ruby/syntax_suggest] bundle exec standardrb --fix
Hiroshi SHIBATA
2025-08-18
Don't allow looking at the shape ID of immediates (#14266)
Max Bernstein
2025-08-18
ZJIT: Fix BorrowError on --zjit-dump-disasm (#14267)
Takashi Kokubun
2025-08-18
Add missing write barriers to Random
John Hawthorn
2025-08-18
Add missing writebarrier on complex obj dup
John Hawthorn
2025-08-18
Use mark and move for iseqw
Peter Zhu
2025-08-18
Increase timeout on slow tests (#14264)
Max Bernstein
2025-08-18
ZJIT: Handle ISEQ moves (#14250)
Takashi Kokubun
2025-08-18
ZJIT: Temporarily disable buggy defined? codegen
Max Bernstein
2025-08-18
ZJIT: Refine type of Defined
Max Bernstein
2025-08-18
ZJIT: Make Defined retain its Snapshot
Max Bernstein
2025-08-18
ZJIT: Make a fix a bunch of other cases using Option
Max Bernstein
2025-08-18
ZJIT: Don't return Option from counter increment
Max Bernstein
2025-08-18
ZJIT: Don't return Option from side exits
Max Bernstein
2025-08-18
ZJIT: Remove empty returns from control instructions in codegen
Max Bernstein
2025-08-18
ZJIT: Don't return Option from codegen helper functions
Max Bernstein
2025-08-18
ZJIT: Make jit.get_opnd noisily fail
Max Bernstein
2025-08-18
ZJIT: Make sure output operands are not VRegs (#14188)
Max Bernstein
2025-08-18
ZJIT: Codegen for NewHash (#14059)
Donghee Na
2025-08-18
Output array shared root flag in rb_raw_obj_info_buitin_type
Peter Zhu
2025-08-18
Move flags for arrays out of if statements in rb_raw_obj_info_buitin_type
Peter Zhu
2025-08-18
Remove impossible case in rb_raw_obj_info_buitin_type for array
Peter Zhu
2025-08-18
Exclude prism/generate-srcs.mk.rb from sync targets of prism
Hiroshi SHIBATA
2025-08-18
Fix typos
Douglas 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-18
Merge specs checking CLI flags and subcommands are documented
David Rodríguez
2025-08-18
[rubygems/rubygems] Use spaces around optional parameter values
David Rodríguez
2025-08-18
[rubygems/rubygems] Enforce checksums strictly for registry gems
David Rodríguez
2025-08-18
[rubygems/rubygems] Fix incorrect error message capitalization
David Rodríguez
2025-08-18
[rubygems/rubygems] Refactor git specs
David Rodríguez
2025-08-18
[rubygems/rubygems] Improve `bundle plugin` documentation
David Rodríguez
2025-08-18
[rubygems/rubygems] Improve `doctor` CLI flag documentation
David Rodríguez
2025-08-18
[rubygems/rubygems] Improve `bundle config` documentation
David Rodríguez
2025-08-18
[rubygems/rubygems] Consistently use banner of desc when defining CLI flags
David Rodríguez
2025-08-18
[rubygems/rubygems] Delay pending spec
David 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
[next]