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
path:
root
/
test
/
ruby
Age
Commit message (
Expand
)
Author
2025-08-14
Skip an unstable Ractor test for macOS (#14231)
Takashi Kokubun
2025-08-14
Increase timeout for a flaky test (#14228)
Takashi Kokubun
2025-08-14
ZJIT: Look for RUBY_ZJIT_ENABLE in combo build with YJIT
Alan Wu
2025-08-14
Skip an unstable test for s390x and windows
Takashi Kokubun
2025-08-14
Increase timeout for failing tests
Takashi Kokubun
2025-08-14
Extract `ruby_api_version_name`
Nobuyoshi Nakada
2025-08-13
ZJIT: Implement `StringIntern` codegen (#14207)
Stan Lo
2025-08-13
ZJIT: Fix `ObjToString` rewrite (#14196)
Stan Lo
2025-08-13
imemo_fields: store owner object in RBasic.klass
Jean Boussier
2025-08-13
Add link to Ruby options doc in help text
Peter Zhu
2025-08-12
ZJIT: Prepare non-leaf calls for SetGlobal (#14197)
Stan Lo
2025-08-12
Allow encodings to be autoloaded through transcoding functions
Luke Gruber
2025-08-12
set.c: Store `set_table->bins` at the end of `set_table->entries`
Jean Boussier
2025-08-11
ZJIT: Implement `concatstrings` insn (#14154)
Stan Lo
2025-08-11
ZJIT: Add RubyVM::ZJIT.enabled? (#14159)
Takashi Kokubun
2025-08-11
Fix return value of setting in GC.config
Peter Zhu
2025-08-11
Add NODE IN locations
S-H-GAMELINKS
2025-08-11
Update test_string.rb
Erim Icel
2025-08-11
Optimize `str_casecmp` length check using pointer end
Erim Icel
2025-08-08
Fix id2ref table build when GC in progress
John Hawthorn
2025-08-08
Fix lock ordering issue for rb_ractor_sched_wait() and rb_ractor_sched_wakeup()
Luke Gruber
2025-08-08
ZJIT: Avoid compiling and direct sends to forwardable ISEQs
Alan Wu
2025-08-08
ZJIT: Fix "memory operand with non-register base" (#14153)
Takashi Kokubun
2025-08-07
ZJIT: Implement `defined?` codegen for non-yield calls (#14101)
Stan Lo
2025-08-07
ZJIT: Optimize class guards by directly reading klass field (#14136)
Stan Lo
2025-08-06
ZJIT: Inline attr_reader/attr_accessor (#14126)
Max Bernstein
2025-08-06
ZJIT: Implement SingleRactorMode invalidation (#14121)
Stan Lo
2025-08-06
ZJIT: Fix "immediate value too large" on cmp for x86_64 (#14125)
Takashi Kokubun
2025-08-07
Add MODULE NODE locations
S-H-GAMELINKS
2025-08-06
Struct: keep direct reference to IMEMO/fields when space allows
Jean Boussier
2025-08-01
ZJIT: Enable IncrCounter for arm64 (#14086)
Takashi Kokubun
2025-08-01
variable.c: Fix `rb_ivar_foreach` to not yield `object_id` of complex objects
Jean Boussier
2025-08-01
Fix rb_shape_transition_object_id transition to TOO_COMPLEX
Jean Boussier
2025-07-31
ZJIT: A64: Fix splitting for large memory displacements
Alan Wu
2025-07-30
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Takashi Kokubun
2025-07-29
Improve performance of bignum[beg, len] (#14007)
tomoya ishida
2025-07-29
[Bug #21513] Raise on converting endless range to set
viralpraxis
2025-07-28
ZJIT: Support invalidating constant patch points (#13998)
Stan Lo
2025-07-28
ZJIT: Keep a frame pointer and use it for memory params
Alan Wu
2025-07-28
Update comments for pack/unpack tests [ci skip]
Nobuyoshi Nakada
2025-07-27
Add test for `String#byteslice` with multibyte characters
Erim Icel
2025-07-25
Add NODE_DEFINED tests for cases with parentheses to test_ast.rb
ydah
2025-07-24
Add DEFINED NODE locations
S-H-GAMELINKS
2025-07-23
ZJIT: Fix clobbering register for `self` in gen_entry_params()
Alan Wu
2025-07-21
ZJIT: Load return value before frame teardown
Alan Wu
2025-07-18
ZJIT: Support invalidating on method redefinition (#13875)
Stan Lo
2025-07-18
Revert "[Bug #21256] Fix `it` parameter when splatting and `define_method` is...
Yusuke Endoh
2025-07-17
Fix compilation for forwarding params in Prism
Aaron Patterson
2025-07-17
[Bug #21256] Fix `it` parameter when splatting and `define_method` is used
Earlopain
2025-07-17
ZJIT: Give up JIT-to-JIT calls for 6+ args (#13939)
Takashi Kokubun
[prev]
[next]