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
/
-ext-
Age
Commit message (
Expand
)
Author
2025-05-13
YJIT: Split the block on optimized getlocal/setlocal (#13331)
Takashi Kokubun
2025-05-06
YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL
Takashi Kokubun
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-11-06
macOS 15 is the stable version today
Hiroshi SHIBATA
2024-10-03
Fix indentation in test_after_gc_start_hook_with_GC_stress
Peter Zhu
2024-09-11
Use macos? helper
Hiroshi SHIBATA
2024-07-31
Reset the counter for two consecutive runs
Satoshi Tagomori
2024-07-30
Use tmpdir for various environments (including Windows)
Satoshi Tagomori
2024-07-30
Fix test code and extension to avoid using gvars and Kernel methods
Satoshi Tagomori
2024-07-30
[BUG #20655] Add tests to use rb_ensure and call cont.call
Satoshi Tagomori
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-07-18
Refactor RUBY_DESCRIPTION assertions in test_rubyoptions
Kevin Newton
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-06-19
String.new(capacity:) don't substract termlen
Jean Boussier
2024-06-13
Add rb_str_resize coderange test
tompng
2024-06-07
Make subclasses to define methods
Nobuyoshi Nakada
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-20
Fix incorrect assertion in TestThreadInstrumentation
Jean Boussier
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-03-03
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
Thomas Marshall
2024-02-21
`rb_thread_lock_native_thread()`
Koichi Sasada
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-31
[PRISM] Fix test_bug_reporter with prism
Kevin Newton
2024-01-25
Use Encoding::CESU_8 for test case
Hiroshi SHIBATA
2023-12-28
Fix use of the rb_profile_frames start parameter
Dylan Thacker-Smith
2023-12-15
loading/testing in different processes for multiple runs
Satoshi Tagomori
2023-12-14
rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...
Satoshi Tagomori
2023-12-13
Add a test case for preregistering with different data
KJ Tsanaktsidis
2023-12-12
Remove unused statement
Yusuke Endoh
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-12-09
Fix test of GVL instrumentation on Ractor sleeping
John Hawthorn
2023-12-09
Add missing GVL hooks for M:N threads and ractors
John Hawthorn
2023-12-03
Revert "Add missing GVL hooks for M:N threads and ractors"
John Hawthorn
2023-12-02
Add missing GVL hooks for M:N threads and ractors
John Hawthorn
2023-11-29
[Bug #20025] Check if upper/lower before fallback to case-folding
Nobuyoshi Nakada
2023-11-28
Further fix the GVL instrumentation API
Jean Boussier
2023-11-27
Refactor and fix the GVL instrumentation API
Jean Boussier
2023-11-13
GVL Instrumentation: pass thread->self as part of event data
Jean Boussier
2023-11-08
String for string literal is not resizable
Nobuyoshi Nakada
2023-11-03
Skip a test that is flaky with RJIT
Takashi Kokubun
2023-11-03
Fix thread leakage
Nobuyoshi Nakada
2023-11-02
Make String.new size pools aware.
Jean Boussier
2023-10-31
[Feature #10602] Add new API rb_profile_thread_frames()
Daisuke Aritomo
2023-10-18
Show backtraces when failed
Koichi Sasada
2023-09-26
[Bug #19902] Update the coderange regarding the changed region
Nobuyoshi Nakada
2023-08-28
Remove --disable-gems in assert_in_out_err
Peter Zhu
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-08-02
Allow to override environment variables for debug
Nobuyoshi Nakada
[next]