aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn2023-12-032-89/+46
* Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn2023-12-022-46/+89
* [Bug #20025] Check if upper/lower before fallback to case-foldingNobuyoshi Nakada2023-11-291-0/+5
* Further fix the GVL instrumentation APIJean Boussier2023-11-281-10/+73
* Refactor and fix the GVL instrumentation APIJean Boussier2023-11-271-42/+167
* GVL Instrumentation: pass thread->self as part of event dataJean Boussier2023-11-131-0/+7
* String for string literal is not resizableNobuyoshi Nakada2023-11-081-0/+4
* Skip a test that is flaky with RJITTakashi Kokubun2023-11-031-5/+2
* Fix thread leakageNobuyoshi Nakada2023-11-031-0/+2
* Make String.new size pools aware.Jean Boussier2023-11-021-1/+1
* [Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo2023-10-311-0/+47
* Show backtraces when failedKoichi Sasada2023-10-181-1/+9
* [Bug #19902] Update the coderange regarding the changed regionNobuyoshi Nakada2023-09-261-0/+29
* Remove --disable-gems in assert_in_out_errPeter Zhu2023-08-281-2/+1
* Remove --disable-gems for assert_separatelyPeter Zhu2023-08-031-1/+1
* Allow to override environment variables for debugNobuyoshi Nakada2023-08-021-2/+1
* Use the caller location as default filename for eval family of methodsJean Boussier2023-07-241-1/+3
* [Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada2023-07-131-0/+18
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-1/+1
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-5/+1
* Fix small issues concerning namespacing in test-all suitelukeg2023-03-171-0/+2
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* Remove Encoding#replicateBenoit Daloze2023-01-111-0/+15
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-151-1/+0
* Transition shape when object's capacity changesJemma Issroff2022-11-101-1/+5
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-101-4/+22
* Unmark Internal IV test as pendingJemma Issroff2022-10-201-1/+0
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+1
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-0/+1
* test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh2022-08-241-2/+2
* [Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada2022-08-201-0/+23
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-0/+2
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-111-0/+52
* respect current frame of `rb_eval_string`Koichi Sasada2022-08-011-0/+12
* Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo2022-07-261-0/+24
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-201-0/+5
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-201-5/+4
* Fix tests for ABI incompatible binary error messagsNobuyoshi Nakada2022-07-171-2/+4
* GVL Instrumentation: remove the EXITED count assertionJean Boussier2022-07-131-1/+0
* thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier2022-07-131-0/+9
* Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada2022-07-121-15/+16
* Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada2022-07-121-16/+12
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-0/+2
* Relax assertion condition for thread local countersNobuyoshi Nakada2022-07-081-1/+3
* thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier2022-07-071-48/+54
* Include JIT information in crash reportsChris Seaton2022-06-201-2/+0