summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
3 daysFix dllimport warningsNobuyoshi Nakada
2024-03-26Expose rb_str_chilled_pÉtienne Barrié
2024-03-24Use dedicated methods to abortNobuyoshi Nakada
2024-03-24Move `-test-/fatal/rb_fatal` to `-test-/fatal`Nobuyoshi Nakada
2024-03-03[Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall
2024-02-28Skip assert_no_memory_leak when ASAN is enabledKJ Tsanaktsidis
2024-02-26Fix compilation for platforms without pthreadPierrick Bouvier
2024-02-23Stop using rb_fstring publiclyPeter Zhu
2024-02-21`rb_thread_lock_native_thread()`Koichi Sasada
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-01-19Remove null checks for xfreePeter Zhu
2024-01-10Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_openKJ Tsanaktsidis
2023-12-15stop warnings from running the test case requiring .so twiceSatoshi Tagomori
2023-12-14rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori
2023-12-13Add a test case for preregistering with different dataKJ Tsanaktsidis
2023-12-13Simplify implementation of tracepoint testsKJ Tsanaktsidis
2023-12-10add `flags` to `rb_postponed_job_preregister`Koichi Sasada
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-11-28Further fix the GVL instrumentation APIJean Boussier
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-13GVL Instrumentation: pass thread->self as part of event dataJean Boussier
2023-11-08String for string literal is not resizableNobuyoshi 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 regionNobuyoshi Nakada
2023-07-13[Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-05-20`rb_bug` prints a newline after the messageNobuyoshi Nakada
2023-04-07[Bug#19161] Detect thread local storage specifierNobuyoshi Nakada
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2023-01-11Remove Encoding#replicateBenoit Daloze
2022-11-25Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-10Fix compiler issues in test on C99Peter Zhu
2022-11-10[Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada
2022-11-10Add version to the interface of Random extensionsNobuyoshi Nakada
2022-10-20Unmark Internal IV test as pendingJemma Issroff
2022-08-18[Bug #18964] Update the code range of appended portionNobuyoshi Nakada
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-01respect current frame of `rb_eval_string`Koichi Sasada
2022-07-27Adjust styles [ci skip]Nobuyoshi Nakada
2022-07-26Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-08Make a local symbol staticNobuyoshi Nakada
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-06-19Remove unnecessary `*` before the function nameNobuyoshi Nakada
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier