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-12-15
macOS 15 is the stable version today
Hiroshi SHIBATA
2025-12-15
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2025-05-24
merge revision(s) cbf9c088f8005a49b6aa3f475c70041357774c61: [Backport #21310]
nagachika
2024-11-04
merge revision(s) 76ea5cde2a0f4834a5228104249b6b3346ddfc94: [Backport #20777]
Takashi Kokubun
2024-06-20
String.new(capacity:) don't substract termlen (#11027)
Jean byroot Boussier
2024-05-29
merge revision(s) 7e4b1f8e1935a10df3c41ee60ca0987d73281126: [Backport #20322]
Takashi Kokubun
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
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-07-13
[Feature #19757] Add new API `rb_data_define`
Nobuyoshi Nakada
2023-06-06
Unify length field for embedded and heap strings (#7908)
Peter Zhu
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-03-17
Fix small issues concerning namespacing in test-all suite
lukeg
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-01-11
Remove Encoding#replicate
Benoit Daloze
2022-12-15
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
Samuel Williams
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
Add version to the interface of Random extensions
Nobuyoshi Nakada
2022-10-20
Unmark Internal IV test as pending
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-08-24
test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"
Yusuke Endoh
2022-08-20
[Bug #18964] Add test for `rb_econv_append`
Nobuyoshi Nakada
2022-08-12
Stop defining `RUBY_ABI_VERSION` if released versions
Nobuyoshi Nakada
2022-08-11
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
[next]