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
/
ext
/
-test-
Age
Commit message (
Expand
)
Author
2025-10-08
merge revision(s) 2bb6fe3854e2a4854bb89bfce4eaaea9d848fd1b: [Backport #21629]
Takashi Kokubun
2024-11-22
[Bug #20903] `rb_econv_str_append` arguments expected to be String
Nobuyoshi Nakada
2024-10-10
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-10-08
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-08-20
Rewrite #test_redefinition_mismatch to use a dedicated test class
KJ Tsanaktsidis
2024-08-12
Fix memory leak reported in -test-/random/loop.c
Peter Zhu
2024-08-11
Show mkmf.log when failed
Nobuyoshi Nakada
2024-07-31
Reset the counter for two consecutive runs
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-11
Minor: Fix typo in bug name
Ivo Anjo
2024-06-13
Add rb_str_resize coderange test
tompng
2024-06-10
Test `rb_ext_resolve_symbol` without Windows .def files
Nobuyoshi Nakada
2024-06-07
[Feature #19998] Untyped Data API has been marked as deprecated
Nobuyoshi Nakada
2024-06-04
Remove dependency on fiddle from test/ruby
Hiroshi SHIBATA
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-28
Test for compiling without warnings against public headers
Mike Dalessio
2024-04-27
ruby tool/update-deps --fix
卜部昌平
2024-04-24
Fix dllimport warnings
Nobuyoshi Nakada
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-24
Use dedicated methods to abort
Nobuyoshi Nakada
2024-03-24
Move `-test-/fatal/rb_fatal` to `-test-/fatal`
Nobuyoshi Nakada
2024-03-03
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
Thomas Marshall
2024-02-28
Skip assert_no_memory_leak when ASAN is enabled
KJ Tsanaktsidis
2024-02-26
Fix compilation for platforms without pthread
Pierrick Bouvier
2024-02-23
Stop using rb_fstring publicly
Peter Zhu
2024-02-21
`rb_thread_lock_native_thread()`
Koichi Sasada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-19
Remove null checks for xfree
Peter Zhu
2024-01-10
Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_open
KJ Tsanaktsidis
2023-12-15
stop warnings from running the test case requiring .so twice
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-13
Simplify implementation of tracepoint tests
KJ Tsanaktsidis
2023-12-10
add `flags` to `rb_postponed_job_preregister`
Koichi Sasada
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
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-10-31
[Feature #10602] Add new API rb_profile_thread_frames()
Daisuke Aritomo
2023-09-26
[Bug #19902] Update the coderange regarding the changed region
Nobuyoshi Nakada
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-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-04-07
[Bug#19161] Detect thread local storage specifier
Nobuyoshi Nakada
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-02-28
Update the depend files
Matt Valentine-House
2023-02-27
Remove intern/gc.h from Make deps
Matt Valentine-House
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
[next]